Commit Graph

17 Commits

Author SHA1 Message Date
Sébastien Loriot 107f3696dc boost::tie -> std::tie 2025-01-24 14:20:00 +01:00
Andreas Fabri 5f3e3b2e14 Use wrapper files to suppress warning 2022-05-05 08:46:11 +01:00
Sébastien Loriot 590612a563 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
Andreas Fabri c81b707bfb Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
Andreas Fabri 20c97edb12 The edge_weight must be the lenth, and not the squared length 2016-06-14 14:17:14 +02:00
Sébastien Loriot 5f4813b64d properties_Polyhedron_3.h is now included by graph_traits_Polyhedron_3.h 2014-07-04 17:24:05 +02:00
Andreas Fabri b1b4b05fe6 changes such that the testsuite compiles 2014-05-22 12:21:29 +02:00
Andreas Fabri 3ad8f65d28 small fixes 2014-05-22 10:36:50 +02:00
Andreas Fabri 46ee658eb7 Cartesian -> Simple_cartesian 2013-08-26 16:36:02 +02:00
Andreas Fabri a9e13a61c2 No need for a compare functor as the inplace list now provides comparison operators 2011-03-01 13:25:24 +00:00
Guillaume Damiand 8cb6de003c Use a functor instead of the global operator< to define a std::map.
TODO: remove the functor and use directly the new operator< defined in In_place_list
2011-02-15 12:22:51 +00:00
Andreas Fabri 0d3c086525 hack graph traits of polyhedron to cope with non-constcorrect BGL 2007-09-20 14:10:09 +00:00
Sylvain Pion 6fb5cb906b Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Fernando Cacciola 6f3a42918b Fixed to run unattended (not reading from cin anymore) 2007-02-05 15:45:48 +00:00
Fernando Cacciola 03410dee13 boost's kruskal implementation fixed locally to make it const-correct 2007-02-02 22:49:59 +00:00
Fernando Cacciola 2725260334 Partial fixes to make it work (unfinished) 2006-10-19 16:50:06 +00:00
Fernando Cacciola 5c9b98ca03 Folder structure changed to fit testsuite (taken from Kinetic_data_structure) 2006-10-18 16:38:45 +00:00