Skip to content

Commit

Permalink
timeouts in length abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Jun 10, 2024
1 parent c1419ca commit f7f0aa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/ostrich/automata/Automaton.scala
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ trait AtomicStateAutomaton extends Automaton {
changed = false

for (i <- 0 until transPreStates.size) {
ap.util.Timeout.check

val set = transPreStates(i)

val oldSize = set.size
Expand Down

0 comments on commit f7f0aa8

Please sign in to comment.