3 #include "GlobalOptions.h"
9 qp_real Ppr[7] = {5.0, 1.0, 1.0, 2.0, 1.0, 1.0, 4.0};
10 qp_int Pir[7] = {0, 1, 0, 1, 2, 1, 2};
11 qp_int Pjc[4] = {0, 2, 5, 7};
14 qp_real c[3] = {1.0, 2.0, 1.0};
17 qp_real Apr[3] = {1.0, -2.0, 1.0};
18 qp_int Air[3] = {0, 0, 0};
19 qp_int Ajc[4] = {0, 1, 2, 3};
25 qp_real Gpr[3] = {-4.0, -4.0, -1.0};
26 qp_int Gir[3] = {0, 0, 1};
27 qp_int Gjc[4] = {0, 1, 2, 3};
30 qp_real h[2] = {-1.0, -1.0};
38 qp_int Permut[6] = {5, 2, 3, 1, 4, 0};
40 qp_int Permutineq[5] = {4, 2, 0, 3, 1};