tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
233 stars 17 forks source link

Certain Constraints only. #103

Closed tBuLi closed 7 years ago

tBuLi commented 7 years ago

Only Eq, Ge, and Le constraints are allowed anymore. Le is negated in the background to become a Ge constraint. This fixes #99.