Skip to content

Commit 8bf404b

Browse files
committed
update README.md
1 parent dec3d59 commit 8bf404b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ PANKH # the name of the local repository
147147
- │── /include # Contains all .h header files
148148
- │── README.md
149149
- │── LICENSE
150-
- │── /output_files
150+
- │── /output_files
151+
- │── input.json # the input file
151152
</details>
152153
153154
<details>
@@ -181,7 +182,7 @@ icpx -o PANKH_solver src/*.cpp -Iinclude -std=c++11
181182
- Ensure that the required output directories exist before running the code. Refer to [`SETUP.md`](https://github.com/coding4Acause/PANKH/blob/main/SETUP.md) for details on directory structure.
182183
- After compiling the code, run the solver using:
183184
```bash
184-
./ PANKH_solver
185+
./PANKH_solver input.json
185186
```
186187
## API Documentation
187188

0 commit comments

Comments
 (0)