mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
imports
This commit is contained in:
parent
e76c6b0fdc
commit
cf9b7bed0c
1 changed files with 5 additions and 5 deletions
|
@ -19,21 +19,21 @@ Author:
|
|||
#include "util/ref_vector.h"
|
||||
#include "util/sat_literal.h"
|
||||
#include "math/dd/dd_pdd.h"
|
||||
#include "math/dd/dd_bdd.h"
|
||||
#include "math/dd/dd_fdd.h"
|
||||
|
||||
namespace polysat {
|
||||
|
||||
class solver;
|
||||
class constraint;
|
||||
class clause;
|
||||
|
||||
using clause_ref = ref<clause>;
|
||||
using clause_ref_vector = sref_vector<clause>;
|
||||
|
||||
typedef dd::pdd pdd;
|
||||
typedef dd::bdd bdd;
|
||||
typedef dd::bddv bddv;
|
||||
typedef dd::val_pp val_pp;
|
||||
using dd::pdd;
|
||||
using dd::pdd_monomial;
|
||||
using dd::pdd_manager;
|
||||
using dd::val_pp;
|
||||
|
||||
using pvar = unsigned;
|
||||
using pvar_vector = unsigned_vector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue