Skip to content

Commit 191f5af

Browse files
committed
Update version info
1 parent 7bafb07 commit 191f5af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/cryptominisat.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -1083,8 +1083,7 @@ DLL_PUBLIC std::string SATSolver::get_text_version_info(const char* prefix)
10831083
ss << prefix << "CryptoMiniSat version " << get_version() << endl;
10841084
ss << prefix << "CMS Copyright (C) 2009-2020 Authors of CryptoMiniSat, see AUTHORS file" << endl;
10851085
ss << prefix << "CMS SHA revision " << get_version_sha1() << endl;
1086-
ss << prefix << "Using VMTF code by Armin Biere from CaDiCaL" << endl;
1087-
ss << prefix << "Using Yalsat by Armin Biere, see Balint et al. Improving implementation of SLS solvers [...], SAT'14" << endl;
1086+
ss << prefix << "Using VMTF and picosat code by Armin Biere from CaDiCaL" << endl;
10881087
ss << prefix << "Using WalkSAT by Henry Kautz, see Kautz and Selman Pushing the envelope: planning, propositional logic, and stochastic search, AAAI'96," << endl;
10891088
#ifdef USE_BREAKID
10901089
ss << prefix << "Using BreakID by Devriendt, Bogaerts, Bruynooghe and Denecker" << endl;
@@ -1098,6 +1097,8 @@ DLL_PUBLIC std::string SATSolver::get_text_version_info(const char* prefix)
10981097
ss << prefix << " by C.-S. Han and J.-H. Roland Jiang in CAV 2012. Fixes by M. Soos" << endl;
10991098
ss << prefix << "Using CCAnr from 'CCAnr: A Conf. Checking Based Local Search Solver [...]'" << endl;
11001099
ss << prefix << " by Shaowei Cai, Chuan Luo, and Kaile Su, SAT 2015" << endl;
1100+
ss << prefix << "Using Oracle code from 'Integrating Tree Decompositions [...]" << endl;
1101+
ss << prefix << " by Tuukaa Korhonen and Matti Jarvisalo, CP 2021" << endl;
11011102
ss << prefix << "CMS compilation env " << get_compilation_env() << endl;
11021103
#ifdef __GNUC__
11031104
ss << prefix << "CMS compiled with gcc version " << __VERSION__ << endl;

0 commit comments

Comments
 (0)