mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 08:10:43 +00:00
add outline for ule constraints, change bit to var constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5706c7a93b
commit
9df7e9a029
12 changed files with 224 additions and 113 deletions
|
@ -20,7 +20,8 @@ Author:
|
|||
#include "util/statistics.h"
|
||||
#include "math/polysat/constraint.h"
|
||||
#include "math/polysat/eq_constraint.h"
|
||||
#include "math/polysat/bit_constraint.h"
|
||||
#include "math/polysat/var_constraint.h"
|
||||
#include "math/polysat/ule_constraint.h"
|
||||
#include "math/polysat/justification.h"
|
||||
#include "math/polysat/trail.h"
|
||||
|
||||
|
@ -37,7 +38,7 @@ namespace polysat {
|
|||
};
|
||||
|
||||
friend class eq_constraint;
|
||||
friend class bit_constraint;
|
||||
friend class var_constraint;
|
||||
|
||||
typedef ptr_vector<constraint> constraints;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue