Open
Description
Hi Mr. Ghannam,
Thank you for this wonderful crate. I wonder whether you plan to support the disjunctive constraints of SCIP (https://scipopt.org/doc/html/cons__disjunction_8h.php) soon?
My LP problem requires satisfying at least one of the constraints, and I hope to implement a solution in Rust. For now, SCIP seems to be the only available choice.
A disjunction constraint 𝐶 is a constraint of the form
𝐶=𝐶1∨⋯∨𝐶𝑛
where all the 𝐶𝑖 are individual constraints themselves.
Best regards,
Bruce