help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] status of solution


From: name name
Subject: [Help-glpk] status of solution
Date: Tue, 4 Oct 2011 13:38:58 +0200

I solve lp problem ans I got status of solution 0 when it found the optimal solution ans alos i got 0 when the "problem has unbounded solution"

How can I knew whit status if it has an optimal solution or not?


parm = new glp_smcp()
glp_init_smcp(parm)
status = GLPK.glp_simplex(lp, parm) 


Thank you

Onor

reply via email to

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