mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
adding trail/levels
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e22c657811
commit
8d20310758
21 changed files with 199 additions and 7 deletions
|
@ -208,6 +208,9 @@ namespace opt {
|
|||
return m_context.preferred_sat(asms, cores);
|
||||
}
|
||||
|
||||
void opt_solver::get_levels(ptr_vector<expr> const& vars, unsigned_vector& depth) {
|
||||
return m_context.get_levels(vars, depth);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue