mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
renamed validate_model --> model_validate
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
847c5f9691
commit
d634c945bf
5 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
std::string m_trace_file_name;
|
||||
bool m_well_sorted_check;
|
||||
bool m_model;
|
||||
bool m_validate_model;
|
||||
bool m_model_validate;
|
||||
bool m_unsat_core;
|
||||
unsigned m_timeout;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue