Currently, sense refers to inequality sense in the MILPInstance class, but in the input files, sense is a tuple of inequality sense and optimization sense. This inconcsistency leads to confusion and it seems it cannot be fixed just by changing it to be consistent within the MILPInstance class itself. It must also be changed in cuttingPlanes.y and such.
Currently,
senserefers to inequality sense in theMILPInstanceclass, but in the input files,senseis a tuple of inequality sense and optimization sense. This inconcsistency leads to confusion and it seems it cannot be fixed just by changing it to be consistent within theMILPInstanceclass itself. It must also be changed incuttingPlanes.yand such.