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