repo.or.cz
/
aco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
method for drawing the shortest route between all points
[aco.git]
/
Global.java
blob
ca491fd68f0e50b5223773f7c9013003a0abaf0a
1
class
Global
{
2
public final static int
boundX
=
10
;
3
public final static int
boundY
=
10
;
4
public final static int
stepWidth
=
4
;
5
public final static int
stepFac
=
50
;
6
}