mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
integrate lambda expressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bf4edef761
commit
520ce9a5ee
139 changed files with 2243 additions and 1506 deletions
|
@ -449,7 +449,6 @@ namespace opt {
|
|||
}
|
||||
lbool r = maxsmt();
|
||||
if (r == l_true) {
|
||||
ast_manager& m = m_solver->get_manager();
|
||||
svector<symbol> labels;
|
||||
maxsmt.get_model(m_model, labels);
|
||||
// TBD: is m_fm applied or not?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue