Skip to content
Prev 175902 / 398506 Next

Constrined dependent optimization.

On Thu, Apr 2, 2009 at 3:49 PM, <rkevinburton at charter.net> wrote:
seems that the problem is linear. Integer programming is typically
slow when the number of variables is high, and I do not know any
large-scale integer program solver. However, you may try continuous
linear programming (which is generally fast) to solve your integer
programming problem as a continuous linear program, rounding the
optimal solution at the end. Of course, with this technique there is
no guarantee of obtaining an optimal solution, but you may get a
solution close to the optimal one.

Paul