mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
start wcnf
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
be68456c06
commit
08f55f9d1f
5 changed files with 30 additions and 2 deletions
|
@ -22,3 +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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue