[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] New with GLPK
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] New with GLPK |
Date: |
Fri, 18 Jul 2008 12:44:24 +0400 |
> I write to you hoping to find an answer, because google didnt. Well
> my question is: Is there a way to solve a Transportation Problem
> without writing the model to a file? Like setting up some variables
> and sending them to the solver? My transportation problem has sums
> from 1 to N and restrictions with sums too.
The solver glpsol has no GUI, so using a text file is the only way to
pass problem data to it.