Re: [Help-glpk] Regarding speeding up MIPs by providing Initial solutions

2006-12-19 Thread Andrew Makhorin
>>From what I understand by looking at the GLPK manuals, it does provide you > with the capability to specify a bound on the objective function value > which avoids extra branching. For my problem, I have formulated it as a > MIP optimization problem. Currently, it takes too long to solve it and I

Re: [Help-glpk] MIP termination

2006-12-19 Thread Andrew Makhorin
> I am wondering whether there is some way to set the mip termination > criteria. For example: > > If abs(yyy – xxx) < epsilon then return where xxx and yyy are > defined in the description of lpx_integer (e.g. mip = xxx yyy > gap (ppp; qqq)) You can insert the code directly into the b&b main l