mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
cleanup, comments, fixes to drat genereration
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a12fca3105
commit
5f96bf55f4
2 changed files with 59 additions and 39 deletions
|
@ -38,12 +38,14 @@ namespace sat {
|
|||
bool m_enable_dont_cares;
|
||||
bool m_enable_implies;
|
||||
bool m_add_learned;
|
||||
bool m_validate_enabled;
|
||||
config():
|
||||
m_validate(false),
|
||||
m_enable_units(false),
|
||||
m_enable_dont_cares(false),
|
||||
m_enable_implies(false),
|
||||
m_add_learned(true) {}
|
||||
m_add_learned(true),
|
||||
m_validate_enabled(false) {}
|
||||
};
|
||||
private:
|
||||
struct report;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue