aboutsummaryrefslogtreecommitdiff
path: root/src/solve.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-26 19:38:28 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-26 19:38:28 +0100
commit975e3eafbae15b93a1a4f160dd781d359a6c717b (patch)
treedc6b05fcb57a64014c260ce43baa222386e5140f /src/solve.h
parentb82df53eb461506984eb2b6a9b53e445b75e46af (diff)
downloadnissy-975e3eafbae15b93a1a4f160dd781d359a6c717b.tar.gz
nissy-975e3eafbae15b93a1a4f160dd781d359a6c717b.zip
Added two-phase solver
Diffstat (limited to '')
-rw-r--r--src/solve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/solve.h b/src/solve.h
index 668cd9a..6ce6609 100644
--- a/src/solve.h
+++ b/src/solve.h
@@ -6,5 +6,6 @@
6#include "trans.h" 6#include "trans.h"
7 7
8AlgList * solve(Cube cube, Step *step, SolveOptions *opts); 8AlgList * solve(Cube cube, Step *step, SolveOptions *opts);
9Alg * solve_2phase(Cube cube, int nthreads);
9 10
10#endif 11#endif

Generated with cgit - Back to sebastiano.tronto.net