-
Notifications
You must be signed in to change notification settings - Fork 0
/
model_Variables_Code.h
executable file
·49 lines (37 loc) · 1.9 KB
/
model_Variables_Code.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
void M_O_D_E_L___V_A_R_I_A_B_L_E_S___C_O_D_E (Parameter_Table * ,
int * , int *, int * , int * , int * , /* S, E, I, R, C */
int *, int *, int *, int *, int *, int *, /*S1, I1, S2, I2, S3, I3 */
int * , int *, int * , int * , int * , /*L, X, U, W, A */
int * ); /* K*/
void S_E_I_R_C___L_X_U_W_A___K___C_O_D_E_S(Parameter_Table * ,
int * , int * , int * , int * , int * ,
int * , int * , int * , int * ,
int * ,
int * );
void S_E_I_R_C___L_X_U_W___C_O_D_E_S( Parameter_Table * ,
int * , int * , int * , int * , int * ,
int * , int * , int * , int * );
void S_E_I_R___L_X_U_W___C_O_D_E_S( Parameter_Table * ,
int * , int * , int * , int * ,
int * , int * , int * , int * );
void S_n_I_n_R___L_X_U_W___C_O_D_E_S( Parameter_Table * ,
int * , int * , int * , int * , int *,
int *, int *, int *, int *, int *, int *,
int * , int * , int * , int * );
void S_E_I___L_X_U_W___C_O_D_E_S( Parameter_Table * ,
int * , int * , int * ,
int * , int * , int * , int * );
void S_I___L_X_U_W___C_O_D_E_S( Parameter_Table * ,
int * , int * , int * ,
int * , int * , int * , int * );
void S_E_I___X_U_W___C_O_D_E_S( Parameter_Table * ,
int * , int * , int * ,
int * , int * , int * );
void S_n_I_n_R___X_U_W___C_O_D_E_S( Parameter_Table * P,
int * S, int * E, int * I, int * R, int *C,
int * S1, int * I1, int * S2, int * I2, int * S3, int * I3,
int * L, int * X, int * U, int * W);
void S_n_I_n_R___X_W___C_O_D_E_S( Parameter_Table * P,
int * S, int * E, int * I, int * R, int *C,
int * S1, int * I1, int * S2, int * I2, int * S3, int * I3,
int * L, int * X, int * U, int * W);