Program listing for file numerics/src/Relay/relay_cst.h

Program listing for file numerics/src/Relay/relay_cst.h#

 1#ifndef RELAY_CST_H
 2#define RELAY_CST_H
 3
 4enum RELAY_SOLVER
 5{
 6  SICONOS_RELAY_PGS = 300,
 7  SICONOS_RELAY_ENUM = 301,
 8  SICONOS_RELAY_PATH = 302,
 9  SICONOS_RELAY_LEMKE = 303,
10  SICONOS_RELAY_AVI_CAOFERRIS = 306,
11  SICONOS_RELAY_AVI_CAOFERRIS_TEST = 307
12};
13
14
15
16
17extern const char* const   SICONOS_RELAY_PGS_STR;
18extern const char* const   SICONOS_RELAY_PATH_STR;
19extern const char* const   SICONOS_RELAY_ENUM_STR;
20extern const char* const   SICONOS_RELAY_LEMKE_STR;
21extern const char* const   SICONOS_RELAY_AVI_CAOFERRIS_STR;
22extern const char* const   SICONOS_RELAY_AVI_CAOFERRIS_TEST_STR;
23#endif