shridharmishra4 / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 1 forks source link

Add Division constraint to built-in Constraint Library #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The constraint library is missing a division constraint.

Tips:
- Take a look at MultEqualConstraint in Constraints.hh/.cc the new one should 
be a similar DivEqualConstraint
- Deal with division by 0 gracefully (throw exception)

Original issue reported on code.google.com by javier.barreiro@gmail.com on 30 May 2012 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by javier.barreiro@gmail.com on 30 May 2012 at 5:40

GoogleCodeExporter commented 9 years ago
Issue 100 has been merged into this issue.

Original comment by javier.barreiro@gmail.com on 30 May 2012 at 5:41

GoogleCodeExporter commented 9 years ago
There appears to be a DivEqual constraint present, registered as divEq, and 
tested.

Original comment by miata...@gmail.com on 15 Aug 2014 at 6:36