mopti icon indicating copy to clipboard operation
mopti copied to clipboard

Check if constraints are satisfiable

Open bertiqwerty opened this issue 3 years ago • 2 comments

The purpose of this would be to aid users by this consistency check when specifying constraints. Checking feasibility is only reasonably possible for linear constraints. To do this check we could try to solve a scipy.optimize.linprog problem.

bertiqwerty avatar Oct 06 '21 18:10 bertiqwerty