Hi all,
i still need to implement a Minimax-Regret Function into Aimms. The Goal--Function is based on a deviation calculation by using the goal-programming approach. Therefore i added all the necessary constraints and variables. My main model looks like that:
MathProgramm: Minimax_Regret
Decision Variable Regret: max(k,sum(j,abs_Regret(j,k))) (k=scenarios and j= potential locations)
MainExecution:
myGmp := GMP::Instance::Generate(Minimax_Regret);
GMPOuterApprox::CreateStatusFile :=1;
GMPOuterApprox::UseMultistart :=1;
GMPOuterApprox::DoOuterApproximation (myGmp);
But my model still genereates the following error:
GMP::Instance::CreateMasterMIP(): The objective column should be in the coefficient matrix exactly once.
Does someone know how to fix this?
Thank you very much!
Alex
Minimax-Function with the AOA Solver?
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.