Home
last modified time | relevance | path

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

/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlpslink56.c66 static double *vb_constraints; variable
110 vb_constraints = (double *) malloc (sizeof (double) * in lps_vb_setup()
113 if (vb_constraints == (double *) NULL) in lps_vb_setup()
119 vb_constraints[0] = 0.0; in lps_vb_setup()
132 free (vb_constraints); in lps_vb_setup()
149 free (vb_constraints); in lps_vb_setup()
177 vb_constraints[(row - 1) * (vb_x_count + 2) + column] = value; in lps_vb_set_element()
208 free (vb_constraints); in lps_vb_cleanup()