[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] [Fwd: Question]
From: |
Andrew Makhorin |
Subject: |
[Help-glpk] [Fwd: Question] |
Date: |
Wed, 28 Sep 2011 10:09:32 +0400 |
-------- Forwarded Message --------
From: Amirhossein Sadoghi <address@hidden>
To: address@hidden
Subject: Question
Date: Wed, 28 Sep 2011 05:44:34 +0200
Hello
I have got one question: I want to access to data which I loaded with
model with code :
tran = glp_mpl_alloc_wksp();
glp_mpl_read_model(tran, "000209ekskogflis.mod", 1);
glp_mpl_read_data(tran, "000209karta.dat");
glp_mpl_generate(tran, NULL);
glp_mpl_build_prob(tran, mip);
In order to change some part data like 2 parameters and solve the
problem again.
OR Using a external Matrix and modify it in each iteration and then send
it as part of data.
Kindly Regards
- [Help-glpk] [Fwd: Question],
Andrew Makhorin <=