-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/detect xpress at runtime (#724)
* start * start * add more function * by default add Xpress in available solvers list * it works! * it works 2 * tidy * unload unused function * fix conversion path->string * add newline after msf * set xpress dir env var * windows set env var XPRESSDIR * update windows getenv method * update getenv * write err in stderr * build clean path * print clearer err message * list xpress dir * list xpress dir 2 * list xpress dir 3 * list xpress dir 4 * list xpress dir 5 * remove prepos * some move * move header file * treat warning * remove prints * do right * suggestion by @flomnes Co-authored-by: Florian Omnès <[email protected]> * suggestion by @flomnes Co-authored-by: Florian Omnès <[email protected]> * suggestion by @florian * rename namespace * remove commented code * resolve conflicts * init Xpress env if needed * check available Solvers once per program * set Xpress bool check * print the right log messages * rename compile unit variable * tmp disable xpress as this fork doesn't have it * remove comments * Revert "tmp disable xpress as this fork doesn't have it" This reverts commit 4a8ad09. --------- Co-authored-by: Florian Omnès <[email protected]>
- Loading branch information
Showing
13 changed files
with
1,063 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.