3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 00:05:46 +00:00

tune multiplication slightly

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-06-20 11:07:06 -07:00
parent 2522c8b53d
commit 4fad0385de
3 changed files with 31 additions and 9 deletions

View file

@ -516,6 +516,7 @@ namespace polysat {
*
*/
void solver::resolve_conflict() {
IF_VERBOSE(1, verbose_stream() << "resolve conflict\n");
LOG_H2("Resolve conflict");
LOG_H2(*this);
++m_stats.m_num_conflicts;