Re: [sc-dev] Optimization NLPSolver

2010-06-28 Thread Niklas Nebel

On 06/28/10 09:26, Martina Fares wrote:

I want to optimize the NLPSolver and read the data from the
spreadsheet. But, I do not know on what variables should I save the
generated solutions so they are shown. Respectively. I get the window
no solutions this is always generated automatically, how can I
delete the window?


The No solution dialog is shown by Calc if getSuccess returns false 
after the solve call (ScSolverNoSolutionDialog in optsolver.cxx).


Niklas

-
To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
For additional commands, e-mail: dev-h...@sc.openoffice.org



Re: [sc-dev] Optimization NLPSolver

2010-06-28 Thread Martina Fares
Tanks a lot, the information helped me a lot.

Am 06/28/10, schrieb Niklas Nebel  niklas.ne...@sun.com:

 On 06/28/10 09:26, Martina Fares wrote:
 I want to optimize the NLPSolver and read the data from the
 spreadsheet. But, I do not know on what variables should I save the
 generated solutions so they are shown. Respectively. I get the window
 no solutions this is always generated automatically, how can I
 delete the window?
 
 The No solution dialog is shown by Calc if getSuccess returns false after 
 the solve call (ScSolverNoSolutionDialog in optsolver.cxx).
 
 Niklas
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
 For additional commands, e-mail: dev-h...@sc.openoffice.org

-
To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
For additional commands, e-mail: dev-h...@sc.openoffice.org