You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command optimizerFORCES makes some issue as follows:
Error using matlab.internal.webservices.HTTPConnector/copyContentToByteArray (line 396)
The server returned the status 413 with message "Request Entity Too Large" in response to the request to URL https://forces.embotech.com/generate_solver.
Error in readContentFromWebService (line 46)
byteArray = copyContentToByteArray(connection);
Error in webwrite (line 139)
[varargout{1:nargout}] = readContentFromWebService(connection, options);
Error in ForcesWeb.write
Error in ForcesWeb.generateSolver
Error in generateCode
Error in optimizerFORCES/buildSolver (line 19)
success = generateCode( self.stages{i},self.params{i},self.codeoptions{i},self.outputFORCES{i} ) & success;
Error in optimizerFORCES (line 196)
success = buildSolver( self );
I am not sure this issue comes from the size of the optimization problem. In my case, the issue does not happen if the problem size is small. Is there any way to resolve this issue?
The text was updated successfully, but these errors were encountered:
The command optimizerFORCES makes some issue as follows:
I am not sure this issue comes from the size of the optimization problem. In my case, the issue does not happen if the problem size is small. Is there any way to resolve this issue?
The text was updated successfully, but these errors were encountered: