mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 07:04:22 +00:00
booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10d0404175
commit
d0e20e44ff
714 changed files with 714 additions and 2142 deletions
|
|
@ -18,8 +18,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef COMBINED_SOLVER_H_
|
||||
#define COMBINED_SOLVER_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/params.h"
|
||||
|
||||
|
|
@ -30,4 +29,3 @@ solver * mk_combined_solver(solver * s1, solver * s2, params_ref const & p);
|
|||
solver_factory * mk_combined_solver_factory(solver_factory * f1, solver_factory * f2);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue