3
0
Fork 0
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:
Nikolaj Bjorner 2019-08-09 15:52:12 -07:00
parent 1ae0a98132
commit fc41a61b6e
3 changed files with 9 additions and 2 deletions

View file

@ -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