mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
add parameter for scenario from #4743
This commit is contained in:
parent
ceedd7e84d
commit
f354671465
5 changed files with 21 additions and 18 deletions
|
@ -789,8 +789,6 @@ struct th_rewriter_cfg : public default_rewriter_cfg {
|
|||
};
|
||||
}
|
||||
|
||||
template class rewriter_tpl<th_rewriter_cfg>;
|
||||
|
||||
struct th_rewriter::imp : public rewriter_tpl<th_rewriter_cfg> {
|
||||
th_rewriter_cfg m_cfg;
|
||||
imp(ast_manager & m, params_ref const & p):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue