Wikunia / ConstraintSolver.jl

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

Indicator constraint #166

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

See: http://www.juliaopt.org/JuMP.jl/v0.21.1/constraints/#Indicator-constraints-1

Constraint will only get pruned when active. The indicator constraint will call the correct feasible and prune functions when set to active.