mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 00:13:16 +00:00
fixing parity bug in model generation for UTVPI
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6560fc0a2c
commit
69b7c3ede7
3 changed files with 179 additions and 22 deletions
|
@ -262,7 +262,11 @@ namespace smt {
|
|||
|
||||
private:
|
||||
|
||||
rational mk_value(theory_var v);
|
||||
rational mk_value(theory_var v, bool is_int);
|
||||
|
||||
bool is_parity_ok(unsigned v) const;
|
||||
|
||||
void enforce_parity();
|
||||
|
||||
void validate_model();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue