mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
bool_vector
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dff5071598
commit
da6297f31f
|
@ -78,7 +78,6 @@ namespace sat {
|
|||
pbcoeff(unsigned id, unsigned coeff):
|
||||
m_constraint_id(id), m_coeff(coeff) {}
|
||||
};
|
||||
typedef bool_vector bool_vector;
|
||||
typedef svector<pbcoeff> coeff_vector;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue