* src/tgbatest/spotlbtt.test: Make 100 rounds.

This commit is contained in:
Alexandre Duret-Lutz 2003-07-10 12:01:41 +00:00
parent 977d389724
commit 006bd6b930
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2003-07-10 Alexandre Duret-Lutz <aduret@src.lip6.fr> 2003-07-10 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgbatest/spotlbtt.test: Make 100 rounds.
* src/tgba/succiterconcrete.cc (tgba_succ_iterator_concrete::next): * src/tgba/succiterconcrete.cc (tgba_succ_iterator_concrete::next):
Fix so that !p.!Acc[g].Acc[f] + p.!Acc[g].Acc[f] + p.Acc[g].!Acc[f] Fix so that !p.!Acc[g].Acc[f] + p.!Acc[g].Acc[f] + p.Acc[g].!Acc[f]
is factored as !p.!Acc[g].Acc[f] + p.(!Acc[g].Acc[f] + Acc[g].!Acc[f]), is factored as !p.!Acc[g].Acc[f] + p.(!Acc[g].Acc[f] + Acc[g].!Acc[f]),

View file

@ -14,13 +14,15 @@ Algorithm
GlobalOptions GlobalOptions
{ {
Rounds = 1 Rounds = 100
Interactive = Never Interactive = Never
# Verbosity = 5 # Verbosity = 5
} }
FormulaOptions FormulaOptions
{ {
Size = 1...13
Propositions = 6
AbbreviatedOperators = Yes AbbreviatedOperators = Yes
GenerateMode = Normal GenerateMode = Normal
@ -32,7 +34,7 @@ FormulaOptions
AndPriority = 10 AndPriority = 10
OrPriority = 10 OrPriority = 10
BeforePriority = 0 BeforePriority = 0
StrongReleasePriority = 0 StrongReleasePriority = 0
WeakUntilPriority = 0 WeakUntilPriority = 0