Skip to Content.
Sympa Menu

cgal-discuss - Re: AW: [cgal-discuss] question about LP solver

Subject: CGAL users discussion list

List archive

Re: AW: [cgal-discuss] question about LP solver


Chronological Thread 
  • From: Pierre Alliez <>
  • To:
  • Subject: Re: AW: [cgal-discuss] question about LP solver
  • Date: Thu, 27 Nov 2008 13:56:26 +0100
  • Organization: INRIA

Dear Bernd,

in fact the current code is 10K lines and is running on windows only - perhaps I can push further my investigations before isolating the faulty part of the code.

Pierre


Gärtner Bernd a écrit :
Dear Pierre,
upfront, I have no clue, but if you send me running code, I can look into it.
Best,
Bernd.

________________________________

Von: Pierre Alliez
[mailto:]
Gesendet: Mi 26.11.2008 15:47
An:

Betreff: [cgal-discuss] question about LP solver



hello,

I am using the QP solver in 3D to solve many many little linear programs.
I am using CGAL::Gmpzf ET as exact number type and
Exact_predicates_inexact_constructions_kernel as kernel.

I encounter the following assertion when solving:
CGAL_assertion(CGAL_NTS is_finite(d) && is_valid(d));

into

Gmpzf( double d)
{
Protect_FPU_rounding<> P(CGAL_FE_TONEAREST);
if (d == 0) {
mpz_init (man());
e = 0;
return;
}
static int p = std::numeric_limits<double>::digits;
CGAL_assertion(CGAL_NTS is_finite(d) && is_valid(d));


I have checked and all linear constraints are not degenerate, etc.

Any hint about where this could come from?

Any help would be much appreciate,

Pierre



--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




--
Pierre Alliez
INRIA Sophia Antipolis - Mediterranee Project-team GEOMETRICA http://www-sop.inria.fr/members/Pierre.Alliez/
Tel: +33 4 92 38 76 77
Fax: +33 4 97 15 53 95




Archive powered by MHonArc 2.6.16.

Top of Page