문제

Hi I am looking for an approximation algorithm for 0-1 integer linear programming. Currently the approximation algorithms I find need to relax the interval to be [0,1]. However, my problem can only treat 0 or 1 as the solution.

Does anyone have ideas? Thank you in advance.

도움이 되었습니까?

해결책

The classic procedure to obtain an integral solution would be branch-and-bound. If this is not what you are looking fore, provide more details.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top