Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions FileFormats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Diagram shows a single initial state of 25 bits.
- `6`: Maximum event count exceeded
- `7`: Time constraint exceeded
- `8`: Not evaluated (previous evaluation hit time constraint)
- `9`: Evaluation merged with that of another initial state
- Bits 5-6: Final head state as unsigned 2-bit integer (0 to 3)
- Bit 7: Whether final state is present
- Event count: `u64`
Expand Down
3 changes: 2 additions & 1 deletion FileFormats/ResultFile.wl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ $ConclusionReasons = <|
5 -> "MaxTapeLengthExceeded",
6 -> "MaxEventCountExceeded",
7 -> "TimeConstraintExceeded",
8 -> "NotEvaluated"
8 -> "NotEvaluated",
9 -> "MergedWithAnotherInit"
|>

(* ::Section:: *)
Expand Down