mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
prepare for sls experiment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cf72a916f8
commit
b14499f230
3 changed files with 76 additions and 15 deletions
|
@ -101,5 +101,7 @@ namespace bv {
|
|||
sls_valuation const& wval(expr* e) const { return m_eval.wval0(e); }
|
||||
|
||||
model_ref get_model();
|
||||
|
||||
void cancel() { m.limit().cancel(); }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue