Sylvain Pion
|
449195eb9d
|
Add CGAL_AND() and CGAL_OR() macros, which do the same as && and || but propagate Uncertain-ty.
(for compilers that support statement expressions, like GCC).
Add Uncertain::is_same() to help in the test-suite.
|
2008-08-12 10:50:39 +00:00 |
Sylvain Pion
|
c2d8057e2e
|
Use certainly_not in the examples
|
2008-08-12 08:38:26 +00:00 |
Sylvain Pion
|
0b58aac0d4
|
Add certainly_not() and possibly_not() (more expressive and maybe faster), and
simplify the implementation of certainly() and possibly().
|
2008-08-12 08:26:00 +00:00 |
Sylvain Pion
|
fea8090201
|
Fix the example code (make_uncertain() added otherwise the ?: operator is ambiguous).
|
2008-08-11 08:10:11 +00:00 |
Sylvain Pion
|
aff1bf74aa
|
Replace CGAL::Interval_nt<>::number_of_failures() by a CGAL_PROFILER() counter.
|
2008-08-06 13:16:04 +00:00 |
Sylvain Pion
|
8828ebec1c
|
- The default constructor of Uncertain now initializes to T(),
not indeterminate.
- Add some examples in the manual.
|
2008-08-04 15:12:59 +00:00 |
Sylvain Pion
|
9ae3ea91b7
|
Add documentation and test-suite for CGAL::Uncertain.
Some other fixes.
|
2008-07-30 16:34:14 +00:00 |