Commit Graph

111997 Commits

Author SHA1 Message Date
Andreas Fabri 17586da7a4 No need to spatial_sort() 2025-07-17 19:34:06 +01:00
Andreas Fabri b54a4268d0 Add 5d and 6d test 2025-07-04 10:24:56 +01:00
Andreas Fabri f9bf2571dd Add a test for the 4D static filters 2025-07-04 08:27:55 +01:00
Sébastien Loriot ce87535e11 fix doxygen command 2025-07-03 14:05:46 +02:00
Sébastien Loriot 7977b1f22d fix compilation errors 2025-07-03 09:37:41 +02:00
Sébastien Loriot 1c61ef7de9 fix warnings 2025-07-03 09:34:40 +02:00
Sébastien Loriot 6bc33ee1ac unused var 2025-07-02 20:23:46 +02:00
Andreas Fabri 076ffc109f It works also for 4D and we go from 2sec to 1.2 sec 2025-07-02 17:31:21 +01:00
Andreas Fabri 15760cfc78 In 5D we enter Orientation_5, but not in 4D. why? 2025-07-02 17:08:49 +01:00
Andreas Fabri b38b13e2ef WIP for bench4 2025-07-02 16:55:01 +01:00
Sébastien Loriot 1e991ff6ad disambiguate determinant call 2025-07-02 17:06:22 +02:00
Sébastien Loriot 605afd3fe5 add missing include 2025-07-02 15:10:27 +02:00
Andreas Fabri c6b19ed0e3 Add license header 2025-07-02 10:40:52 +01:00
Andreas Fabri 496239a0ed Integrate generated files 2025-07-02 10:32:21 +01:00
Andreas Fabri 63cc54c367 Less abs() 2025-07-01 18:15:07 +01:00
Andreas Fabri 68d2be2798 Less calls to abs() 2025-07-01 17:28:34 +01:00
Sébastien Loriot f2e16bd0c9 dim 6 2025-07-01 16:05:37 +02:00
Sébastien Loriot 8daad7fc09 fix predicate and add filtered version 2025-07-01 15:58:00 +02:00
Andreas Fabri 5bfaaac650 Addd source for filter generator 2025-07-01 11:41:06 +01:00
Andreas Fabri 51d035d9d9 'Fix' in an untested function 2025-04-28 16:23:27 +01:00
Andreas Fabri 6b729748e1 Adress some items of Issue #8802 2025-04-28 16:09:13 +01:00
Andreas Fabri 9a134d2145 Adress some items of Issue #8802 2025-04-28 15:39:43 +01:00
Andreas Fabri 338b31bf32 Add dependency 2025-04-28 12:07:16 +01:00
Andreas Fabri 400c1da751 In bench6.cpp add indices to the vertices, and report the edges on the convex hull 2025-04-25 17:26:18 +01:00
Andreas Fabri a2cfa40a26 Add CGAL:: in a concept 2025-04-25 15:19:38 +01:00
Andreas Fabri f75ddf8eda less abs() calls 2025-04-24 21:48:35 +01:00
Andreas Fabri 9e588e9b1a fabs > CGAL::abs 2025-04-24 13:57:51 +01:00
Andreas Fabri a9621595e5 Fixed code for 6D. For 100K points: 133 instead of 239 sec 2025-04-24 13:42:44 +01:00
Andreas Fabri 717f6aff44 Add benchmark and static filter for 6D 2025-04-24 10:32:25 +01:00
Andreas Fabri e45f8faaa7 typo 2025-04-24 09:24:32 +01:00
Sébastien Loriot c75cc8aabd FPG output for the orientationC6 2025-04-24 10:23:25 +02:00
Andreas Fabri 3d0a5e54a2 Add source of Orientation_6 for FPG 2025-04-24 09:19:00 +01:00
Andreas Fabri 90a376de17 Add to package description 2025-04-24 08:39:07 +01:00
Andreas Fabri eef2bea7b1 Add doc for storage policies 2025-04-24 08:11:39 +01:00
Andreas Fabri f147e0f0cc Use TDS_full_cell_mirror_storage_policy 2025-04-23 20:54:42 +01:00
Andreas Fabri d9c4f603ee const& 2025-04-23 17:47:47 +01:00
Andreas Fabri 9f07b04778 Replace queue with stack<T,Vector<T>> in insert_in_tagged_hole. static/data member would give even more speed 2025-04-23 17:41:25 +01:00
Andreas Fabri 0e61fdc8e1 vector for visited cells 2025-04-23 15:44:20 +01:00
Andreas Fabri 41ecef0fa3 Add macro for disabling filtering CGAL_NO_STATIC_FILTER_5 2025-04-23 14:51:31 +01:00
Andreas Fabri 23526e4c3b Static filter works but is slower than unfiltered :< 2025-04-23 14:23:54 +01:00
Sébastien Loriot 1c07d4c3b4 FPG generated version 2025-04-23 14:55:29 +02:00
Andreas Fabri f747db2774 rewrite predicate 2025-04-23 13:48:57 +01:00
Andreas Fabri 2d0dfd2822 Compiles but segfault 2025-04-23 11:53:03 +01:00
Andreas Fabri b9f983a515 Add static filter for Orientation_5 2025-04-23 11:00:43 +01:00
Sébastien Loriot e622f3e03e replace with FPG generated code 2025-04-23 11:08:12 +02:00
Sébastien Loriot f21e9b18ba update predicate source 2025-04-23 11:07:38 +02:00
Andreas Fabri 8cacb534a5 needs one more point 2025-04-23 09:42:15 +01:00
Andreas Fabri e79ee242bd Add code for FPG of Orientation_5 2025-04-23 09:37:39 +01:00
Sébastien Loriot f975f7e4e0 Merge remote-tracking branch 'cgal/6.0.x-branch' into master 2025-04-16 18:53:38 +02:00
Sébastien Loriot 6a56496c84 Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch 2025-04-16 18:51:44 +02:00