mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
fixes in new solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
21c626e3ee
commit
372e5ca569
12 changed files with 79 additions and 43 deletions
|
@ -318,6 +318,9 @@ namespace arith {
|
|||
vector<constraint_bound> m_upper_terms;
|
||||
vector<constraint_bound> m_history;
|
||||
|
||||
bool can_get_value(theory_var v) const {
|
||||
return is_registered_var(v) && m_model_is_initialized;
|
||||
}
|
||||
|
||||
// solving
|
||||
void report_equality_of_fixed_vars(unsigned vi1, unsigned vi2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue