mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +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
|
@ -30,7 +30,6 @@ namespace polysat {
|
|||
class clause;
|
||||
class scoped_clause;
|
||||
class eq_constraint;
|
||||
// class var_constraint;
|
||||
class ule_constraint;
|
||||
using constraint_ref = ref<constraint>;
|
||||
using constraint_ref_vector = sref_vector<constraint>;
|
||||
|
@ -85,7 +84,6 @@ namespace polysat {
|
|||
friend class constraint_manager;
|
||||
friend class clause;
|
||||
friend class scoped_clause;
|
||||
// friend class var_constraint;
|
||||
friend class eq_constraint;
|
||||
friend class ule_constraint;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue