A test file

This commit is contained in:
Andreas Fabri 2025-02-23 14:05:40 +00:00
parent c716539b2a
commit 29e99af954
1 changed files with 3 additions and 3 deletions

View File

@ -5,20 +5,20 @@
#define CGAL_SDG_DEBUG(a) { a } #define CGAL_SDG_DEBUG(a) { a }
#endif #endif
#include <CGAL/Segment_Delaunay_graph_Linf_traits_2.h>
#include <CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <cassert> #include <cassert>
#include <vector> #include <vector>
#include <CGAL/basic.h>
#include <CGAL/Interval_nt.h> #include <CGAL/Interval_nt.h>
#include <CGAL/Simple_cartesian.h> #include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_integer.h> #include <CGAL/Exact_integer.h>
#include <CGAL/Exact_rational.h> #include <CGAL/Exact_rational.h>
#include <CGAL/Exact_algebraic.h> #include <CGAL/Exact_algebraic.h>
#include <CGAL/Segment_Delaunay_graph_Linf_traits_2.h>
#include <CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h>