Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
uniformization
[simgrid.git] / src / include / surf / datatypes.h
1 /* Copyright (c) 2009-2017. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef MAXMIN_DATATYPES_H
7 #define MAXMIN_DATATYPES_H
8
9 typedef struct lmm_element *lmm_element_t;
10 typedef struct lmm_variable *lmm_variable_t;
11 typedef struct lmm_constraint *lmm_constraint_t;
12 typedef struct lmm_constraint_light *lmm_constraint_light_t;
13 typedef struct lmm_system *lmm_system_t;
14
15 #endif