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:
parent
876d7c92fb
commit
6321dabe93
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue