Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Nef_3 for 1000 triangles 5mins

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Nef_3 for 1000 triangles 5mins


Chronological Thread 
  • From: ChaoM <>
  • To:
  • Subject: Re: [cgal-discuss] Nef_3 for 1000 triangles 5mins
  • Date: Mon, 11 Nov 2013 02:42:20 -0800 (PST)

Hi Laurent:
Thank you for your good advice, since I make the code optimization by
setting "optimization speed or size"
option, when I select the "code speed prior", it seems to be more faster(2
models' total time cost 5mis before,
3.9mins after). So I am very appreciate you for pointing me.
But a problem comes up, since I use VS2010 to compile my code, when I
select "optimization" option, no
matter which I select /O1,/O2,/Ox, there is error like that "cl : Commanding
Line: error D8016: “/ZI”and“/O1,”
or /O2,or /Ox" Commanding Line Option Not Compatible " .And I search for
this problem in the CGAL discuss,
but not find a good solution. So would you help me to solve it ?
Since I know "Releaze" type may be much faster, but I wanna to debug
other codes, so I need to use
"Debug" type temporarily. My final goal is to achieve several(3 or more)
unioned models, and I hope the
calculating time of all models "the faster, the better".(Ps: Is it possible
to control the consuming time in
30seconds?)
Since I know you are a exexpert on the 3D ,I hope you can point me out
when you are not busy!
Thanks for your patient help!
ChaoM




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/CGAL-4-3-Released-Computational-Geometry-Algorithms-Library-tp4658239p4658386.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page