Skip to content

Commit baf8ec0

Browse files
authored
Merge pull request #409 from laurentbartholdi/add-hanoi-automata
Added HOA format
2 parents a1c4c8f + 0c0c853 commit baf8ec0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/registry.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,3 +556,13 @@ add_format(format"BIB", (), [".bib"], [:Bibliography => UUID("f1be7e48-bf82-45af
556556

557557
# sparse matrices
558558
add_format(format"SMS", (), ".sms", [:SpaSM => UUID("017bf598-072c-475c-a75e-c3e68736ce70")])
559+
560+
# Hanoi Omega-Automata. Header is "HOA:"
561+
add_format(format"HOA", UInt8[0x48,0x4f,0x41,0x3a], ".hoa", [:Buchi => UUID("484f28d2-1a9e-4e02-bb9b-910131567e8f")])
562+
563+
# BA "Buchi Automata" format, see https://languageinclusion.org/doku.php?id=tools#the_ba_format, used by
564+
# FORKLIST https://github.com/Mazzocchi/FORKLIFT
565+
# RABIT https://languageinclusion.org/doku.php?id=tools
566+
# GOAL http://goal.im.ntu.edu.tw/wiki/doku.php
567+
# ROLL https://iscasmc.ios.ac.cn/roll/doku.php?id=start
568+
add_format(format"BA", (), ".ba", [:Buchi => UUID("484f28d2-1a9e-4e02-bb9b-910131567e8f")])

0 commit comments

Comments
 (0)