dees/include/lp_MDO.h

19 lines
252 B
C
Raw Normal View History

#ifndef HEADER_MDO
#define HEADER_MDO
#include "lp_types.h"
#ifdef __cplusplus
extern "C" {
#endif
int __WINAPI getMDO(lprec *lp, MYBOOL *usedpos, int *colorder, int *size, MYBOOL symmetric);
#ifdef __cplusplus
}
#endif
#endif /* HEADER_MDO */