mirror of
https://github.com/Z3Prover/z3
synced 2026-05-17 15:39:27 +00:00
Expose timestamp method in sls_context (#8347)
* Initial plan * Expose timestamp method in sls_context Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
4a29326eaa
commit
0a68837ef2
4 changed files with 5 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ namespace sls {
|
|||
void add_input_assertion(expr* f) { m_context.add_input_assertion(f); }
|
||||
reslimit& rlimit() override { return m_ddfw.rlimit(); }
|
||||
void shift_weights() override { m_ddfw.shift_weights(); }
|
||||
unsigned timestamp(sat::bool_var v) override { return m_ddfw.timestamp(v); }
|
||||
|
||||
void force_restart() override { m_ddfw.force_restart(); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue