Per James Cussens:
I've found your interface useful for my optimisation problem but I'm coming
across a problem. One of my constraints is:
solver.constraint(
lower = 0,
coefficients = {older[parent,child]:1,family_variable:-1})
where both variables have been declared as binary. This constraint gets
into SCIP as a varbound constraint when it should be a logicor constraint.
When I encode the same constraint directly in a .opb file and read it
directly into SCIP it is categorised as logicor.
Original issue reported on code.google.com by ryan%che...@gtempaccount.com on 22 Dec 2009 at 3:50
Original issue reported on code.google.com by
ryan%che...@gtempaccount.com
on 22 Dec 2009 at 3:50