Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into actor-priority
[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 s_lmm_element_t* lmm_element_t;
10 typedef struct s_lmm_variable_t* lmm_variable_t;
11 typedef struct s_lmm_constraint_t* lmm_constraint_t;
12 typedef struct s_lmm_constraint_light_t* lmm_constraint_light_t;
13 typedef struct s_lmm_system_t* lmm_system_t;
14
15 #endif