Skip to content

MrHighVoltage/ILPSolverInterface

 
 

Repository files navigation

  • Repo to build Cbc/SYMPHONY solver libraries using github workflow
  • Currently built platforms : manylinux_2_24_x86_64 and manylinux2014_x86_64
  • This repo helps reduce build time of ALIGN.
  • Build instruction:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<prefix dir> ..
make -j4
make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 57.3%
  • C++ 42.7%