Home
last modified time | relevance | path

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

/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlpslink56.c68 static long *vb_int_vec; variable
128 vb_int_vec = (long *) malloc (1 + sizeof (long) * vb_int_count); in lps_vb_setup()
129 if (vb_int_vec == (long *) NULL) in lps_vb_setup()
137 vb_int_vec[i] = 0L; in lps_vb_setup()
151 free (vb_int_vec); in lps_vb_setup()
180 vb_int_vec[row] = floor (value + 0.5); in lps_vb_set_element()
209 free (vb_int_vec); in lps_vb_cleanup()