Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
136 stars 14 forks source link

Better bounding in indicator and reified #237

Open Wikunia opened 3 years ago

Wikunia commented 3 years ago

If the inner constraint is activated and the lp solver supports that constraint. One can add it to the model to get better bounds. One might either delete that constraint otherwise or set the bounds to <= Inf as an example.