3
0
Fork 0
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:
Leonardo de Moura 2012-12-03 13:44:39 -08:00
parent 847c5f9691
commit d634c945bf
5 changed files with 8 additions and 8 deletions

View file

@ -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;