JuliaIntervals / IntervalConstraintProgramming.jl

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

Do not sort variables by name #146

Closed yashvardhan747 closed 5 years ago

yashvardhan747 commented 5 years ago

Fixes #145

dpsanders commented 5 years ago

Thanks. This needs a couple of tests. Eg does it get it right if variables are passed in different orders when defining a Contractor?

dpsanders commented 5 years ago

LGTM, thanks!