Skip to content

Commit e306c7f

Browse files
authored
Update README.md
1 parent ceeb674 commit e306c7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ python ./bin/ntcore.py DOMAIN PROBLEM OUTPUT_PATH
3838

3939
To switch between the two variants of Numeric Tcore, use one of the following commands:
4040
```
41-
python ./bin/metcore.py DOMAIN PROBLEM OUTPUT --naive_mode
42-
python ./bin/metcore.py DOMAIN PROBLEM OUTPUT --delta_mode
41+
python ./bin/ntcore.py DOMAIN PROBLEM OUTPUT --naive_mode
42+
python ./bin/ntcore.py DOMAIN PROBLEM OUTPUT --delta_mode
4343
```
4444

4545
The option --naive_mode runs the basic version of ntcore, while --delta_mode runs ntcore^+.

0 commit comments

Comments
 (0)