This is a C++ implement of the following paper:
The code is written by Zheng Zhang using Microsoft Visual Studio 2019, and has passed the test on Windows 10.
All the required libraries are the latest versions.
cd IntCones
Edit SparseCones/CmakeLists.txt to set the solver and configuration path.(line 39, 46 and 47)
mkdir build && cd build
cmake ..
exeSparseCones.exe example.obj output --normBound=sigma
exeSparseCones.exe dog.obj dog --normBound=0.2
- ouput.txt: The running time of our algorithm and distortion are recorded.