mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 02:40:24 +00:00
fixes for #2513
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
de69b01e92
commit
a337a51374
28 changed files with 486 additions and 144 deletions
|
@ -682,8 +682,6 @@ namespace smt {
|
|||
void flush_eh() override;
|
||||
void reset_eh() override;
|
||||
|
||||
bool validate_eq_in_model(theory_var v1, theory_var v2, bool is_true) const override;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// bool_var -> atom mapping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue