Commit Graph

397 Commits

Author SHA1 Message Date
Sébastien Loriot 09a7f58410 Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch' 2017-12-21 15:15:20 +01:00
Sébastien Loriot 989264e32b only the counts must be tight
lSize must be num_edges as we use an array for edge property
we access using halfedge index properties
2017-12-21 15:08:20 +01:00
Laurent Rineau f37630bc0f Merge branch 'releases/CGAL-4.11-branch'
# Conflicts:
#	Kernel_23/test/Kernel_23/include/CGAL/_Result_of_kernel.h
#	Kernel_23/test/Kernel_23/test_result_of.cpp
2017-12-05 18:14:23 +01:00
Laurent Rineau 9513533b68 Merge pull request #2643 from sloriot/SMS-use_tight_edge_numbers
Use a tight count for the number of edges
2017-12-05 17:58:25 +01:00
Sébastien Loriot 4e8639edb9 workaround a warning with MSVC 2017-12-04 11:50:52 +01:00
Sébastien Loriot c0eb7c33e1 use a tight count for the number of edges 2017-11-29 14:54:12 +01:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Andreas Fabri 5b69ef7783 Add typedef .. ECM so that one can wrap the Midpoint_placement 2017-10-05 08:39:31 +01:00
Laurent Rineau e5f49829cd Merge pull request #2350 from sloriot/SMS-fix_link_computation
Fix the link computation for edges on the border
2017-08-28 12:57:15 +02:00
Sébastien Loriot 4d68958d82 fix the link computation
the only tedious point is what to do with the target vertices
of endleft and endright that might be the target of the
halfedges used to start the link extraction
(that is opp(prev(v0v1)) and opp(prev(v1v0)))
The fix consists in checking whether such a vertex will be (were) added
by the next (previous) while-loop.
2017-08-24 11:07:03 +02:00
Andreas Fabri 6c0323fc8a fix typos and indentation 2017-07-17 16:39:27 +02:00
Maxime Gimeno d019010144 Fix exemple 2017-06-28 11:28:05 +02:00
Simon Giraudot 4749fda6a1 Bugfix: missing typename 2017-06-26 11:08:34 +02:00
Andreas Fabri b21d6a18aa Fix and comment as Mael suggested 2017-06-26 11:08:34 +02:00
Andreas Fabri 836ca79279 Fix Bounded_normal_change_placement.h 2017-06-26 11:08:34 +02:00
Andreas Fabri c55f66a170 WIP: document new placement 2017-06-26 11:08:34 +02:00
Andreas Fabri 00f3c27eae Add a placement class that avoids a change of >90deg of facet normals 2017-06-26 11:08:33 +02:00
Andreas Fabri 3f46969e88 resolve merge conflict 2017-06-26 11:08:33 +02:00
Sébastien Loriot e9395aba6f move enum for named parameters inside internal_np namespace 2017-02-13 10:25:28 +01:00
Maxime Gimeno e1430aa6ac Use CGAL::parameters in edge_collapse.h for parameters. 2017-02-10 10:20:32 +01:00
Sébastien Loriot 50510c05ea add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
          grep -v Operations_on_polyhedra | \
          grep -v Algebraic_kernel_for_circles | \
          grep -v Algebraic_kernel_for_spheres | \
          grep -v Polyhedron_IO`;
do
  echo $i
  python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Laurent Rineau 3b04501a63 Merge pull request #1698 from sloriot/SMS-missing_ns
Add missing namespace
2016-12-02 11:35:34 +01:00
Sébastien Loriot 16f1b07adc add missing namespace 2016-11-16 22:13:21 +01:00
Sébastien Loriot 6325b309f3 add a stop predicate to collapse all short edges 2016-10-21 14:43:33 +02:00
Andreas Fabri c45730530c Fix package Surface_mesh_simplification: include headers 2016-09-30 15:23:14 +02:00
Sébastien Loriot cd60cfc2d2 named parameters are in parameters namespace 2015-03-17 16:20:37 +01:00
Andreas Fabri f242567a3f fix wording and indentation 2014-12-30 16:04:01 +01:00
Andreas Fabri 4937d02271 make the trace code work for Surface_mesh 2014-12-30 11:57:05 +01:00
Andreas Fabri cb62891f8e Use size_type of the graph 2014-12-29 12:55:37 +01:00
Andreas Fabri 9f6807b005 Add Tds_2::collapse_edge() 2014-12-18 08:25:57 +01:00
Andreas Fabri 896add20d3 fix implementation of number_of.. 2014-11-12 17:03:54 +01:00
Andreas Fabri cc20bf42a8 bug fixes 2014-11-12 15:42:21 +01:00
Sébastien Loriot 0da71942d1 is_topologically_valid is aware of pinching and handle it as topological feature 2014-08-28 10:47:42 +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 00be4cd8fa Don't use const Point& but property_traits<..>::reference 2014-07-02 17:44:10 +02:00
Andreas Fabri c836b21521 no typename needed 2014-06-19 18:45:29 +02:00
Andreas Fabri 4ba2eae6bf replace copy pasted specific code by a call to a generic function 2014-06-19 13:42:38 +02:00
Sébastien Loriot 432bf75c3c remove extra template paramater 2014-06-11 14:15:00 +02:00
Andreas Fabri 51990f53e3 Remove border property map and switch from halfedge to edge constraints.
The latter has a bug as edge_constrain_sharp_edges removed constrained edges
2014-06-04 13:03:31 +02:00
Andreas Fabri 02ba12b686 fix Constrained_placement 2014-06-03 17:41:55 +02:00
Andreas Fabri e1b6990d42 Add a vertex-point property map so that we can use the mesh simplification with OpenMesh 2014-06-03 16:37:40 +02:00
Andreas Fabri ec5dceb0e7 BGL style in assertions 2014-06-03 09:55:59 +02:00
Andreas Fabri b866447f54 Add an example for simplifying an OpenMesh 2014-05-30 16:19:28 +02:00
Andreas Fabri 0e02466b2b remove halfedge_collapse_Polyhedron_3.h 2014-05-28 12:13:48 +02:00
Andreas Fabri c753fc97ff add Euler::collapse_edge taking into account constrained edges 2014-05-28 11:46:24 +02:00
Andreas Fabri a26b6ef84c #if 0 the low level implementation of collapse_edge as it has a bug 2014-05-28 10:30:36 +02:00
Andreas Fabri 1949cd5122 first changes in the manual 2014-05-27 17:52:08 +02:00
Andreas Fabri de34478f85 fix the mesh_simplification_plugin 2014-05-27 17:10:43 +02:00
Andreas Fabri c552dce7c6 first pass to switch to the BFL API 2014-05-27 16:02:42 +02:00
Sébastien Loriot ecc86d3bd7 add code for backward compatibility
Note that the result is still the same without the patch.
Indeed, the uniqueness of link vertices is guaranteed if the
collapse of the edge is topologically valid.
This patch is just to avoid users having cost/placement
relying on the former behavior even for non-topologically
valid collapse (which seems unlikely to happen)
2014-05-23 17:13:27 +02:00
Andreas Fabri e9edf5efac bug fix 2014-04-11 09:46:42 +02:00
Sébastien Loriot 720e3d3578 make the order of vertices in the link similar as bcb7cc03 2014-04-10 15:54:01 +02:00
Sébastien Loriot 97b5300a66 clean up 2014-04-10 15:32:27 +02:00
Sébastien Loriot c867c1d2e2 remove unused variable 2014-04-10 15:22:20 +02:00
Andreas Fabri d4f88fd138 bugfix. endleft and endright were not initialized if the surface has a border 2014-04-10 15:09:09 +02:00
Andreas Fabri 0ca4d8de85 Use the border property map (not the top level provided one, but the one obtained with get(edge_border...) 2014-04-10 10:44:26 +02:00
Andreas Fabri bcb7cc0332 Rewrite of Extract_triangles_and_link() using no map 2014-04-10 10:11:33 +02:00
Andreas Fabri e986d53df6 typo 2014-04-10 09:17:01 +02:00
Andreas Fabri c45eb40191 Check initially if the surface has borders 2014-04-09 17:18:45 +02:00
Andreas Fabri 6f278a3837 Rewrite of Extract_borders()
Don't use a map, but start from the edge that we want to contract
and turn around the two vertices by looking at each edge exactly once
2014-04-09 15:34:25 +02:00
Andreas Fabri cf28acb826 Use less index maps 2014-04-09 15:04:33 +02:00
Andreas Fabri 0b63624b1e Move the reserve to the right spot
Don't use a vertex index map
2014-04-09 13:51:15 +02:00
Andreas Fabri 3558831f22 reserve 2014-04-09 13:43:37 +02:00
Panagiotis Cheilaris 0edd0e2943 put a field access in assertion code
This fix removes a warning in compilation of mesh_simplification_plugin
in demos (in some environments).
2014-03-07 15:42:54 +01:00
Panagiotis Cheilaris 6812889b8f use a value from insert in Edge_profile_impl
This fix removes a warning in compilation of mesh_simplification_plugin
in demos (in some environments).
2014-03-06 19:20:09 +01:00
Sébastien Loriot 5786041a31 uniformly use surface mesh in the documentation, the API and the examples
This induces a renaming of the Concept EdgeCollapsableMesh to
  EdgeCollapsableSurfaceMesh and the same for the constrained version.
2014-02-13 16:33:45 +01:00
Sébastien Loriot 9b79c9a842 make sure all edges removable are removed
After the collapse of an edge the 2-ring of edges incident
  to the remaining vertex are reinserted in PQ when no longer in PQ.
  An exemple is also updated to show the issue if we remove the fix.
2014-02-13 16:32:47 +01:00
Sébastien Loriot 8384c6be3c fix warnings in the testsuite 2014-01-31 12:02:17 +01:00
Sébastien Loriot 9dcd94d753 do not use a halfedge after it has been removed 2014-01-30 15:28:19 +01:00
Sébastien Loriot c5b7ccef71 remove warning 2014-01-30 15:27:57 +01:00
Sébastien Loriot 9311883c97 rename Constrained_placement_wrapper to Constrained_placement 2014-01-30 14:39:30 +01:00
Sébastien Loriot b28fadc2c3 handle zero-length edges and constrained correctly
Handle constrained edges of length 0
Remove from the queue edges removed (not related to constraints)
Avoid calling Collapse directly to avoid updating neighbors
2014-01-30 14:08:29 +01:00
Sébastien Loriot e2ad879473 update debug print function to use pmap instead of assuming id() is available 2014-01-30 13:23:37 +01:00
Sébastien Loriot a5c75e732c take into account the constrained edges and ensure they will not disappear
The code is fully backward compatible and is written to not
penalize the runtime when no edge is constrained
2014-01-29 19:05:10 +01:00
Sébastien Loriot 8135ef739c add some debug code to get intermediate mesh during simplification 2014-01-29 19:05:09 +01:00
Sébastien Loriot 0c14664977 Add a is-constrained edge map without using it for now 2014-01-29 19:04:55 +01:00
Sébastien Loriot a503a77aee remove an edge if topology stays the same+don't process an already removed edge 2013-09-25 13:23:06 +02:00
Sébastien Loriot 82b2ebc865 apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
Sébastien Loriot 1fec6c7ca1 remove edges of length 0 instead of ignoring them 2012-09-07 14:19:24 +00:00
Philipp Möller 8f1ce2412c Removed all places where the CGAL_CFG_NO_TMPL_IN_TMPL work-around was
used. Those were mostly in Polyhedron and HalfedgeDS but some places
in Arrangement_2 used it, too. Neither of the parts of Arrangement_2
have been documented.
2012-04-13 13:13:30 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Laurent Rineau 1e3c229440 merge from next 2011-08-26 13:55:12 +00:00
Andreas Fabri 56587380e9 Add missing () 2011-06-14 12:55:51 +00:00
Andreas Fabri 94ffff62f4 opposite(..) -> opposite_edge(..) 2011-06-14 12:46:55 +00:00
Andreas Fabri 6641069273 Replace next_edge_ccw, as it's implementation circulates around target and not source 2011-06-11 19:59:15 +00:00
Philipp Möller 8eb30ef805 Replaced all uses of predecessor/successor with prev/next. 2011-06-07 16:21:58 +00:00
Sébastien Loriot d19e13d863 move Modifiable_priority_queue in STL_Extension as it is used by Mesh_3 2011-02-15 16:24:09 +00:00
Sébastien Loriot 4fc6788be8 *add contains function to mutable_queue
*use mutable_queue instead of relaxed_heap in Sliver_perturber
2011-02-15 16:03:46 +00:00
Sébastien Loriot fc61c3bb09 using boost/pending/mutable_queue (a binomial heap) instead of relaxed_heap
which does not maintain heap property in case of update.
2011-02-15 10:55:04 +00:00
Laurent Rineau 8679a3911e Merged revisions 56835,56864-56870,56876,56895-56897 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r56835 | lrineau | 2010-06-17 12:56:52 +0200 (Thu, 17 Jun 2010) | 6 lines
  
  Remove the constructor Gmpfr(long double) on Microsoft Visual C++. A big
  comment in the source code explains why.
  
  The testsuite will check that the construction of Gmpfr from a long double
  on MSVC still works and produces the right Gmpfr.
........
  r56864 | afabri | 2010-06-18 11:04:47 +0200 (Fri, 18 Jun 2010) | 1 line
  
  Use tie from boost::
........
  r56865 | afabri | 2010-06-18 11:11:49 +0200 (Fri, 18 Jun 2010) | 1 line
  
  Use bind from boost::
........
  r56866 | afabri | 2010-06-18 11:38:50 +0200 (Fri, 18 Jun 2010) | 1 line
  
  Use bind from boost:: (detected in Mesh_3 VC10 testsuite)
........
  r56867 | lrineau | 2010-06-18 11:39:24 +0200 (Fri, 18 Jun 2010) | 3 lines
  
  cmake-2.8.2rc2 is out.
  /bigobj is necessary
........
  r56868 | afabri | 2010-06-18 11:52:37 +0200 (Fri, 18 Jun 2010) | 1 line
  
  Add #include <fstream>
........
  r56869 | afabri | 2010-06-18 11:55:33 +0200 (Fri, 18 Jun 2010) | 1 line
  
  Shorten filename as with path it exceeds easily 256 letters which poor Visual C++ can't handle
........
  r56870 | afabri | 2010-06-18 12:24:30 +0200 (Fri, 18 Jun 2010) | 1 line
  
  Use tie from boost::
........
  r56876 | lrineau | 2010-06-18 16:40:36 +0200 (Fri, 18 Jun 2010) | 3 lines
  
  New try to fix the issue of Gmpfr(long double) with MSVC and libmpfr-1.dll
  compiled by Mingw.
........
  r56895 | lrineau | 2010-06-20 23:16:40 +0200 (Sun, 20 Jun 2010) | 3 lines
  
  Using boost::bind is not sufficient" "bind" without qualifier was
  ambiguous, according to MSVC2010, with std::bind (from C++0x).
........
  r56896 | lrineau | 2010-06-20 23:18:29 +0200 (Sun, 20 Jun 2010) | 3 lines
  
  Qualify "bind" with "boost::", to avoid the ambiguity (according to
  MSVC2010), with std::bind (C++0x).
........
  r56897 | lrineau | 2010-06-20 23:19:17 +0200 (Sun, 20 Jun 2010) | 2 lines
  
  Stupid typo!
........
2010-06-20 21:48:20 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Andreas Fabri c245e6d2d8 Remove #include of a kernel in a simplification policy header 2010-03-25 08:37:57 +00:00
Andreas Fabri c352a01268 Wrap in CGAL_assertion_code in order to avoid a warning 2010-03-01 08:26:45 +00:00
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Laurent Rineau 83912b2952 Massive fix of svn:keywords properties, and $URL$ keyword. 2009-10-20 08:59:26 +00:00
Fernando Cacciola cdc9ab377d Visitor changes 2009-09-23 14:53:38 +00:00
Sylvain Pion 8573fe26ce Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Fernando Cacciola 9eb457eaf4 Fixed case 'edge_collapse_visitor_base.h' to 'Edge_collapse_visitor_base.h' (2/3) 2009-06-30 14:44:37 +00:00
Fernando Cacciola 454c893a87 Fixed case 'edge_collapse_visitor_base.h' to 'Edge_collapse_visitor_base.h' (1/3) 2009-06-30 14:43:51 +00:00
Fernando Cacciola 2ffde88db5 Fixed warnings 2009-06-26 14:56:27 +00:00
Fernando Cacciola a161dc4fb7 Fixed license headers 2009-06-25 15:12:52 +00:00
Fernando Cacciola d33e55ef4e Fixed dummy visitor
Turn-off self intersection test (temporarily)
2009-06-24 15:25:44 +00:00
Fernando Cacciola 161992c1f9 CLean up visitor API 2009-06-23 15:17:19 +00:00
Fernando Cacciola 498ff082bd Fixed new geometric condition test 2009-06-22 16:03:37 +00:00
Fernando Cacciola 59050dc0fc Fixed LT computation bug, link-condition test and added geometric condition test 2009-06-19 16:49:47 +00:00
Fernando Cacciola f5d2df8590 Updated testsuite 2009-06-10 15:51:32 +00:00
Sylvain Pion 55b427d531 lenght -> length 2009-04-07 19:30:59 +00:00
Fernando Cacciola edb903e045 Remove wrong and puzzling assertion 2008-10-15 17:11:16 +00:00
Fernando Cacciola 4dda59ea0d Removed boost_relaxed_heap.hpp since it comes alrady in boost 1.33.1 which is the minimum required 2008-07-21 14:14:02 +00:00
Sylvain Pion 4b8d636be5 Add missing CGAL:: qualification for call to determinant(). 2008-04-17 07:50:53 +00:00
Sylvain Pion fb21258faf Add missing header <climits> (Boost bug). 2008-04-12 21:35:41 +00:00
Sylvain Pion 1d8779b171 Rename the following functions:
det2x2_by_formula
  det3x3_by_formula
  det4x4_by_formula
  det5x5_by_formula
  det6x6_by_formula
to:
  determinant

How cute...  a name independent of the dimension, and even readable !
2008-04-09 13:35:34 +00:00
Andreas Fabri b19d4283fc removed unused parameters 2007-03-26 08:11:41 +00:00
Andreas Fabri 3fc1f76a56 removed unused parameters 2007-03-26 08:03:27 +00:00
Fernando Cacciola f7a9e51240 Fix to new test suite (according to first results) 2007-03-20 15:30:19 +00:00
Fernando Cacciola d89cddceec New test suite 2007-03-19 14:40:37 +00:00
Andreas Fabri 37636ee34b remove unused parameter 2007-03-19 07:54:01 +00:00
Fernando Cacciola 86cc842d4d Testsuite for Surface_mesh_simpification fixed 2007-03-06 20:47:41 +00:00
Fernando Cacciola 947da49ab7 Reflecting documentation fixes 2007-01-18 14:32:47 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Fernando Cacciola 314c987216 Documentation fixes (after \ccTagFullDeclarations was added to the manual tools) 2006-11-30 14:10:47 +00:00
Fernando Cacciola 6e99dd9b36 Documentation fixes 2006-11-22 15:49:54 +00:00
Fernando Cacciola ad95dc8901 Testsuite fixes 2006-11-22 15:22:24 +00:00
Fernando Cacciola 573acf7e3c Testsuite fixes 2006-11-21 17:21:58 +00:00
Andreas Fabri 696e5d54cf Added quote 2006-11-21 08:33:53 +00:00
Fernando Cacciola 7304524f11 Docs fixes 2006-11-20 16:23:21 +00:00
Fernando Cacciola 77348ee54d Edge_profile added 2006-11-17 17:16:44 +00:00
Fernando Cacciola 2804cc6d20 examples reworked 2006-11-15 22:03:13 +00:00
Fernando Cacciola 1656f1d5f9 cache/fixed-vertex stuff removed 2006-11-14 15:24:51 +00:00
Fernando Cacciola bab3ef840c cache/fixed-vertex stuff removed 2006-11-13 14:38:30 +00:00
Fernando Cacciola 94dec4fd0b cache/fixed-vertex stuff removed 2006-11-13 14:36:19 +00:00
Andreas Fabri c9157d7164 make Null_matrix static so that it is in each compilation unit 2006-11-11 17:23:22 +00:00
Fernando Cacciola 1d629e2b1e fixed handling of multiple unconnected components. .cmd files added to testsuite 2006-10-23 18:40:51 +00:00
Fernando Cacciola 466d1dd018 fixes in the failing examples 2006-10-20 18:15:36 +00:00
Andreas Fabri 4b42790dbd fixed an include 2006-10-17 07:50:19 +00:00
Fernando Cacciola 9b3148b2b3 testsuite 2006-10-12 16:49:08 +00:00
Fernando Cacciola 35ebe0c1f9 testsuite started 2006-10-10 18:10:31 +00:00
Fernando Cacciola 12c2193634 examples updated so they compile with the interface changes 2006-10-09 18:26:01 +00:00
Fernando Cacciola 9ce65f363e Various changes to reflect submmitted manual 2006-10-03 18:31:33 +00:00
Fernando Cacciola dd7e741dee Various changes to reflect submmitted manual 2006-10-03 16:33:05 +00:00
Fernando Cacciola 5ba1627a20 Various changes to reflect submmitted manual 2006-10-03 15:52:57 +00:00
Fernando Cacciola ab2d39bc86 Various changes to reflect submmitted manual 2006-10-03 15:51:56 +00:00
Fernando Cacciola 67bc6f4710 Various changes to reflect submmitted manual 2006-10-03 15:46:33 +00:00
Fernando Cacciola b4588e3332 Various changes to reflect submmitted manual 2006-10-03 15:45:39 +00:00
Fernando Cacciola 208d6955ec Various changes to reflect submmitted manual 2006-10-03 15:40:47 +00:00
Fernando Cacciola 69266970dc Various changes to reflect submmitted manual 2006-10-02 17:27:00 +00:00
Fernando Cacciola 7ed3fe39a5 Internal name changes based on the submitted manual 2006-09-29 17:04:08 +00:00
Fernando Cacciola f453e7fc65 File names renamed according to submitted manual 2006-09-28 14:36:47 +00:00
Fernando Cacciola bccd316fdf Additions and changes to the manual 2006-09-15 21:39:34 +00:00
Fernando Cacciola 933b5e12fb Additions and changes to the manual 2006-09-15 05:55:09 +00:00
Fernando Cacciola 82126713f7 Some changed based on the current manual, and additions to the manual 2006-09-13 06:02:30 +00:00
Fernando Cacciola f4bc137424 Some changed based on the current manual 2006-09-13 00:13:03 +00:00
Fernando Cacciola c48cbf2e46 Minor changes based on choices made in the manual 2006-09-11 22:38:47 +00:00
Fernando Cacciola c0bb655f1d Additions to the manual and examples 2006-09-08 17:12:45 +00:00
Fernando Cacciola 5f6e00539d Additions to the user and ref manual 2006-09-07 21:42:05 +00:00
Fernando Cacciola d2db851646 Examples added 2006-08-31 17:49:03 +00:00
Fernando Cacciola be83079365 minor fixes 2006-08-30 17:07:22 +00:00
Fernando Cacciola 45a676fe4f Specific property maps now passed as arguments 2006-08-30 12:18:43 +00:00
Fernando Cacciola 69d0971c47 Specific property maps now passed as arguments 2006-08-28 16:46:16 +00:00
Fernando Cacciola 04cf16bb1d Specific property maps now passed as arguments 2006-08-28 15:57:32 +00:00
Fernando Cacciola 1af31dce3b Specific property maps now passed as arguments 2006-08-28 15:56:37 +00:00
Fernando Cacciola 289f04cd5c Specific property maps now passed as arguments 2006-08-28 15:53:54 +00:00
Fernando Cacciola a563557048 Specific property maps now passed as arguments 2006-08-28 15:42:15 +00:00
Fernando Cacciola a9b6e66d9c Edge index map formalized for the relaxed_heap 2006-08-26 17:05:10 +00:00
Fernando Cacciola a804fa4cfc Heades rearranged for clarity 2006-08-26 16:41:38 +00:00
Fernando Cacciola 4db67821e5 Heades rearranged for clarity 2006-08-26 16:41:09 +00:00
Fernando Cacciola 78a9c6134d Heades rearranged for clarity 2006-08-26 16:38:14 +00:00
Fernando Cacciola aec738abe0 More gobal changes to optimize memory consumption 2006-08-25 22:24:33 +00:00
Fernando Cacciola 45c447b3cb More gobal changes to optimize memory consumption 2006-08-25 21:51:01 +00:00
Fernando Cacciola 6c8def6035 Gobal changes to optimize memory consumption -finished- 2006-08-24 21:08:35 +00:00
Fernando Cacciola 95d6aa3dcf Gobal changes to optimize memory consumption -- UNFINISHED WORK 2006-08-24 17:52:41 +00:00
Fernando Cacciola c631a29864 Gobal changes to optimize memory consumption -- UNFINISHED WORK 2006-08-24 15:35:27 +00:00
Fernando Cacciola 9060ba75dd Gobal changes to optimize memory consumption -- UNFINISHED WORK 2006-08-24 15:23:50 +00:00
Fernando Cacciola ea28a00ac0 Gobal changes to optimize memory consumption -- UNFINISHED WORK 2006-08-24 15:22:37 +00:00
Fernando Cacciola 4d9cae0226 Gobal changes to optimize memory consumption -- UNFINISHED WORK 2006-08-24 14:28:13 +00:00
Fernando Cacciola 8061987fe1 Gobal changes to optimize memory consumption -- UNFINISHED WORK 2006-08-24 13:31:59 +00:00
Fernando Cacciola 42766fef0a Gobal changes to optimize memory consumption -- UNFINISHED WORK 2006-08-24 13:30:51 +00:00
Fernando Cacciola e2cc288e30 Gobal changes to optimize memory consumption -- UNFINISHED WORK 2006-08-24 13:21:34 +00:00
Fernando Cacciola fbdd97de4b BGL Header files moved to the BGL package 2006-08-23 14:22:06 +00:00
Fernando Cacciola 7fdc391f75 Fixed various bugs in the handling of boundaries 2006-08-17 17:29:20 +00:00
Fernando Cacciola 95c520622c Fixes in the handling of boundary edges 2006-08-11 15:19:10 +00:00
Fernando Cacciola 8c0eeb1611 Fixed recently-introduced bug in boundary handling 2006-07-10 18:27:58 +00:00
Fernando Cacciola f7df550e97 Missing test files added 2006-07-10 18:18:57 +00:00
Fernando Cacciola 7eaa3c8adc Bug in link-condition fixed 2006-07-03 17:19:46 +00:00
Fernando Cacciola dc15c20030 Some files renamed 2006-07-03 11:58:47 +00:00
Fernando Cacciola c182a350bb Big memory footprint solved 2006-07-03 11:55:13 +00:00
Fernando Cacciola b272b3d6fa Various fixes 2006-06-29 17:08:41 +00:00
Fernando Cacciola 51bcbc0625 Various fixes 2006-06-26 16:30:40 +00:00
Laurent Saboret 1581e9685f Fixed svn:eol-style property 2006-06-23 13:59:36 +00:00
Laurent Saboret 1f0a69733b Fixed svn:keywords property 2006-06-23 13:56:01 +00:00
Fernando Cacciola 5bcedff15d nomsg 2006-05-31 19:16:14 +00:00
Fernando Cacciola 4e4b09af65 nomsg 2006-05-29 14:36:07 +00:00
Fernando Cacciola cce86b3375 nomsg 2006-05-29 14:32:27 +00:00
Laurent Saboret e42659d1a4 Fixed svn:executable, svn:keywords and svn:eol-style properties of the whole trunk 2006-05-04 09:15:26 +00:00
Fernando Cacciola 0427412ef6 Minor bugs fixed.
Link-condition fixed
2006-04-28 17:32:39 +00:00
Fernando Cacciola 823e13a07f PQ handling bugs fixed 2006-04-25 17:14:16 +00:00
Fernando Cacciola 3c12184878 Initial commit 2006-04-21 14:30:57 +00:00