Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top