GetLastSolution - Maple Help

Online Help

All Products    Maple    MapleSim


GlobalOptimization

  

GetLastSolution

  

get last computed solution

 

Calling Sequence

Description

Examples

Calling Sequence

GetLastSolution()

Description

• 

The GetLastSolution command retrieves the last solution computed by the GlobalOptimization[GlobalSolve] command, including the case where the GlobalSolve command has been interrupted.

Examples

withGlobalOptimization:

packageVolume4abc+h+1:

constraints4013πabc3+h3c2+πabc+h,2ba,h2b21c2b2:

soltimelimit1,GlobalSolvepackageVolume,constraints,a=1..10,b=1..10,c=1..10,h=1..10,populationsize=130,avgstopstepwidth=0.0001

Error, (in GlobalOptimization:-GlobalSolve) external linking: error loading external library liboptimuswrap.so: liboptimuswrap.so: cannot open shared object file: No such file or directory

GetLastSolution

Error, (in GlobalOptimization:-GetLastSolution) no solution found

See Also

GlobalOptimization

GlobalOptimization/Options

GlobalOptimization[GlobalSolve]