Skip to content

Commit

Permalink
Commeted out highs.writeOptions(Options.md) in RunHighs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Jan 12, 2025
1 parent 5886353 commit 750452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/RunHighs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main(int argc, char** argv) {
// call this first so that printHighsVersionCopyright uses reporting
// settings defined in any options file.
highs.passOptions(loaded_options);
highs.writeOptions("Options.md");
// highs.writeOptions("Options.md");

// Load the model from model_file
HighsStatus read_status = highs.readModel(model_file);
Expand Down

0 comments on commit 750452a

Please sign in to comment.