[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Strong branching
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Strong branching |
Date: |
Thu, 12 Jan 2012 17:31:50 +0300 |
> I have used copy_prob for calculating LP relaxations of child nodes,
> however,
> when I find that one of the subproblems is infeasible, I want to fix
> the bound of that
> variable in the original subproblem at the current node itself. I
> basically want to implement concept of bound fixing or
> strong branching fixing.
> Can this be done?
> I have attached my subroutine along with this email.
You can fix variable(s) in response to GLP_IPREPRO (request for
preprocessing). This event precedes branching for the same subproblem.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Help-glpk] Strong branching,
Andrew Makhorin <=