3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-16 07:45:27 +00:00

rename to core2 to avoid overloaded virtual

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-02-07 15:13:13 -08:00
parent 5a8154c156
commit fa0c75e76e
11 changed files with 15 additions and 15 deletions

View file

@ -186,7 +186,7 @@ namespace sat {
m_is_decision.reset();
m_cube.reset();
m_freevars_threshold = 0;
m_psat_threshold = DBL_MAX;
m_psat_threshold = 100000000.0;
reset_stats();
}
void reset_stats() { m_conflicts = 0; m_cutoffs = 0; }