mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
move more equality functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5163492d5b
commit
c733789467
4 changed files with 23 additions and 35 deletions
|
|
@ -121,7 +121,6 @@ namespace polysat {
|
|||
bool is_assigned(pvar v) const { return !m_justification[v].is_unassigned(); }
|
||||
|
||||
void propagate(pvar v);
|
||||
bool propagate(pvar v, constraint& c);
|
||||
void propagate(pvar v, rational const& val, constraint& c);
|
||||
void erase_watch(pvar v, constraint& c);
|
||||
void erase_watch(constraint& c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue