The callback procedures can be specified in the related suffix of the
MP. For example, FlowShopModel is a MIP, then executing
...
FlowShopModel.CallbackNewIncumbent := 'MyNewIncumbentCallback';
Solve FlowShopModel;
...
will make procedure MyNewIncumbentCallback be called whenever a new
best solution of FlowShopModel is found during the solve.
This piece code is from the "Flow Shop" example. Example "Cutting
Stock" and "Nested Solve" show the usage of other callback functions
as well. More details can be found in section "Suffices and callbacks"
in AIMMS Language Reference.
Best,
Deanne Zhang
2011/9/15 Gustavo Simão <gustav...@uol.com.br>:
> --
> You received this message because you are subscribed to the Google Groups "AIMMS - The Modeling System" group.
> To post to this group, send email to ai...@googlegroups.com.
> To unsubscribe from this group, send email to aimms+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/aimms?hl=en.
>
>