diff --git a/assignment/doc/assignment.html b/assignment/doc/assignment.html
index 5beaded..1aa013d 100644
--- a/assignment/doc/assignment.html
+++ b/assignment/doc/assignment.html
@@ -1,9 +1,5 @@
For simplicity, there is no time delay between sending the ships to the sink, and the lock becoming available again (at original capacity).Practical stuff
-The specification of the semantics of the Atomic DEVS blocks is entirely deterministic. If you implement everything correctly, the system as-a-whole will behave 100% identical to the teacher's solution.
-
The specification of the semantics of the Atomic DEVS blocks is entirely deterministic. If you implement everything correctly, the system as-a-whole will behave 100% identical to the teacher's solution.
The system as a whole is modeled as a Coupled DEVS block. Its parameters are mostly passed as-is to the underlying Atomic DEVS blocks. They are: @@ -140,6 +136,7 @@ The specification of the semantics of the Atomic DEVS blocks is entirely determi
An indication of the complexity: my own solution of the AtomicDEVS blocks is about 300 lines of code (including comments).
Once you have implemented the system, we will do performance analysis, comparing combinations of the following parameter values:
@@ -203,7 +200,7 @@ The specification of the semantics of the Atomic DEVS blocks is entirely determiThis reflects the order in which the methods are called by the simulator:
+ This reflects the order in which the methods are called by the simulator:Common mistakes include: -