3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55: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

@ -393,7 +393,7 @@ bool cmd_context::well_sorted_check_enabled() const {
}
bool cmd_context::validate_model_enabled() const {
return m_params.m_validate_model;
return m_params.m_model_validate;
}
cmd_context::check_sat_state cmd_context::cs_state() const {