Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Parameterization solver

Subject: CGAL users discussion list

List archive

[cgal-discuss] Parameterization solver


Chronological Thread 
  • From: Zohar Levi <>
  • To:
  • Subject: [cgal-discuss] Parameterization solver
  • Date: Mon, 24 Aug 2009 10:50:09 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=QEmVcyc5rHKPwBvCgPRxNnjJ0FT+9bsqNJeK34DF6ytu16WpMWUh4YsMb0dNHZrBgH78i9VwojYWy/4D30pB0oedAEyfpxSImOTWYuQRTC3sHvOByYsE4XkFFp1eOWa0U/TL5PDzAj+OstYh1eYDsuL4Kx+wyVcFSFne82DkBQ0=;


Hi,

I used the parameterizer to parameterize a vertex with its first ring of neighbors (using default values). We are talking about 7 vertices in average. On a larger neighborhood the parameterizer worked fine. On this small neighborhood the default solver almost always complained it couldn't solve the system. Using the Tau solver it worked almost always - there was a time when it crashed during LU factorization - but there's a bigger problem: It took it almost a second to solve the system. This renders it to be impractical.

I think you should also add precompiled debug libraries of the tau solver. I understand it crashes much more than the release version, which makes it unusable, but at least I could compile my application in debug, and operate other parts of it. Adding the libraries would help me with unnecessarily clattering my code with #ifdefs.

Thanks.




Archive powered by MHonArc 2.6.16.

Top of Page