Skip to content

USTC-GCL-F/RobustCage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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".

About

Implementation of Robust Cage Construction with Small Approximation Error.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • C 2.3%
  • CMake 0.7%
  • Python 0.0%
  • Shell 0.0%
  • TeX 0.0%