3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 19:51:22 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-23 10:59:26 -06:00
parent 876d7c92fb
commit 6321dabe93
3 changed files with 6 additions and 6 deletions

View file

@ -273,12 +273,9 @@ namespace smt {
bool get_fixed_value(app* x, numeral & result) const;
#ifdef Z3DEBUG
bool check_assignment(theory_var v);
bool check_invariant();
bool check_zero_one_bits(theory_var v);
#endif
};
};