mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
output
This commit is contained in:
parent
9cc9d1fac4
commit
46c69766d1
2 changed files with 7 additions and 3 deletions
|
@ -457,7 +457,7 @@ namespace polysat {
|
|||
solver const& s;
|
||||
sat::literal lit;
|
||||
public:
|
||||
lit_pp(solver const& s, signed_constraint c): s(s), lit(c.blit()) {}
|
||||
lit_pp(solver const& s, signed_constraint c): s(s), lit(c ? c.blit() : sat::null_literal) {}
|
||||
lit_pp(solver const& s, sat::literal lit): s(s), lit(lit) {}
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue