Wikunia / ConstraintSolver.jl

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

relaxed lp optimizer #219

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

Currently every bound computation is a MIP problem. I think often it's enough if it's a simple LP. The bound might not be perfect then but it will hopefully be faster.

Ideally the user can control this with an option.

Wikunia commented 3 years ago

It actually uses the relaxed version already :smile: