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
public abstract static class Binoxxo.BinoxxoSolver<S> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[][]
solve(char[][] grid)
Solves a Binoxxo using the given grid values and returns a possible solution.
-
-
-
Method Detail
-
solve
public char[][] solve(char[][] grid) throws InterruptedException, SolverException
Solves a Binoxxo using the given grid values and returns a possible solution. ReturnNull
if Binoxxo cannot be solved.- Throws:
InterruptedException
SolverException
-
-