mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
add way to unit test mbp from command line
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
20300bbf94
commit
7642106e73
4 changed files with 17 additions and 174 deletions
|
@ -99,6 +99,7 @@ void project_plugin::partition_values(model& model, expr_ref_vector const& vals,
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
void project_plugin::partition_args(model& model, app_ref_vector const& selects, expr_ref_vector& lits) {
|
||||
ast_manager& m = selects.get_manager();
|
||||
if (selects.empty()) return;
|
||||
|
@ -111,6 +112,7 @@ void project_plugin::partition_args(model& model, app_ref_vector const& selects,
|
|||
project_plugin::partition_values(model, args, lits);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void project_plugin::erase(expr_ref_vector& lits, unsigned& i) {
|
||||
lits[i] = lits.back();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue