mirror of
https://github.com/Z3Prover/z3
synced 2026-04-29 23:33:38 +00:00
fix indentation
This commit is contained in:
parent
1f14f7542b
commit
5be3c6b4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ namespace smt {
|
||||||
m_context.register_plugin(alloc(smt::theory_idl, m_context));
|
m_context.register_plugin(alloc(smt::theory_idl, m_context));
|
||||||
else
|
else
|
||||||
m_context.register_plugin(alloc(smt::theory_rdl, m_context));
|
m_context.register_plugin(alloc(smt::theory_rdl, m_context));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case arith_solver_id::AS_DENSE_DIFF_LOGIC:
|
case arith_solver_id::AS_DENSE_DIFF_LOGIC:
|
||||||
m_params.m_arith_eq2ineq = true;
|
m_params.m_arith_eq2ineq = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue