Open setup, solver configuration and select a solver that handles non linear problems.run again and get your homework results
Hi All,I'm a complete beginner with AIMMS, and need to formulate an optimisation (minimisation) problem using MIP (Mixed Integer Programming)I get the following error when I run the execution:The mathematical program "*****************" is not linear, look for bracketed numbers in the constraint listing, for example in the constraint **********************_definition.I'm not sure what the problem is but the definition for the above mentioned variable is:sum[(z),Incoming(z)*Changed_Congested(z)*0.8]+sum[(z),Outgoing(z)*Changed_Scarce(z)*0.4]+sum[(z),Changed_Deficient(z)*(New_InitialBikes(z)+Incoming(z)-Outgoing(z))]+sum[(z),(Changed_OverSatu(z)*(Incoming(z)+New_InitialBikes(z)-Slots(z)-Outgoing(z)))*2]
Is this non linear and how can I convert it to linear? DO I have to add additional variables or constraints? If so, how?Any help would be greatly appreciated, I just need for the execution to run and give me a solution, any solution, doesn't have to be correct as I'm quite desperate right now.If anyone is willing to help with the rest of the model, please let me know. However, this is the main part which I want so at least I have something to work with. Please reply as soon as possible. Thanks!--
You received this message because you are subscribed to the Google Groups "AIMMS - The Modeling System" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aimms+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Try not to do homework the day before :)
--