mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
fixes to cuts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7d8b56027f
commit
dcd4fff284
18 changed files with 75 additions and 50 deletions
|
@ -234,7 +234,7 @@ public:
|
|||
/**
|
||||
\brief Display the content of this solver in DIMACS format
|
||||
*/
|
||||
std::ostream& display_dimacs(std::ostream & out) const;
|
||||
std::ostream& display_dimacs(std::ostream & out, bool include_names = true) const;
|
||||
|
||||
/**
|
||||
\brief expose model converter when solver produces partially reduced set of assertions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue