Package org.sosy_lab.java_smt.example
Class NQueens
- java.lang.Object
-
- org.sosy_lab.java_smt.example.NQueens
-
public final class NQueens extends Object
This example program solves a NQueens problem of given size and prints a possible solution.For example, the Queen can be placed in these ways for a field size of 4:
.Q.. ...Q Q... ..Q.
-
-
Method Detail
-
main
public static void main(String... args) throws InvalidConfigurationException, SolverException, InterruptedException
-
-