mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +00:00
adding facility to dump wcnf benchmarks
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
954e612188
commit
a78fc031bc
5 changed files with 88 additions and 10 deletions
|
@ -447,6 +447,7 @@ namespace sat {
|
|||
void display(std::ostream & out) const;
|
||||
void display_watches(std::ostream & out) const;
|
||||
void display_dimacs(std::ostream & out) const;
|
||||
void display_wcnf(std::ostream & out, unsigned sz, literal const* lits, unsigned const* weights) const;
|
||||
void display_assignment(std::ostream & out) const;
|
||||
void display_justification(std::ostream & out, justification const& j) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue