logic - Dynamic Flexible constraint satisfaction problems -
i looking logic constraint solver capability solve flexible and/or dynamic constraints. ideas?
take @ optaplanner (java, open source, asl):
- dynamic (as in keeps changing on time): optaplanner constraints maintenance friendly, because object orientated , isolated each other. also, if use drools integration, can define constraints in decision table, guvnor web application, ...
- flexible (as in not constraints hard): optaplanner supports hard , soft constraints out-of-the-box. supports score weighting , 3+ score levels (for example hard, medium , soft), if needed.
there's several other constraint satisfaction libraries out there.
Comments
Post a Comment