mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
fix build problem, redo naming abstraction
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
682a725e13
commit
f7825755db
2 changed files with 14 additions and 7 deletions
|
@ -119,7 +119,6 @@ namespace pdr {
|
|||
select_elim_cfg(ast_manager & m, model_ref& md, params_ref const & p):m_r(m, md) {}
|
||||
};
|
||||
|
||||
template class rewriter_tpl<select_elim_cfg>;
|
||||
|
||||
class select_elim_star : public rewriter_tpl<select_elim_cfg> {
|
||||
select_elim_cfg m_cfg;
|
||||
|
@ -1205,5 +1204,6 @@ namespace pdr {
|
|||
|
||||
template class rewriter_tpl<pdr::ite_hoister_cfg>;
|
||||
|
||||
template class rewriter_tpl<pdr::select_elim_cfg>;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue