mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
populate proofs in opt specific tactics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2f9e9e1a3c
commit
061ac0f23e
4 changed files with 19 additions and 6 deletions
|
@ -3147,7 +3147,7 @@ namespace Duality {
|
|||
}
|
||||
|
||||
if(node->Annotation.IsEmpty() || eq(node->Annotation.Formula,prev_annot) || (repeated_case_count > 0 && !axioms_added) || (repeated_case_count >= 10)){
|
||||
looks_bad:
|
||||
// looks_bad:
|
||||
if(!axioms_added){
|
||||
// add the axioms in the off chance they are useful
|
||||
const std::vector<expr> &theory = ls->get_axioms();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue