From a5dec478e435f4fd1662c651c9904c0648da5655 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 05 十二月 2019 19:44:46 +0800
Subject: [PATCH] ants协程数量100改为20

---
 structure/algorithm.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/structure/algorithm.go b/structure/algorithm.go
index e40b2c2..b8c6e5c 100644
--- a/structure/algorithm.go
+++ b/structure/algorithm.go
@@ -7,7 +7,7 @@
 	Targets []*Obj
 }
 type Obj struct {
-	Id           uint64
+	Id           string
 	Location     Rect
 	N            int // 璁℃暟鍣ㄥ綋鍓嶅��
 	InitN		 int // 璁℃暟鍣ㄥ垵濮嬪��

--
Gitblit v1.8.0