Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 892 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 892 Bytes

README

This is the reference implementation of "Robust Coarse Cage Construction with Small Approximation Errors".

Dependencies

  • Boost 1.79 (The only library you need to install on your computer)
  • Other libraries are contained src/ThirdPartyLib

How to build

Configure the CMake file and build it.

We succeed to build our code on Windows10 by MSVC-16-x64.

We also provide a binary executable file in supplementary.

How to use

To generate a single cage with a target number of vertices, run the executable file as

exeCageGenerator.exe default path-to-input path-to-out-dir target_Nv

To generate nested cages with target numbers of vertices, run the executable file as

exeCageGenerator.exe default path-to-input path-to-out-dir target_Nv_0 target_Nv_1 ... target_Nv_n

The default can be substituted by a configure file. We provide an example at "src/config.json".