JuliaIntervals / IntervalConstraintProgramming.jl

Calculate rigorously the feasible region for a set of real-valued inequalities with Julia
Other
63 stars 16 forks source link

Allow constraints like x > 0 #174

Closed dpsanders closed 5 months ago

dpsanders commented 3 years ago

Currently you have to do 1*x > 0

dpsanders commented 5 months ago

Works in https://github.com/JuliaIntervals/IntervalConstraintProgramming.jl/pull/212