mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
working on SLS
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a9281777cc
commit
2909e8cd9e
1 changed files with 0 additions and 2 deletions
|
@ -552,7 +552,6 @@ namespace opt {
|
|||
for (unsigned i = 0; i < m_soft.size(); ++i) {
|
||||
wth().assert_weighted(m_soft[i].get(), m_weights[i]);
|
||||
}
|
||||
s.display(std::cout);
|
||||
|
||||
solver::scoped_push __s(s);
|
||||
while (l_true == is_sat) {
|
||||
|
@ -601,7 +600,6 @@ namespace opt {
|
|||
ws.push_back(wth().assert_weighted(m_soft[i].get(), m_weights[i]));
|
||||
sls.add(m_soft[i].get(), m_weights[i]);
|
||||
}
|
||||
s.display(std::cout);
|
||||
|
||||
expr_ref fml(m);
|
||||
solver::scoped_push __s(s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue