inst/HiGHS/docs/src/interfaces/cpp/index.md

Getting started

HiGHS can be cloned from GitHub with the command

git clone https://github.com/ERGO-Code/HiGHS.git

Building HiGHS from source code

HiGHS uses CMake (minimum version 3.15) as a build system, and can use the following compilers

Instructions for building HiGHS from source code are in HiGHS/cmake/README.md.

The simplest setup is to build HiGHS in a build directory within the root direcory. The name of the build folder is arbitrary but, assuming it is build, the sequence of commands is as follows

cd HiGHS
cmake -S. -B build 
cmake --build build --parallel


Try the highs package in your browser

Any scripts or data that you put into this service are public.

highs documentation built on April 4, 2025, 3:23 a.m.