This repository has been archived on 2019-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
aro/test.h

8 lines
205 B
C
Raw Normal View History

2019-10-22 12:34:33 +02:00
#ifndef GLPK
#define GLPK
#include <glpk.h> /* GNU GLPK linear/mixed integer solver */
#endif
int *column_generator();
int add_column(glp_prob *lp, float coef);
int add_column2(glp_prob *lp, float coef);