You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to or-tools-discuss
Hello,
I have two questions. I am using or-tools python library.
- Is there any way to debug what happen when solver is executed? For example, which branches are visited, which one was failed a why?. ...
- Could I add a constraint after an IntervalVar was performed?
Thank you
Driss Lahlou
unread,
Sep 9, 2016, 10:25:08 AM9/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to or-tools-discuss
Hello Sonia,
- Is there any way to debug what happen when solver is executed? For example, which branches are visited, which one was failed a why?. ...
There are several parameters that you can set to change the behavior of the solver, they are defined with Google Protobuf. In your case, I think trace_search is what you're looking for. You can also try trace_propagation to trace the propagation of constraints over variables.