I am trying to tune z3 on machine-generated problems that
- are unsatisfiable,
- contain assertions that are irrelevant for the proof
- irrelevant assertions contain quantifiers
- where z3 is unable to find the unsatisfiability proof because of these irrelevant assertions (removing them manually shows this).
Are there any general guidelines to handle this situation?
Going through the command line options, I thought I could try:
mbqi.id (string) Only use model-based instantiation for quantifiers with id's beginning with string (default: )
Yet I do not see how I can attach an id to a quantifier using the SMT-LIB syntax. Could anyone with a clue share it with me?