help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] MIP Help


From: Raniere Silva
Subject: Re: [Help-glpk] MIP Help
Date: Fri, 14 Nov 2014 07:26:43 -0200
User-agent: Mutt/1.5.23 (2014-03-12)

Hi Mike,

> I am new to GLPK and I can't the MIP solver to report integer values.
> Basically, when I first call the simplex, and then cal glp_inop, the
> message report that it found a solution but when I call glp_mip_col_val, it
> reports double numbers, not integers.

This is the correct behavior.

What are you looking for are the functions

- glp_ipt_status
- glp_ipt_row_prim
- glp_ipt_row_dual
- glp_ipt_col_prim
- glp_ipt_col_dual

To know more about it, please take a look at GLPK Manual.

Raniere

Attachment: signature.asc
Description: Digital signature


reply via email to

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