dees/include/lp_MDO.h
Yann Esposito (Yogsototh) 919d4a1006 Initial git init
in the future I may add the SVN history
2011-05-17 22:24:18 +02:00

19 lines
252 B
C

#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 */