Skip to content

Commit d27e72c

Browse files
committed
Not using walksat anymore
1 parent 0427be8 commit d27e72c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cryptominisat.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,6 @@ DLL_PUBLIC std::string SATSolver::get_thanks_info(const char* prefix)
10811081
{
10821082
std::stringstream ss;
10831083
ss << prefix << "Using VMTF and picosat code by Armin Biere from CaDiCaL" << endl;
1084-
ss << prefix << "Using WalkSAT by Henry Kautz, see Kautz and Selman Pushing the envelope: planning, propositional logic, and stochastic search, AAAI'96," << endl;
10851084
#ifdef USE_BREAKID
10861085
ss << prefix << "Using BreakID by Devriendt, Bogaerts, Bruynooghe and Denecker" << endl;
10871086
ss << prefix << "Using Bliss graph automorphism library (under LGPL) by Tommi Junttila" << endl;

0 commit comments

Comments
 (0)