table of contents
HIGHS(1) | User Commands | HIGHS(1) |
NAME¶
highs - HiGHS -- High performance linear optimization software
DESCRIPTION¶
usage:¶
- debian/tmp/usr/bin/highs [options] [file]
options:¶
- --model_file file
- File of model to solve.
- --options_file file
- File containing HiGHS options.
- --read_solution_file file
- File of solution to read.
- --presolve text
- Set presolve option to: "choose" * default "on" "off"
- --solver text
- Set solver option to: "choose" * default "simplex" "ipm"
- --parallel text
- Set parallel option to: "choose" * default "on" "off"
- --run_crossover text
- Set run_crossover option to: "choose" "on" * default "off"
- --time_limit float
- Run time limit (seconds - double).
- --solution_file text
- File for writing out model solution.
- --read_basis_file text
- File for initial basis to read.
- --write_basis_file text
- File for final basis to write.
- --write_model_file text
- File for writing out model.
- --random_seed int
- Seed to initialize random number generation.
- --ranging text
- Compute cost, bound, RHS and basic solution ranging:
- "on"
- "off" * default
- -v, --version
- Print version.
- -h, --help
- Print help.
March 2025 | highs 1.10.0+ds |