mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
review of network flow
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
89989627d0
commit
acb26d0cf9
5 changed files with 111 additions and 54 deletions
|
@ -60,6 +60,7 @@ namespace opt {
|
|||
expr_ref_vector fmls_copy(fmls);
|
||||
lbool is_sat;
|
||||
if (!fmls.empty()) {
|
||||
// TBD: bug when cancel flag is set, fu_malik returns is_sat == l_true instead of l_undef
|
||||
if (is_maxsat_problem()) {
|
||||
is_sat = opt::fu_malik_maxsat(*s, fmls_copy);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue