Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 218 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 218 Bytes

f4d

A self-contained version of FILO with SPH for DIMACS.

Readme in progress

Build

git clone git@github.com:falcopt/f4d.git
cd f4d
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j