From e45bc4f341cff9b56a4776a40be8d4a23fcb033d Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Sun, 15 Jun 2014 16:15:53 +0200 Subject: [PATCH] test related to input pssprob1.cin Signed-off-by: Panagiotis Cheilaris --- .../Segment_Delaunay_graph_Linf_2/test_sdg_traits_2.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_traits_2.cpp b/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_traits_2.cpp index 43e1b4a3c00..b1f83272572 100644 --- a/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_traits_2.cpp +++ b/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_traits_2.cpp @@ -421,6 +421,15 @@ void test_traits(const char* title) CGAL::POSITIVE); //End: Tests for pps case with vertical segment and two points with same y coordinate + + // PSS case vertex computation, pssprob1.cin + test_incircle( + Segment_2(Point_2(0, 100), Point_2(100, 100)), + Segment_2(Point_2(0, 100), Point_2( 0, 0)), + Point_2(20, -40), + Point_2(150, 30), + CGAL::POSITIVE); + std::cout << "====================================" << std::endl; std::cout << std::endl; }