mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
bool_vector
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dff5071598
commit
da6297f31f
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ namespace sat {
|
||||||
pbcoeff(unsigned id, unsigned coeff):
|
pbcoeff(unsigned id, unsigned coeff):
|
||||||
m_constraint_id(id), m_coeff(coeff) {}
|
m_constraint_id(id), m_coeff(coeff) {}
|
||||||
};
|
};
|
||||||
typedef bool_vector bool_vector;
|
|
||||||
typedef svector<pbcoeff> coeff_vector;
|
typedef svector<pbcoeff> coeff_vector;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue