Skip to content

Commit e3f849d

Browse files
authored
Merge pull request #9 from EnergySystemsModellingLab/Edit_run_path
Updated run path in readme
2 parents c51d9cf + 4d4cf88 commit e3f849d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ To build the project, run:
3333
cargo build
3434
```
3535

36-
To run MUSE with the example input files, you can run:
36+
To run the code with the example input files, you can run:
3737

3838
```sh
39-
cargo run examples/placeholder/settings.toml
39+
cargo run example/settings.toml
4040
```
4141

4242
Tests can be run with:

src/optimisation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//! The main crate for highs_example_rust. This contains all of MUSE's functionality.
21
use crate::settings::read_settings;
32
use crate::solver::{solve_highs, Sense};
43
use std::path::Path;

0 commit comments

Comments
 (0)