Skip to content

coin-modeling-dev/simple-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Model

Maintain mapping between Sets and Variables for a Linear Program

  • Sets are collection of strings
  • Variables indexed by multiple sets (row and column variables)
  • Matrices corresponding to linear constraints
  • Objective function

Stored as HDF5 file Mapped to OSI model

Required packages

# cmake
sudo apt install cmake gcc clang gdb build-essential

# HDF5 and Boost
sudo apt install libhdf5-serial-dev libboost-all-dev

# COIN-OR
sudo apt install coinor-clp coinor-libosi-dev coinor-libcoinutils-dev coinor-libclp-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published