Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 362 Bytes

Solving Linear Ordering Problem (WIP)

Implements multiple methods for solving the linear ordering problem (LOP). The repository is work in progress.

Instructions

  • Run make to build the executable
  • Run ./built [instance] to run
  • Run make clean to clean build files

Dependencies

  • IBM ILOG CPLEX Optimization Studio v12.9
  • Boost Library 1.65.1