Prims - Implement one-of
[clnl] / src / main / nvm / base.lisp
index dfd3fc2172fb1ce0de5f95c092790e5722a9f1dd..228853767bde0968e763e7bd955314db5805e4e0 100644 (file)
@@ -3,9 +3,15 @@
 (defvar *current-id* 0)
 
 (defvar *turtles* nil)
+(defvar *patches* nil)
 (defvar *myself* nil)
 (defvar *self* nil)
 (defvar *dimensions* nil)
 (defvar *topology* :torus)
+(defvar *ticks* nil)
 
 (defstruct turtle who color heading xcor ycor)
+(defstruct patch color xcor ycor)
+
+(defun agent-set-list (agent-set)
+ agent-set)