mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
parent
a63d1b1848
commit
b0b6394c6c
5 changed files with 15 additions and 16 deletions
|
@ -208,7 +208,6 @@ void solver::assert_expr(expr* f, expr* t) {
|
|||
expr_ref fml(f, m);
|
||||
expr_ref a(t, m);
|
||||
if (m_enforce_model_conversion) {
|
||||
IF_VERBOSE(0, verbose_stream() << "enforce model conversion\n";);
|
||||
model_converter_ref mc = get_model_converter();
|
||||
if (mc) {
|
||||
(*mc)(fml);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue