mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 13:23:39 +00:00
Trailing whitespace removed.
This commit is contained in:
parent
11b6676e8f
commit
949ad4d2fc
2 changed files with 61 additions and 63 deletions
|
@ -1612,8 +1612,6 @@ void cmd_context::mk_solver() {
|
|||
m_solver = (*m_solver_factory)(m(), p, proofs_enabled, models_enabled, unsat_core_enabled, m_logic);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void cmd_context::set_interpolating_solver_factory(solver_factory * f) {
|
||||
SASSERT(!has_manager());
|
||||
m_interpolating_solver_factory = f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue