table of contents
HIGHS(1) | User Commands | HIGHS(1) |
NAME¶
highs - HiGHS -- High performance linear optimization software
DESCRIPTION¶
HiGHS options Usage:
- debian/tmp/usr/bin/highs [OPTION...] [file]
- --model_file arg
- File of model to solve.
- --read_solution_file arg
- File of solution to read.
- --options_file arg
- File containing HiGHS options.
- --presolve arg
- Presolve: "choose" by default - "on"/"off" are alternatives.
- --solver arg
- Solver: "choose" by default - "simplex"/"ipm" are alternatives.
- --parallel arg
- Parallel solve: "choose" by default - "on"/"off" are alternatives.
- --run_crossover arg
- Run crossover: "on" by default - "choose"/"off" are alternatives.
- --time_limit arg
- Run time limit (seconds - double).
- --solution_file arg
- File for writing out model solution.
- --write_model_file arg
- File for writing out model.
- --random_seed arg
- Seed to initialize random number generation.
- --ranging arg
- Compute cost, bound, RHS and basic solution ranging.
- --version
- Print version.
- -h, --help
- Print help.
March 2025 | highs 1.9.0+ds |