Package org.sosy_lab.java_smt.example
Class Binoxxo.BinoxxoSolver<S>
java.lang.Object
org.sosy_lab.java_smt.example.Binoxxo.BinoxxoSolver<S>
- Direct Known Subclasses:
Binoxxo.BooleanBasedBinoxxoSolver,Binoxxo.IntegerBasedBinoxxoSolver
- Enclosing class:
- Binoxxo
-
Method Summary
Modifier and TypeMethodDescriptionchar[][]solve(char[][] grid) Solves a Binoxxo using the given grid values and returns a possible solution.
-
Method Details
-
solve
Solves a Binoxxo using the given grid values and returns a possible solution. ReturnNullif Binoxxo cannot be solved.- Throws:
InterruptedExceptionSolverException
-