mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Z3_search_failure type not needed in v4 ml api
This commit is contained in:
parent
32896a15e6
commit
fd5372d7a2
|
@ -1080,6 +1080,7 @@ typedef enum {
|
|||
Z3_PK_INVALID
|
||||
} Z3_param_kind;
|
||||
|
||||
#ifdef CorML3
|
||||
/**
|
||||
\mlonly {!search_failure} \endmlonly \conly \brief
|
||||
The different kinds of search failure types.
|
||||
|
@ -1103,6 +1104,7 @@ typedef enum {
|
|||
Z3_THEORY,
|
||||
Z3_QUANTIFIERS
|
||||
} Z3_search_failure;
|
||||
#endif
|
||||
|
||||
/**
|
||||
\mlonly {!ast_print_mode} \endmlonly \conly \brief
|
||||
|
|
Loading…
Reference in a new issue