3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00

Add additional API to solver_pool

This commit is contained in:
Arie Gurfinkel 2018-05-24 12:12:48 -07:00
parent c2304e2636
commit 180d38378a
2 changed files with 9 additions and 0 deletions

View file

@ -66,6 +66,8 @@ public:
solver* mk_solver();
void reset_solver(solver* s);
void updt_params(const params_ref &p);
};