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

debugging local

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-03-01 20:37:07 -08:00
parent 59baaea219
commit 2c7a978c16
4 changed files with 30 additions and 10 deletions

View file

@ -177,7 +177,9 @@ namespace sat {
void calculate_and_update_ob();
void verify_solution();
void verify_solution() const;
void verify_constraint(constraint const& c) const;
void print_info();