mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 09:31:14 +00:00
remaining issue fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
63ebd4fcba
commit
7b60c37ad8
4 changed files with 34 additions and 15 deletions
|
|
@ -82,6 +82,8 @@ namespace polysat {
|
|||
|
||||
void ensure_bvar(constraint* c);
|
||||
void erase_bvar(constraint* c);
|
||||
|
||||
bool is_chronological(clause const& c) const;
|
||||
|
||||
signed_constraint mk_op_constraint(op_constraint::code op, pdd const& p, pdd const& q, pdd const& r);
|
||||
pdd mk_op_term(op_constraint::code op, pdd const& p, pdd const& q);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue