aboutsummaryrefslogtreecommitdiff
path: root/src/solve.h
blob: 9a284ff82092c7b4837508c4027bd67d827e9c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef SOLVE_H
#define SOLVE_H

#include "moves.h"
#include "steps.h"
#include "trans.h"

AlgList *   solve(Cube *cube, ChoiceStep *cs, SolveOptions *opts);
Alg *       solve_2phase(Cube *cube, int nthreads);

#endif

Generated with cgit - Back to sebastiano.tronto.net