highs - Man Page
Linear optimization software
Description
usage
/builddir/build/BUILD/coin-or-HiGHS-1.15.1-build/BUILDROOT/usr/bin/highs [options] [file]
Positionals
- model_file file
File of model to solve
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
- --read_basis_file file
File of initial basis to read
- --write_model_file text
File for writing out model
- --solution_file text
File for writing out solution
- --write_basis_file text
File for writing out final basis
- --presolve text
Set presolve option to: "choose" * default "on" "off"
- --solver text
Set solver option to: "choose" * default "simplex" "hipo" "ipm"
- --parallel text
Set parallel option to: "choose" * default "on" "off"
- --threads int
Set maximum number of threads to use: 0: automatic * default
- --run_crossover text
Set run_crossover option to: "choose" "on" * default "off"
- --time_limit float
Run time limit (seconds - double)
- --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
- --notice
Print third-party information
- -h, --help
Print help
Running HiGHS 1.15.1 (git hash: 04024d701): Copyright (c) 2026 under MIT licence terms Includes third-party software components, see THIRD_PARTY_NOTICES.md for full details Command line parsed using CLI11 2.6.2: Copyright (c) 2017-2025 University of Cincinnati