Skip to content

Commit b4d1e02

Browse files
committed
Fixing another typo
1 parent 4ecc193 commit b4d1e02

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
@@ -1097,7 +1097,7 @@ DLL_PUBLIC std::string SATSolver::get_text_version_info(const char* prefix)
10971097
ss << prefix << " by C.-S. Han and J.-H. Roland Jiang in CAV 2012. Fixes by M. Soos" << endl;
10981098
ss << prefix << "Using CCAnr from 'CCAnr: A Conf. Checking Based Local Search Solver [...]'" << endl;
10991099
ss << prefix << " by Shaowei Cai, Chuan Luo, and Kaile Su, SAT 2015" << endl;
1100-
ss << prefix << "Using Oracle code from 'Integrating Tree Decompositions [...]" << endl;
1100+
ss << prefix << "Using Oracle code from 'Integrating Tree Decompositions [...]'" << endl;
11011101
ss << prefix << " by Tuukka Korhonen and Matti Jarvisalo, CP 2021" << endl;
11021102
ss << prefix << "CMS compilation env " << get_compilation_env() << endl;
11031103
#ifdef __GNUC__

0 commit comments

Comments
 (0)