# ILPSolverInterface **Repository Path**: handsomest/ILPSolverInterface ## Basic Information - **Project Name**: ILPSolverInterface - **Description**: 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 instructi - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-24 - **Last Updated**: 2022-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * 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](https://github.com/ALIGN-analoglayout/ALIGN-public). * Build instruction: ``` mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX:PATH= .. make -j4 make install ```