callback is called at each iteration but not the last!

  • 20 October 2021
  • 1 reply
  • 22 views

Badge

Hi, I have a problem with the callback procedure that is called at each iteration but  not the last. 

At each iteration, the callback is  called, if the solution violates the constraints, the cuts are generated 

and added to the model, but in the last iteration the callback is not  called at all, so the feasibility is not checked and the optimal solution provided by (cplex or gurobi, I tried both) is  in fact infeasible. 

 

This  is  a scheme of  the  code: 

GMPRelaxedModel := GMP::Instance::Generate(NoEnergy_per_lazy) ;

GMP::Instance::SetCallbackAddLazyConstraint( GMPRelaxedModel, 'Robust_NogoodCut' );

GMP::Instance::Solve( GMPRelaxedModel );


1 reply

Userlevel 5
Badge +4

Hi @pira1338 , It is a bit hard to tell what is going on without having the AIMMS project. Would it be possible for you to add your project here, preferably after adding the complete project folder to a zip file, or send it to our support by email if your project contains sensitive information?

Reply


Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator