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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -