Search in sources :

Example 1 with FileSystem

use of examples.alloy.FileSystem in project org.alloytools.alloy by AlloyTools.

the class ExamplesTest method testFileSystem.

/**
 * Runs FileSystem.checkNoDirAliases for 5.
 */
public void testFileSystem() {
    final FileSystem prob = new FileSystem();
    final Solution sol = solve(prob.checkNoDirAliases(), prob.bounds(5));
    check(prob.getClass().getSimpleName(), sol, SATISFIABLE, 444, 4341, 18485);
}
Also used : FileSystem(examples.alloy.FileSystem) Solution(kodkod.engine.Solution)

Aggregations

FileSystem (examples.alloy.FileSystem)1 Solution (kodkod.engine.Solution)1