gokhanceyhan / momilp

Solver for a class of Multi-objective Mixed Integer Linear Programs (MOMILPs)
MIT License
2 stars 0 forks source link

MOMILP-16: Enhancements for the bi-objective problems #27

Closed gokhanceyhan closed 4 years ago

gokhanceyhan commented 4 years ago

Solve the slice problem for all the regions that can include a part of the nondominated set of the slice problem. This will decrease the number of milp models solved.

gokhanceyhan commented 4 years ago

Solve the slice problem for all the regions that can include a part of the nondominated set of the slice problem. This will decrease the number of milp models solved.

I investigated this. This does not improve the number of milps solved because a point of the slice problem frontier in another region is already the best candidate point in that region if there is no a better point/edge dominating that part of the slice frontier.

gokhanceyhan commented 4 years ago

done.