Clement Jamin
|
742b9d45e2
|
Clarify comment
|
2015-03-13 11:07:26 +01:00 |
Clement Jamin
|
20f8711740
|
Remove useless function call
|
2015-03-09 14:49:12 +01:00 |
Clement Jamin
|
8ad1b81323
|
Now taking weights into account for the computation of "min_a"
|
2015-03-04 16:54:23 +01:00 |
Clement Jamin
|
16279ad631
|
Refined margin computation + Use Power_center_d and Power_distance_d
|
2015-03-04 15:43:22 +01:00 |
Clement Jamin
|
7357337195
|
Added a TODO
|
2015-03-03 16:41:46 +01:00 |
Clement Jamin
|
c3a7c29762
|
Updated script + config file
|
2015-03-03 16:17:38 +01:00 |
Clement Jamin
|
cd4d1a3fa8
|
Added timers
|
2015-03-03 16:02:46 +01:00 |
Clement Jamin
|
91a52fe65b
|
Improve solve_inconsistency_by_adding_higher_dimensional_simplices
Now, it handles the case where more than one vertices are in the Tq-centered
sphere. Also, fixes a bug with the star-sphere radius.
|
2015-03-03 16:02:15 +01:00 |
Clement Jamin
|
907483a0d0
|
Remove unused classes
|
2015-03-03 14:35:14 +01:00 |
Clement Jamin
|
a08463fd4d
|
check_if_all_simplices_are_in_the_ambient_delaunay takes weights into account
|
2015-03-03 14:32:19 +01:00 |
Clement Jamin
|
bdf8a6286b
|
Add TODOs and temporary comments
|
2015-02-23 17:43:30 +01:00 |
Clement Jamin
|
70c4d330c5
|
More exports in the benchmark
|
2015-02-20 22:57:27 +01:00 |
Clement Jamin
|
9dbdaf42c4
|
Better export + debug code
|
2015-02-20 22:56:37 +01:00 |
Clement Jamin
|
1e11e67859
|
Moved code around + updated check_if_all_simplices_are_in_the_ambient_delaunay
|
2015-02-20 13:49:46 +01:00 |
Clement Jamin
|
f5c1e2a7e0
|
First try with complex collapsing
|
2015-02-18 18:06:07 +01:00 |
Clement Jamin
|
5db662c0c2
|
Fix order of initialization
|
2015-02-17 10:53:58 +01:00 |
Clement Jamin
|
c4bf916686
|
Position perturbation is now parallel
And it's almost 10x faster on 10 cores
|
2015-02-17 08:37:41 +01:00 |
Clement Jamin
|
0029c57ab1
|
Partially parallelized fix_inconsistencies
Does not work for position perturbation for now.
|
2015-02-16 18:39:09 +01:00 |
Clement Jamin
|
e5b56dc504
|
Added a new way to fix inconsistencies + simpler export_simplices_to_off
Remaining inconsistencies are fixed by adding higher-dim simplices.
Future work: collapse them.
|
2015-02-12 00:09:55 +01:00 |
Clement Jamin
|
7d928b4489
|
Re-added the ability to perturb the k + 1 + m closest points
|
2015-02-11 16:17:46 +01:00 |
Clement Jamin
|
ed7fb72f11
|
Added "unproject_point" + fixed export_simplices_to_off (multiple dimensions)
|
2015-02-11 16:13:39 +01:00 |
Clement Jamin
|
d810bd58ee
|
Update number_of_inconsistent_simplices to use cache "m_stars"
|
2015-02-11 15:56:43 +01:00 |
Clement Jamin
|
f4496dfd7e
|
Updated script
|
2015-02-11 11:52:07 +01:00 |
Clement Jamin
|
643123afda
|
Update test (new param)
|
2015-02-11 11:47:08 +01:00 |
Clement Jamin
|
c73b9c3316
|
Added the ability to perturb tangent spaces
+ fix Compute_tangent_triangulation constructor
|
2015-02-10 19:33:07 +01:00 |
Clement Jamin
|
039af01fe5
|
Optimize functions thanks to the cache "m_stars"
Most calls to incident_full_cells can be avoided
|
2015-02-10 16:34:22 +01:00 |
Clement Jamin
|
0ed94233cb
|
Add a cache to store stars (uses std::set)
|
2015-02-10 13:11:23 +01:00 |
Clement Jamin
|
a9c27d8db6
|
Added option USE_ANOTHER_POINT_SET_FOR_TANGENT_SPACE_ESTIM + fix export
|
2015-02-05 11:53:28 +01:00 |
Clement Jamin
|
39524b21eb
|
Fixed debug code (2-sphere normal computation)
|
2015-02-04 18:32:23 +01:00 |
Clement Jamin
|
875a33fef1
|
Avoid to export duplicate simplices
|
2015-02-04 18:10:34 +01:00 |
Clement Jamin
|
6012256fc1
|
Updated comment
|
2015-02-03 15:01:41 +01:00 |
Clement Jamin
|
4a588310d9
|
Unused variable
|
2015-02-02 10:18:39 +01:00 |
Clement Jamin
|
2cec91f5f5
|
Try another technique
|
2015-01-28 18:31:08 +01:00 |
Clement Jamin
|
712ba3fc11
|
Updated script
|
2015-01-28 18:18:33 +01:00 |
Clement Jamin
|
0e41484487
|
Added Final_num_inconsistent_local_tr + bugfix
|
2015-01-28 18:16:15 +01:00 |
Clement Jamin
|
40981e372d
|
INPUT_SPARSITY constant is for test only
|
2015-01-28 16:37:26 +01:00 |
Clement Jamin
|
32484161a6
|
Update test according to last changes
|
2015-01-28 16:22:28 +01:00 |
Clement Jamin
|
69b9e2b442
|
Make "sparsity" a parameter
|
2015-01-28 16:19:33 +01:00 |
Clement Jamin
|
7c1978e425
|
Updated script
|
2015-01-28 16:06:51 +01:00 |
Clement Jamin
|
19a229254a
|
More stats + fixed a bug when there are infinite cells in the star
|
2015-01-28 16:06:36 +01:00 |
Clement Jamin
|
b42bdf8c3c
|
Change CGAL_TC_NUMBER_OF_PERTURBED_POINTS => macro
|
2015-01-28 14:41:00 +01:00 |
Clement Jamin
|
0f0228cf5f
|
The benchmark can now generate points
|
2015-01-28 14:39:29 +01:00 |
Clement Jamin
|
bb8d575838
|
Updated test according to the latest changes in the TC
|
2015-01-27 16:34:45 +01:00 |
Clement Jamin
|
9ca38b3379
|
Script
|
2015-01-26 18:10:28 +01:00 |
Clement Jamin
|
d4c289daee
|
Better benchmark: scripts, logs
|
2015-01-26 18:09:20 +01:00 |
Clement Jamin
|
b6a4f6d600
|
Dimensions can now be set at runtime by using Dynamic_dimension_tag
|
2015-01-26 17:58:19 +01:00 |
Clement Jamin
|
0c876e6ba6
|
Refactored try_to_solve function
|
2015-01-26 14:00:33 +01:00 |
Clement Jamin
|
7ae8a6a4cc
|
Better output
|
2015-01-26 13:32:34 +01:00 |
Clement Jamin
|
68b0f5839c
|
Added time limit to fix_inconsistencies()
|
2015-01-26 13:20:59 +01:00 |
Clement Jamin
|
499b702e9b
|
Added the CGAL_TC_PERTURB_THE_1_STAR strategy
|
2015-01-21 13:40:48 +01:00 |