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:
parent
847c5f9691
commit
d634c945bf
5 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue