Commit Graph
68 Commits
Author SHA1 Message Date
Luis Peñaranda 10e1624178 -added support for the new version of RS
-fixed some minor bugs
-now the kernel uses directly the extremely fast RS refinement function
-updated the generic kernel tests accordingly
2009-12-19 23:49:05 +00:00
Luis Peñaranda fde525e773 corrected constness, fixed minor bugs and added generic tests (it remains
to test the algebraic_1 explicit interoperability)
2009-12-15 14:18:22 +00:00
Luis Peñaranda 0d85ad4c49 adapted tests and examples to the new cmake scripts that detect and
configure RS
2009-12-11 11:22:11 +00:00
Luis Peñaranda 52a5f417d1 moved Algebraic_kernel_d to the trunk 2009-12-10 15:53:43 +00:00
Michael Hemmer aa4dcf9b6f moved Algebraic_kernel_d to experimental 2009-06-29 15:13:59 +00:00
Michael Hemmer d3a60789b8 fix names of functor_name_object member functions 2009-06-29 07:38:45 +00:00
Michael Hemmer b1ade2c201 test for Real_embeddable_extension
so far for Integer and Bigfloat
2009-04-27 14:31:50 +00:00
Michael Hemmer 5515409d0b add include of Sqrt_extension.h since it is used 2009-04-27 12:46:11 +00:00
Michael Hemmer ad7600a0ce mv to experimental package 2009-04-23 13:09:22 +00:00
Eric Berberich f83707f601 move to exp branch 2009-02-10 13:44:25 +00:00
Eric Berberich b33fb37345 improved coding 2008-10-21 16:32:14 +00:00
Eric Berberich 8d313efb5a added test for new functor 2008-10-21 12:58:18 +00:00
Eric Berberich f0ff8f2a53 added test for algebraic surface 2008-10-07 14:51:59 +00:00
Michael Kerber 9327968428 Uses Polynomial_type_generator and Polynomial-rebinds now 2008-09-23 14:26:13 +00:00
Michael Hemmer f3408d8958 rename RET::Sign RET::Sgn
rename PT::Derivative PT::Differentiate
2008-09-18 16:17:16 +00:00
Michael Hemmer 3374faacba adopted changes to Bitstream Descartes 2008-09-05 08:24:07 +00:00
Michael Hemmer c19132f8ae test more types 2008-08-19 09:47:07 +00:00
Michael Kerber 16d1dfd610 Added tests from Bitstream_descartes_bfs into Bitstream_descartes 2008-08-13 14:21:03 +00:00
Michael Kerber 828837247a Bitstream_descartes_bfs renamed to Bitstream_descartes, replaces Bitstream_descartes in Algebraic_kernel_d subfolder 2008-08-12 16:29:01 +00:00
Michael Hemmer 1360cb9e0e square_free_factorization -> square_free_factorize
----------
added Joachim von zur Gathen and J\"urgen Gerhard, 
Modern Computer Algebra, Cambridge University Press, 1999
2008-08-08 09:00:24 +00:00
Michael Hemmer 54b431ecee relaxed test due to use of quadratic refinement 2008-08-08 08:04:26 +00:00
Michael Hemmer db2d2744b7 wrap up 2008-08-07 08:15:50 +00:00
Michael Hemmer 04b09ed261 avoid undocumented constructor 2008-08-04 14:41:52 +00:00
Michael Hemmer d421bd8559 new interface for square_free_factorize 2008-07-23 07:59:08 +00:00
Michael Hemmer f11fb3eb66 compute_smallest_nonnegative_root returns optional 2008-07-18 06:49:21 +00:00
Michael Hemmer 38b118d261 some usefull tools related to AK1
may also find the way into the kernel 

added function compute_smallest_nonnegative_root(ak,p) + test 
added function compare_smallest_nonnegative_roots(ak,p1,p2) + test
2008-07-06 10:19:29 +00:00
Michael Hemmer 530509bf76 moved functors for Algerbaic_real_1 from Algebraic_real_traits to Kernel
added construct_*_objects()+tests
2008-07-06 09:31:41 +00:00
Michael Kerber 991f64c18a Algebraic_curve_kernel_2 code is fully integrated into CGAL, first tests and demos are working 2008-06-26 12:16:20 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Michael Kerber edf68a0c40 Adapted AK_2 to new AlciX-Code 2008-04-24 07:31:17 +00:00
Michael Hemmer 17096628df added #include<vector> since used 2008-04-05 15:50:30 +00:00
Michael Hemmer e154d99955 not needed 2008-04-05 15:50:00 +00:00
Michael Kerber 8a3bf98a9d Changed interface of filtered kernel 2008-04-02 09:10:48 +00:00
Michael Hemmer 580a68180f mv Polynomial/ipower.h Algebraic_foundations/ipower.h
since it is a more general function used in several packages (from EXACUS)
2008-04-01 13:44:37 +00:00
Michael Hemmer e0b1a8a5d4 adaptation of changes in Polynomial package, i.e. namespace POLYNOMIAL -> CGALi 2008-03-31 13:34:18 +00:00
Michael Hemmer 45329f636c changes according to interval_support 2008-03-25 17:44:38 +00:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Pavel Emeliyanenko fed7c45b45 Curve_2 -> Curve_analysis_2 2008-01-24 11:40:16 +00:00
Michael Kerber d8620dc23e Continued on Filtered_curve_kernel_via_analysis_2 and Filtered_algebraic_curve_kernel_2 2008-01-16 16:05:52 +00:00
Michael Kerber 7f7d169d62 Tests adadpted 2007-12-22 14:33:58 +00:00
Michael Kerber 99edb84f6a Renamed flag AcX_USE_CURVE_PAIR into CGAL_ACK_2_NO_ALG_REAL_TRAITS_FOR_XY_COORDINATE. By default, this flag is supposed to be undefined 2007-12-21 11:24:55 +00:00
Michael Kerber 65f4870ef5 Removed double definition of AcX_CURVE_PAIR 2007-12-12 16:19:18 +00:00
Pavel Emeliyanenko f066e61d6a Added tests for compare_y predicate 2007-12-11 13:52:50 +00:00
Michael Kerber 08e41547e7 Added compiler flags 2007-12-10 10:06:45 +00:00
Pavel Emeliyanenko 9a126b4a66 CurveVerticalLine -> StatusLine 2007-12-08 17:21:30 +00:00
Pavel Emeliyanenko 762ddb543b cleanup 2007-12-08 17:20:18 +00:00