Skip to content

Commit 8ea0f0c

Browse files
committed
Also CadiBack
1 parent e1696e0 commit 8ea0f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptominisat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ DLL_PUBLIC const char* SATSolver::get_compilation_env()
10801080
DLL_PUBLIC std::string SATSolver::get_thanks_info(const char* prefix)
10811081
{
10821082
std::stringstream ss;
1083-
ss << prefix << "Using VMTF and picosat code by Armin Biere from CaDiCaL" << endl;
1083+
ss << prefix << "Using VMTF, picosat, CaDiCaL, and CadiBack code by Armin Biere" << endl;
10841084
#ifdef USE_BREAKID
10851085
ss << prefix << "Using BreakID by Devriendt, Bogaerts, Bruynooghe and Denecker" << endl;
10861086
ss << prefix << "Using Bliss graph automorphism library (under LGPL) by Tommi Junttila" << endl;

0 commit comments

Comments
 (0)