/* This file is part of the source code for the following publication:
 * Assembling Self-Supporting Structures, Deuss et al., SIGGRAPH Asia 2014
 *
 * Copyright (C) 2014 Mario Deuss <mario.deuss@epfl.ch>
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

Compilation:

This code depends on the Mosek, which is available freely for academic purposes.
Run cmake, adapt the variables if not detected automatically.
Build and run with your platforms building tool.


Input data:

Example input for figure 1 is provided in the Data folder, together with a description of the input files. The file paths are determined in main.cpp. More input will be available soon.


Known problems:

Platform-dependent representation of the double infinity: An AnalyzerParameter file written on a different platform than read can lead to errors.