[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] GLPKConstants - legend
From: |
JanaT |
Subject: |
[Help-glpk] GLPKConstants - legend |
Date: |
Wed, 1 Sep 2010 14:27:13 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Hello!
I´m trying to get along with GLPK and Java and have some problems understanding
how to use it.
Defining constraints the GLPKConstants are used. Is there somewhere a list to
explain them? Or is there a tutorial? Googling the question does´t help. The (2
or 3) examples I found do not explain my questions...
What means GLPKConstants.GLP_CV?
GLPK.glp_set_col_kind(lp, 1, GLPKConstants.GLP_CV);
What means GLPKConstants.GLP_DB?
GLPK.glp_set_row_bnds(lp, 1, GLPKConstants.GLP_DB, 0, 0.2);
Thank You,
Jana
- [Help-glpk] GLPKConstants - legend,
JanaT <=