The question is how do you solve the problem, and how do you obtain the solution.
When you make all these columns binary you have a Diophantine Equation. GLPK can solve these, though there are other ways which may be better. GLPK will first solve it as a linear problem. It is then necessary to perform Integer Optimization. Having done this there are different routines to obtain the integer optimal solution as opposed to the linear solution. -- Nigel Galloway [1][email protected] On Mon, 05 Sep 2011 14:26 +0200, "name name" <[email protected]> wrote: On Mon, Sep 5, 2011 at 1:18 PM, Nigel Galloway <[2][email protected]> wrote: Do you obtain this value with GLPK.glp_get_mip_col_val ? no with .glp_set_col_kind Even if the type of variable is binary Lp give non integer value -- Nigel Galloway [3][email protected] On Mon, 05 Sep 2011 09:52 +0200, "name name" <[4][email protected]> wrote: Hello, I have a very strange problem I solve un Lp problem but the and the value of my variables are not ineger I got x(0,1)=0.2... even thaught when I print the type of my variables I got 3 coresponding to type binary( I got type to binary for all variables with GLPK.glp_set_col_kind(lp, i, GLPKConstants.GLP_BV)). Can you tell my where the problem could be? Thank you Onor _______________________________________________ Help-glpk mailing list [5][email protected] [6]https://lists.gnu.org/mailman/listinfo/help-glpk -- [7]http://www.fastmail.fm - Email service worth paying for. Try it for fre e _______________________________________________ Help-glpk mailing list [8][email protected] [9]https://lists.gnu.org/mailman/listinfo/help-glpk References 1. mailto:[email protected] 2. mailto:[email protected] 3. mailto:[email protected] 4. mailto:[email protected] 5. mailto:[email protected] 6. https://lists.gnu.org/mailman/listinfo/help-glpk 7. http://www.fastmail.fm/ 8. mailto:[email protected] 9. https://lists.gnu.org/mailman/listinfo/help-glpk -- http://www.fastmail.fm - Does exactly what it says on the tin
_______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
