help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] glp_analyze_bound


From: frnz65
Subject: [Help-glpk] glp_analyze_bound
Date: Mon, 28 Jun 2010 16:06:26 +0400

Hello,
I'm trying to use glp_analyze_bound:

double *limit1;
double *limit2;
int *var1, *var2;

        glp_prob *GLV;
        GLV = glp_create_prob();
        glp_read_mps(GLV, GLP_MPS_FILE, NULL, mpscardfile);
        glp_adv_basis(GLV, 0); 
        glp_simplex(GLV, NULL);
        glp_print_sol(GLV, "../out/GLV_SOL.dat");     // write the results in 
this
file
        glp_analyze_bound(GLV, 473, limit1, var1, limit2, var2); 


but I do get a bus error when I use     glp_analyze_bound.

What's wrong?

Francesco

 
-- 
View this message in context: 
http://old.nabble.com/glp_analyze_bound-tp29008533p29008533.html
Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com.






reply via email to

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