COMICS

Information

COMICS (for COmputing Minimal Incoherent sets of ConstraintS) is a C++ platform which deals with the problem of computing Minimal Unsatisfiable Cores (in short MUC). COMICS recognizes the XML format, XCSP2.0, used to represent CSP instances (see XCSP2.0: information and benchmarks). COMICS implements a lot of mecanism to improve the core extraction: preprocessing, transition constraint heuristics, ...
The relevant publication are:

This web page contains:

Here is how to use COMICS

Let BENCHMARK be a CSP instance, which must conform to the standard XCSP2.0 format.

This combination print the help: $ ./comics_linux64 -h

This combination executes COMICS with the best options: $ ./comics_linux64 -muc -lsmr -rnovelty -dich -wcore+ -pickDyn+ < BENCHMARK