mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
base -> core
This commit is contained in:
parent
959f4c9440
commit
b5efb87118
3 changed files with 6 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue