Search in sources :

Example 1 with GEO158

use of examples.tptp.GEO158 in project org.alloytools.alloy by AlloyTools.

the class ExamplesTest method testGEO158.

/**
 * Runs GEO158.checkConsistent for 6.
 */
public void testGEO158() {
    final GEO158 prob = new GEO158();
    final Solution sol = solve(prob.checkConsistent(), prob.bounds(6));
    check(prob.getClass().getSimpleName(), sol, UNSATISFIABLE, 407, 6968, 15413);
}
Also used : GEO158(examples.tptp.GEO158) Solution(kodkod.engine.Solution)

Aggregations

GEO158 (examples.tptp.GEO158)1 Solution (kodkod.engine.Solution)1