mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 01:02:15 +00:00
parent
0ef14ffa08
commit
fe10f2d244
5 changed files with 12 additions and 8 deletions
|
@ -110,7 +110,7 @@ namespace qe {
|
|||
imp(ast_manager& m): m(m), a(m) {}
|
||||
~imp() {}
|
||||
|
||||
virtual bool solve(model& model, app_ref_vector& vars, expr_ref_vector& lits) {
|
||||
bool solve(model& model, app_ref_vector& vars, expr_ref_vector& lits) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue