Question: Error, (in GlobalOptimization:-GlobalSolve) finite bounds must be provided for all variables, but it is the same code in the official site...https://fr.maplesoft.com/support/help/Maple/view.aspx?path=GlobalOptimization%2fGlobalSolve

with(GlobalOptimization);

          [GetLastSolution, GlobalSolve, Interactive]

GlobalSolve(x3 - y3 - x + y, {x2 + 2*y <= 6}, x = 0 .. 5, y = 0 .. 5);
Error, (in GlobalOptimization:-GlobalSolve) finite bounds must be provided for all variables

 


 

Please Wait...