Skip to content

Commit dad6d5b

Browse files
committed
Record deli model state space metrics: 30 distinct states, 78 total states, depth 1
Signed-off-by: EricSpencer00 <espencer2@luc.edu>
1 parent bba1b17 commit dad6d5b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

specifications/deli/manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
"models": [
1212
{
1313
"path": "specifications/deli/deli.cfg",
14-
"runtime": "00:00:05",
14+
"runtime": "00:00:01",
1515
"mode": "exhaustive search",
16-
"result": "success"
16+
"result": "success",
17+
"distinctStates": 30,
18+
"totalStates": 78,
19+
"stateDepth": 1
1720
}
1821
]
1922
}

0 commit comments

Comments
 (0)