rpgoldman / europa-pso

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

Clean up constraints #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
First, use consistent naming conventions.  See ConstraintLibraryReference.
My suggestion (but we should see what users typically do), is to use the
concise lowerCase version of everything, and implement such versions for
constraints that don't have it. For example, perhaps:

    * Define and use lt (and then use lt consistently everywhere there is
currently a LessThan)
    * Add testLT, ltSum, etc. 

Second, eliminate deprecated names, if possible (and it won't cause trouble
for users).

Original issue reported on code.google.com by tristanb...@gmail.com on 9 Sep 2009 at 8:05