Package org.sosy_lab.java_smt.example
Class NQueens
java.lang.Object
org.sosy_lab.java_smt.example.NQueens
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 Summary
-
Method Details
-
main
public static void main(String... args) throws InvalidConfigurationException, SolverException, InterruptedException
-