3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 10:05:32 +00:00

base -> core

This commit is contained in:
Nikolaj Bjorner 2021-11-29 19:55:10 -08:00
parent 959f4c9440
commit b5efb87118
3 changed files with 6 additions and 7 deletions

View file

@ -48,7 +48,7 @@ solver* mk_smt2_solver(ast_manager& m, params_ref const& p);
- statistics
- results based on check_sat_result API
*/
class solver : public check_sat_result, public user_propagator::base{
class solver : public check_sat_result, public user_propagator::core {
params_ref m_params;
symbol m_cancel_backup_file;
public: