mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +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
|
@ -425,11 +425,6 @@ namespace smt {
|
|||
theory::reset_eh();
|
||||
}
|
||||
|
||||
template<typename Ext>
|
||||
bool theory_dense_diff_logic<Ext>::validate_eq_in_model(theory_var v1, theory_var v2, bool is_true) const {
|
||||
return is_true ? m_assignment[v1] == m_assignment[v2] : m_assignment[v1] != m_assignment[v2];
|
||||
}
|
||||
|
||||
/**
|
||||
\brief Store in results the antecedents that justify that the distance between source and target.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue