mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Annotation fix for pattern/quantifier probes
This commit is contained in:
parent
1724811e1b
commit
bf92e53688
|
@ -89,14 +89,13 @@ probe * mk_produce_unsat_cores_probe();
|
|||
ADD_PROBE("produce-proofs", "true if proof generation is enabled for the given goal.", "mk_produce_proofs_probe()")
|
||||
ADD_PROBE("produce-model", "true if model generation is enabled for the given goal.", "mk_produce_models_probe()")
|
||||
ADD_PROBE("produce-unsat-cores", "true if unsat-core generation is enabled for the given goal.", "mk_produce_unsat_cores_probe()")
|
||||
ADD_PROBE("has-patterns", "true if the goal contains quantifiers with patterns.", "mk_has_pattern_probe()")
|
||||
*/
|
||||
|
||||
probe * mk_has_quantifier_probe();
|
||||
probe * mk_has_pattern_probe();
|
||||
|
||||
/*
|
||||
ADD_PROBE("has-quantifier", "true if the goal contains quantifiers.", "mk_has_quantifier_probe()")
|
||||
ADD_PROBE("has-quantifiers", "true if the goal contains quantifiers.", "mk_has_quantifier_probe()")
|
||||
ADD_PROBE("has-patterns", "true if the goal contains quantifiers with patterns.", "mk_has_pattern_probe()")
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue