mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
add shorthand for enumerating constants in a model
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2908ab4069
commit
efd5727676
2 changed files with 19 additions and 1 deletions
|
@ -326,7 +326,6 @@ public:
|
|||
return l_true;
|
||||
}
|
||||
|
||||
|
||||
virtual std::string reason_unknown() const {
|
||||
return m_unknown;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue