mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
trying new build infrastructure on linux
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
efff6db567
commit
1d795e9a5e
9 changed files with 41 additions and 72 deletions
|
@ -908,9 +908,6 @@ bool model_evaluator::check_model(ptr_vector<expr> const& formulas) {
|
|||
m_cfg(m, p) {}
|
||||
};
|
||||
|
||||
template class rewriter_tpl<ite_hoister_cfg>;
|
||||
|
||||
|
||||
void hoist_non_bool_if(expr_ref& fml) {
|
||||
ast_manager& m = fml.get_manager();
|
||||
datalog::scoped_no_proof _sp(m);
|
||||
|
@ -1039,3 +1036,8 @@ bool model_evaluator::check_model(ptr_vector<expr> const& formulas) {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
template class rewriter_tpl<pdr::ite_hoister_cfg>;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue