We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990712a commit 26e6079Copy full SHA for 26e6079
examples/sudden_acceleration/readme.md
@@ -59,6 +59,14 @@ To compile and run the code, ensure the following are installed:
59
60
From terminal:
61
62
+Compile:
63
+
64
+```bash
65
+g++ -o PANKH_impulsive impulsive_start.cpp
66
+```
67
+Run:
68
69
```bash
-g++ impulsive_start.cpp -o impulsive_start
-./impulsive_start
70
+./PANKH_impulsive impulsive_start_input.json
71
72
+PANKH_impulsive is the executable and impulsive_start_input.json is tailored input file for impulsive_start.cpp solver.
0 commit comments