Usage¶
Solve a COOM model¶
To solve a COOM model file, run (replacing <coom-model>)
To add a user input append (replacing <user-input>) -u <user-input>.
Solve a COOM model with unbounded cardinalities¶
To solve a COOM model file which contains unbounded cardinalities, add the following option to the above command
where <ALGORITHM> is eitherlinear or exponential.
For more information see the cargo bike example.
Solver Options
Note that all clingo options can be used as usual in solve mode.
For example, coomsuite solve kids-bike.coom -n0 to print all models
Convert COOM to ASP¶
To convert a COOM model to the serialized ASP fact format, run
To obtain the (COOM-independent) refined fact format, run
Command-line interface¶
Additional options can be found with