This repository contains a few solutions for the ICCAD 2017 Problem B. The complete problem description is available inside the contest_page directory.
- cmake
- boost > 1.60
This project uses two submodules.
- Rapidcheck: https://github.com/emil-e/rapidcheck
- Cad Geometry: https://github.com/wuerges/cad_geometry
clone <repo url>
cd <repo directory>
git submodule update --init
mkdir build
cd build
cmake ..
make
cd <repo directory>/build
./test/TestParse <testcase path>
ICCAD contest official testcases are contained in /testcases/official. Aditional debug testcases are in /testcases/unnoficial.
Almost everything!