ISTD 2D Challenge - 50.001 & 50.004 sections
-
You can fork a copy of this repo and clone to your computer.
-
Create a new branch using git checkout -b BRANCHNAME
-
Commit the code and push to a new branch, and open a pull request.
The rule of thumb is that don't push code to master branch directly.
In ./SATSolver/src/sat
:
-
SATSolver.java
-
SATSolverTest.java
In ./SATSolver/src/sat
:
-
deterministic.java
-
randomized.java
-
Graph.java
-
Node.java
-
Loader.java
-
InvalidInputException.java