Skip to content

Commit c6f8185

Browse files
Copilotjaccz
andcommitted
Fix sub-models documentation inconsistency
Co-authored-by: jaccz <9115223+jaccz@users.noreply.github.com>
1 parent 9ab3092 commit c6f8185

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/pict.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ The test generation for the above model would proceed as follows:
213213

214214
$
215215
|
216-
| order = 3 (defined by /o:3)
216+
| order = 2 (defined by /o:2)
217217
|
218218
+--------------------+-------------------+
219219
| |
220-
| order = 2 | order = 3
220+
| order = 2 | order = 2
221221
| |
222222
{ PLATFORM, CPUS, RAM, HDD } OS, Browser, APP
223223

224-
For the above model with sub-model, PICT invoked with an /o:3 argument will generate roughly 10 hardware configurations, compared to roughly 40 hardware configurations without the sub-model. This reduced number of hardware configurations comes at the cost of a greater number of total test cases: roughly 140 test cases with the sub-model, compared to roughly 60 test cases without the sub-model (again, all with /o:3).
224+
For the above model with sub-model, PICT invoked with an /o:2 argument will generate roughly 10 hardware configurations, compared to roughly 40 hardware configurations without the sub-model. This reduced number of hardware configurations comes at the cost of a greater number of total test cases: roughly 40 test cases with the sub-model, compared to roughly 17 test cases without the sub-model (again, all with /o:2).
225225

226226
Notes:
227227
1. You can define as many sub-models as you want; any parameter can belong to any number of sub-models. However, the model hierarchy can be just one level deep.

0 commit comments

Comments
 (0)