--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/or-tools-discuss/f1ffbfc631eddc5461fc11a65ffe7987%40mail.gmail.com.
> https://github.com/google/or-tools/blob/stable/examples/cpp/slitherlink_sat.cc ?
I did not realize there was an example. Thanks for the link.
That code is pretty cryptic. It is going to take me a while to unpack it.
I tried to follow the example and some resources on the web.
I wrote a simple class to solve a slitherlink, see attached.
I am not getting any solutions and the solver status says infeasible.
I must be misunderstanding how the circuit constraint works.
Anyone have any guidance? I appreciate your help.
I realized I was not supposed to put not() on the loops so I removed
that, but it is still giving me infeasible. I am attaching my updated
class.
I am not sure what to do now.