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, SolverExceptionSolves a Binoxxo using the given grid values and returns a possible solution. ReturnNullif Binoxxo cannot be solved.- Throws:
InterruptedExceptionSolverException
-
-