mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
parent
3024fe7baf
commit
4d41db2920
3 changed files with 21 additions and 3 deletions
|
@ -42,6 +42,8 @@ namespace sat {
|
|||
literal ext2lit(literal lit);
|
||||
literal lit2ext(literal lit);
|
||||
|
||||
void add_assumptions(solver const& s);
|
||||
|
||||
std::ostream& display(solver const& s, std::ostream& out) const;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue