You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ss << prefix << "Using VMTF and picosat code by Armin Biere from CaDiCaL" << endl;
1087
-
ss << prefix << "Using WalkSAT by Henry Kautz, see Kautz and Selman Pushing the envelope: planning, propositional logic, and stochastic search, AAAI'96," << endl;
1083
+
ss << prefix << "Using VMTF, picosat, CaDiCaL, and CadiBack code by Armin Biere" << endl;
1088
1084
#ifdef USE_BREAKID
1089
1085
ss << prefix << "Using BreakID by Devriendt, Bogaerts, Bruynooghe and Denecker" << endl;
1090
1086
ss << prefix << "Using Bliss graph automorphism library (under LGPL) by Tommi Junttila" << endl;
1091
1087
ss << prefix << "CMS is GPL licensed due to Bliss being linked. Build without Bliss to get MIT version" << endl;
1092
1088
#else
1093
1089
ss << prefix << "CMS is MIT licensed" << endl;
1094
1090
#endif
1095
-
1096
1091
ss << prefix << "Using code from 'When Boolean Satisfiability Meets Gauss-E. in a Simplex Way'" << endl;
1097
1092
ss << prefix << " by C.-S. Han and J.-H. Roland Jiang in CAV 2012. Fixes by M. Soos" << endl;
1098
1093
ss << prefix << "Using CCAnr from 'CCAnr: A Conf. Checking Based Local Search Solver [...]'" << endl;
1099
1094
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;
0 commit comments