mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
expose strategic solver factory prototype at level of solver module
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ae0a98132
commit
fc41a61b6e
3 changed files with 9 additions and 2 deletions
|
@ -22,6 +22,6 @@ Notes:
|
|||
|
||||
class solver_factory;
|
||||
|
||||
solver_factory * mk_smt_strategic_solver_factory(symbol const & logic = symbol::null);
|
||||
// solver_factory * mk_smt_strategic_solver_factory(symbol const & logic = symbol::null);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue