Skip to content

Commit 4d4cf88

Browse files
committed
Remove references to MUSE
1 parent 6165ce6 commit 4d4cf88

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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
3939
cargo run example/settings.toml

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)