Closed GoogleCodeExporter closed 9 years ago
I will look at it.
Thanks
Original comment by laurent....@gmail.com
on 27 Oct 2013 at 8:25
Original comment by laurent....@gmail.com
on 5 Nov 2013 at 12:17
Hello,
a few comments.
1) I have added examples/tests/issue33.cs that contains your code.
2) There is now an API on the DisjunctiveConstraint that adds transition time
between activities. You need a callback long distance(int before_activity, int
after_activity).
3) In your code, next[0] points to the first activity and is not the activity
after the first. 0 is a dummy node. I am not sure this is true in your code.
Thanks
Original comment by laurent....@gmail.com
on 6 Nov 2013 at 1:43
I found and fixed the bug.
Thanks for the bug report.
Original comment by laurent....@gmail.com
on 22 Nov 2013 at 10:50
Original issue reported on code.google.com by
johan.lu...@gmail.com
on 24 Oct 2013 at 11:42Attachments: