mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
enable wcnf output for weighted maxsat problems
This commit is contained in:
parent
b02cba6106
commit
13f05ae9dc
6 changed files with 115 additions and 60 deletions
|
@ -22,5 +22,5 @@ Revision History:
|
|||
|
||||
std::ostream& display_dimacs(std::ostream& out, expr_ref_vector const& fmls, bool include_names);
|
||||
|
||||
std::ostream& display_wcnf(std::ostream& out, expr_ref_vector const& fmls, vector<std::pair<expr*,unsigned>> const& soft, bool include_names);
|
||||
std::ostream& display_wcnf(std::ostream& out, expr_ref_vector const& fmls, svector<std::pair<expr*,unsigned>> const& soft);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue