mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
adding simplex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a594597906
commit
51cb63b6c0
8 changed files with 42 additions and 13 deletions
|
@ -30,6 +30,7 @@ namespace opt {
|
|||
lbool is_sat;
|
||||
m_msolver = 0;
|
||||
m_s = &s;
|
||||
IF_VERBOSE(1, verbose_stream() << "(maxsmt)\n";);
|
||||
if (m_soft_constraints.empty()) {
|
||||
TRACE("opt", tout << "no constraints\n";);
|
||||
m_msolver = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue