Besides using the relative gap you can set the option: mip absolute
optimality tolerance
in: Menu > Settings > Project Options
look for: MIP Options - MIP Absolute Optimality Tolerance
or you can also set it by:
OptionSetValue("MIP_Absolute_Optimality_Tolerance", 3 );
The solver will stop when it reaches this gap.
att.
Andr� G�mbaro