A generic implementation of the CRO method in CLIPS

This section presents one possibility how to implement the CRO (Complete Revise Optimize) strategy for solving problems with constraints (e.g. configuration design problems).

The role of the implementation language is played by the CLIPS language. The implementation consists of these parts:

The resulting structure of the application is here.