mirror of
https://github.com/Z3Prover/z3
synced 2025-08-10 05:00:51 +00:00
translation?
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a57628fbcc
commit
7e56d05dcf
7 changed files with 33 additions and 10 deletions
|
@ -212,3 +212,7 @@ void solver::updt_params(params_ref const & p) {
|
|||
m_enforce_model_conversion = m_params.get_bool("solver.enforce_model_conversion", true);
|
||||
}
|
||||
|
||||
void solver::hoist_converter(model_converter_ref& mc) {
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue