Skip to content

Commit 4cfff00

Browse files
committed
Add BrakeDisc-ControlSystem Case Study
1 parent 46e409d commit 4cfff00

81 files changed

Lines changed: 11618 additions & 1657 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 58 additions & 423 deletions
Large diffs are not rendered by default.

CLAUDE.md

Lines changed: 0 additions & 150 deletions
This file was deleted.

amalthea-acset-integration/vsum/src/main/java/tools/vitruv/methodologisttemplate/vsum/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Test {
3333
* Single-variable version: Insert one task with one user choice.
3434
* Used for single-variable path exploration (5 paths).
3535
*/
36-
public void insertTask(Path projectDir, Integer userInput) {
36+
public void insertTask(Path projectDir, int userInput) {
3737
// 1)
3838
// Execute switch with tagged value to collect path constraints
3939
switch (userInput) {

0 commit comments

Comments
 (0)