3
0
Fork 0
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:
Nikolaj Bjorner 2024-02-21 19:29:21 -08:00
parent cf72a916f8
commit b14499f230
3 changed files with 76 additions and 15 deletions

View file

@ -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(); }
};
}