Eric Berberich
5e8ca528fc
new name
2007-03-23 16:21:11 +00:00
Eric Berberich
8a7ee060c6
changes to script due to new structure
2007-03-23 16:20:36 +00:00
Eric Berberich
78b1161c83
description
2007-03-23 16:20:24 +00:00
Eric Berberich
736aeafa77
new structure
2007-03-23 15:55:32 +00:00
Eric Berberich
3a10dc772e
removed
2007-03-23 15:48:14 +00:00
Bernd Gärtner
52e52d2a76
- tests revised so that no too large coordinates occur (these lead
...
to problems in QP_solver that must be fixed separately)
2007-03-23 15:08:34 +00:00
Eric Berberich
9ae883e996
move enforced
2007-03-23 14:48:04 +00:00
Eric Berberich
5966acb94b
initial structure
2007-03-23 14:46:34 +00:00
Eric Berberich
01453a43d6
structure for benchmarking instances
2007-03-23 14:45:58 +00:00
Eric Berberich
7d34c02271
data sets of quadrics for lower envelope computation
2007-03-23 14:43:33 +00:00
Bernd Gärtner
7fa03ebb0e
- tests now avoid large coordinates (they lead to problems in the
...
QP_solver that have to be fixed separately)
2007-03-23 14:41:03 +00:00
Sylvain Pion
06c0bc0a63
PGCC is picky about the difference between a pointer and an array.
...
So just add "+0" to get the pointer.
2007-03-23 14:36:31 +00:00
Sylvain Pion
ac960f4d42
Rename binary_function to binary_func as it clashes with something else with pgcc.
2007-03-23 14:33:09 +00:00
Fernando Cacciola
fe6636b146
Unused args warnings fixed
2007-03-23 14:28:33 +00:00
Fernando Cacciola
a5ed83b166
Larger samples removed to avoid timeouts
2007-03-23 14:27:37 +00:00
Eric Berberich
c0f3e02aff
fixed directory
2007-03-23 14:21:50 +00:00
Eric Berberich
76a8f3401a
first version
2007-03-23 14:21:19 +00:00
Eric Berberich
e3d038fc9b
added creation script
2007-03-23 14:18:23 +00:00
Eric Berberich
97c05498e3
benchmark structure
2007-03-23 14:15:35 +00:00
Eric Berberich
d3028c59f4
added readme (initial version)
2007-03-23 14:13:59 +00:00
Eric Berberich
bbc9d4308b
initial version
2007-03-23 14:12:56 +00:00
Eric Berberich
1a2a72dbf5
added Benchmark_instaces package
2007-03-23 14:08:55 +00:00
Bernd Gärtner
290d0e7e1f
- fixed all occurrences of qp_A[i][j], qp_D[i][j] (qp_A[i], qp_D[i] are in
...
general only convertible to the appropriate iterator types, and so the
above will not work. The fix is to use (*(qp_A + i))[j]
2007-03-23 10:57:07 +00:00
Bernd Gärtner
51b3b30f78
- copying models now have default/copy-constructors and assignment ops
...
- test (and fixed) access to upper-diagonal entries in D
- MPS read/write disagreement now only triggers warning (small differences
may be ok if floating point numbers are used)
2007-03-23 10:20:03 +00:00
Andreas Fabri
64d93d66fd
Removed unused parameter
2007-03-23 07:35:32 +00:00
Andreas Fabri
4be69871a3
Removed unused parameter
2007-03-23 07:29:55 +00:00
Andreas Fabri
76187f1ae1
Removed unused parameter
2007-03-23 07:28:42 +00:00
Andreas Fabri
5c9dae21ff
Ron's changes
2007-03-23 07:12:23 +00:00
Daniel Russel
1919a8bd42
fixed empty string passed to gcc and runtime shared lib path now points to the right place after install
2007-03-22 21:06:08 +00:00
Daniel Russel
1e9c25019d
handling of insertion residues, still no API, but they are propagated through
2007-03-22 19:56:38 +00:00
Marc Glisse
a91a4a2a6c
Deal with CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG.
2007-03-22 16:26:20 +00:00
Marc Glisse
dee726f6b4
For sunCC on linux-x64.
...
On x86 it did not appear because the assembly version comes first.
2007-03-22 15:41:12 +00:00
Laurent Rineau
10ccff6780
Use 'printf "%s\n"' instead of 'echo -n'.
2007-03-22 14:59:41 +00:00
Laurent Rineau
a439fa27b5
BOOST_BIMAP has no current version, as it is not yet released.
2007-03-22 14:57:55 +00:00
Sebastian Limbach
fb8558f21a
Bug fixed in To_interval functor by replacing operator+ and operator- calls by add and sub functions provided by LEDA.
2007-03-22 14:08:34 +00:00
Bernd Gärtner
8a7a6a899e
- internal qp_D now represents 2*D
2007-03-22 13:45:07 +00:00
Marc Pouget
696f855585
Name of example program changed
...
added #ifdef CGAL_USE_LAPACK to test if LAPACK is installed
2007-03-22 10:25:22 +00:00
Marc Pouget
0e8a7b169c
Name of exemple program changed
...
added #ifdef CGAL_USE_LAPACK to test if LAPACK is installed
2007-03-22 10:24:31 +00:00
Laurent Rineau
90469f0abc
ComputeDeterminant_3 with Vector_*3* as arguments type.
2007-03-22 10:14:51 +00:00
Bernd Gärtner
a82ea6875e
Is_in_standard_form -> Is_nonnegative (like in interface)
2007-03-22 10:10:57 +00:00
Bernd Gärtner
ca5b136d24
- validity check of solver removed (solver now does it itself)
2007-03-22 09:49:59 +00:00
Bernd Gärtner
71451b6e70
- validity check of solver removed (solver now does it itself)
2007-03-22 09:49:30 +00:00
Bernd Gärtner
00657e993b
- is_valid made private and integrated into QP_solver constructor (it may use
...
QP data that are no longer available after the constructor call)
- fixed copying models to only copy entries of D on/below the diagonal
- fixed are_equal_qp function to only access entries of D on/below the diagonal
2007-03-22 09:41:04 +00:00
Nico Kruithof
95e6b2347f
Removing some warnings
2007-03-22 07:31:59 +00:00
Menelaos Karavelas
5446f4643d
various changes just after discussions in Graz
2007-03-21 18:59:12 +00:00
Sylvain Pion
1795cde28e
AdaptableFunctor -> \ccc{AdaptableFunctor}
2007-03-21 17:14:48 +00:00
Andreas Fabri
b10177c003
Removed unused parameter
2007-03-21 17:11:17 +00:00
Andreas Fabri
d882d0f2f8
Removed unused parameter
2007-03-21 17:04:28 +00:00
Christophe Delage
c3450d9161
Added spatial_sort support in iterator range insert() & ctors.
...
This adds requirements to TriangulationTraits2 concept :
Less_x_2 and Less_y_2 predicates.
Also fixes a few bugs in RT2 (hidden points were sometimes forgotten
in degenerate dimensions.)
2007-03-21 15:29:30 +00:00
Andreas Meyer
9e3a1ab91e
fixed some typos, spotted by tex2doxy
2007-03-21 15:06:12 +00:00