rpgoldman / europa-pso

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

Remove redundant registration for constraint types #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently most constraint types are registered with more than one name.
See ModuleConstraintEngine::initialize.

Each constraint type sould only be registered under one name.
Naming should be consistent, camel case and full words should be used, for
instance : AddEqual, LessThan, Equal, etc.

regression tests will need to be updated and wiki docs updated accordingly

Original issue reported on code.google.com by javier.barreiro@gmail.com on 24 Aug 2009 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by javier.barreiro@gmail.com on 22 Nov 2010 at 10:29