mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
bool_vector, some spacer tidy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2ed26e8e73
commit
b889b110ee
106 changed files with 239 additions and 266 deletions
|
@ -78,7 +78,7 @@ namespace sat {
|
|||
pbcoeff(unsigned id, unsigned coeff):
|
||||
m_constraint_id(id), m_coeff(coeff) {}
|
||||
};
|
||||
typedef svector<bool> bool_vector;
|
||||
typedef bool_vector bool_vector;
|
||||
typedef svector<pbcoeff> coeff_vector;
|
||||
|
||||
|
||||
|
@ -139,7 +139,7 @@ namespace sat {
|
|||
local_search_config m_config;
|
||||
|
||||
vector<var_info> m_vars; // variables
|
||||
svector<bool> m_best_phase; // best value in round
|
||||
bool_vector m_best_phase; // best value in round
|
||||
svector<bool_var> m_units; // unit clauses
|
||||
vector<constraint> m_constraints; // all constraints
|
||||
literal_vector m_assumptions; // temporary assumptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue