mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 16:27:11 +00:00
parent
7f8738dd85
commit
330b3cc8d6
3 changed files with 22 additions and 11 deletions
|
@ -125,5 +125,6 @@ lbool check_sat(tactic & t, goal_ref & g, model_ref & md, labels_vec & labels, p
|
|||
void fail_if_proof_generation(char const * tactic_name, goal_ref const & in);
|
||||
void fail_if_unsat_core_generation(char const * tactic_name, goal_ref const & in);
|
||||
void fail_if_model_generation(char const * tactic_name, goal_ref const & in);
|
||||
void fail_if_has_quantifiers(char const* tactic_name, goal_ref const& in);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue