Home
last modified time | relevance | path

Searched refs:nb_cstr (Results 1 – 3 of 3) sorted by relevance

/dports/science/siconos/siconos-4.4.0/numerics/src/AVI/
H A Davi_pathavi.c169 int nb_cstr = 0; in avi_pathavi() local
175 nb_cstr = problem->poly.unif->A->size0; in avi_pathavi()
177 lambda = (double*) calloc(nb_cstr, sizeof(double)); in avi_pathavi()
189 .m = nb_cstr, in avi_pathavi()
218 …struct vi_desc * pathvi_obj = vi_desc_create(nb_cstr, problem->size, NM_nnz(problem->M), nnz_H, &e… in avi_pathavi()
/dports/math/gravity/Gravity-da941e9/include/gravity/
H A Dmodel.h7650 auto nb_cstr = m.getNumRows(); in readMPS() local
7651 DebugOn("The number of constraints is " << nb_cstr << endl); in readMPS()
/dports/math/gravity/Gravity-da941e9/src/
H A Dmodel.cpp6556 auto nb_cstr = p.num_algebraic_cons(); in readNL() local
6558 DebugOn("The number of constraints is " << nb_cstr << endl); in readNL()