Skip to content

Commit

Permalink
Merge pull request #2 from zafeirakopoulos/master
Browse files Browse the repository at this point in the history
Update to compile with gcc 6
  • Loading branch information
vissarion authored May 30, 2017
2 parents 4cd18e2 + ab00440 commit 9113e78
Show file tree
Hide file tree
Showing 435 changed files with 68,811 additions and 3,145,240 deletions.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ You may redistribute or modify the software under the GNU Lesser General Public
This is an open-source C++ software for computing an approximation of the volume of a polytope given as an intersection of halfspaces.

To compile and use it, you need first to compile the CGAL library, or download the precompiled library (this software has been tested with CGAL 4.1 and newer versions). You can follow these steps:


The current branch is tested to work with gcc6.
The distribution includes Eigen 3.3 in the folder "external".

------------------------
1. Compile CGAL sources
Expand Down Expand Up @@ -129,3 +131,4 @@ Then running

will give an estimation of the number of linear extensions, which is 3.


2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if ( CGAL_FOUND )
include( ${CGAL_USE_FILE} )
include( CGAL_CreateSingleSourceCGALProgram )
#include_directories (BEFORE ../external/extreme_points_d/include)
include_directories (BEFORE ../external/eigen_3_2)
include_directories (BEFORE ../external/eigen_3_3)
include_directories (BEFORE ../include)


Expand Down
32,774 changes: 0 additions & 32,774 deletions examples/polytope_examples/cross_15.ine

This file was deleted.

65,542 changes: 0 additions & 65,542 deletions examples/polytope_examples/cross_16.ine

This file was deleted.

131,078 changes: 0 additions & 131,078 deletions examples/polytope_examples/cross_17.ine

This file was deleted.

262,150 changes: 0 additions & 262,150 deletions examples/polytope_examples/cross_18.ine

This file was deleted.

Loading

0 comments on commit 9113e78

Please sign in to comment.