mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
enable cardinality constraints in nla2bv
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
509f80b1db
commit
caa15ea04d
4 changed files with 60 additions and 43 deletions
|
@ -668,6 +668,7 @@ namespace sat {
|
|||
void display_watches(std::ostream & out) const;
|
||||
void display_watches(std::ostream & out, literal lit) const;
|
||||
void display_dimacs(std::ostream & out) const override;
|
||||
std::ostream& display_model(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;
|
||||
std::ostream& display_justification(std::ostream & out, justification const& j) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue