Search in sources :

Example 1 with NUM374

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

the class ExamplesTest method testNUM374.

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

Aggregations

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