mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
01c81405af
commit
dec37aee34
2 changed files with 0 additions and 17 deletions
|
@ -105,21 +105,6 @@ namespace polysat {
|
|||
return *dynamic_cast<ule_constraint const*>(this);
|
||||
}
|
||||
|
||||
#if 0
|
||||
var_constraint& constraint::to_bit() {
|
||||
return *dynamic_cast<var_constraint*>(this);
|
||||
}
|
||||
|
||||
var_constraint const& constraint::to_bit() const {
|
||||
return *dynamic_cast<var_constraint const*>(this);
|
||||
}
|
||||
|
||||
constraint_ref constraint_manager::viable(unsigned lvl, csign_t sign, pvar v, bdd const& b, p_dependency_ref const& d) {
|
||||
return alloc(var_constraint, *this, lvl, sign, v, b, d);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
constraint_ref constraint_manager::eq(unsigned lvl, csign_t sign, pdd const& p, p_dependency_ref const& d) {
|
||||
return alloc(eq_constraint, *this, lvl, sign, p, d);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue