help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] problem with lpx_read_model


From: Ali Baharev
Subject: Re: [Help-glpk] problem with lpx_read_model
Date: Wed, 6 Aug 2008 11:50:48 +0200

Hello,

Instead of

>  mip = glp_create_prob();
>  lpx_read_model("model.mod", "data.dat", "output.out");

write simply this:

mip = lpx_read_model("model.mod", "data.dat", "output.out");

>  lpx_simplex(mip);
>  lpx_integer(mip);

I think lpx_simplex is not needed.

Good luck,

Ali




reply via email to

[Prev in Thread] Current Thread [Next in Thread]