mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
33f74b9c9f
commit
f748a03ac7
10 changed files with 60 additions and 51 deletions
|
@ -179,6 +179,9 @@ namespace opt {
|
|||
}
|
||||
|
||||
void maxsmt::verify_assignment() {
|
||||
// TBD: have to use a different solver
|
||||
// because we don't push local scope any longer.
|
||||
return;
|
||||
solver::scoped_push _sp(m_s);
|
||||
commit_assignment();
|
||||
if (l_true != m_s.check_sat(0,0)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue