Home
last modified time | relevance | path

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

/dports/math/concorde/concorde/LOCALCUT/
H A Dseparate.c377 rval = CClp_addcols ((*lp_p)->lp, 1, lp_nrows+1, obj, cmatbeg, (*lp_p)->cmatind, in CCchunk_lpinit()
401 rval = CClp_addcols ((*lp_p)->lp, 1, 1, obj, cmatbeg, cmatind, in CCchunk_lpinit()
417 rval = CClp_addcols ((*lp_p)->lp, 1, 1, obj, cmatbeg, cmatind, in CCchunk_lpinit()
431 rval = CClp_addcols ((*lp_p)->lp, 1, 1, obj, cmatbeg, cmatind, in CCchunk_lpinit()
492 rval = CClp_addcols (lp->lp, 1 /* no. cols */, in CCchunk_lpaddcol()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/INCLUDE/
H A Dlp.h38 CClp_addcols (CClp *lp, int newcols, int newnz, double *obj,
87 CClp_addcols (),
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/LP/
H A Dlpsolve.c394 int CClp_addcols (CClp *lp, int newcols, int newnz, double *obj, in CClp_addcols() function
398 int CClp_addcols (lp, newcols, newnz, obj, cmatbeg, cmatind, cmatval, lb, ub) in CClp_addcols()
H A Dlpcplex.c658 int CClp_addcols (CClp *lp, int newcols, int newnz, double *obj, in CClp_addcols() function
662 int CClp_addcols (lp, newcols, newnz, obj, cmatbeg, cmatind, cmatval, lb, ub) in CClp_addcols()
/dports/math/concorde/concorde/INCLUDE/
H A Dlp.h56 CClp_addcols (CClp *lp, int newcols, int newnz, double *obj,
/dports/math/concorde/concorde/LP/
H A Dlpnone.c422 int CClp_addcols (CClp *lp, int newcols, int newnz, double *obj, in CClp_addcols() function
H A Dlpqsopt.c709 int CClp_addcols (CClp *lp, int newcols, int newnz, double *obj, in CClp_addcols() function
H A Dlpcplex4.c811 int CClp_addcols (CClp *lp, int newcols, int newnz, double *obj, in CClp_addcols() function
H A Dlpcplex5.c822 int CClp_addcols (CClp *lp, int newcols, int newnz, double *obj, in CClp_addcols() function
H A Dlpcplex6.c853 int CClp_addcols (CClp *lp, int newcols, int newnz, double *obj, in CClp_addcols() function
H A Dlpcplex8.c844 int CClp_addcols (CClp *lp, int newcols, int newnz, double *obj, in CClp_addcols() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/
H A Dconcorde.h1074 CClp_addcols (CClp *lp, int newcols, int newnz, double *obj,
1123 CClp_addcols (),
/dports/math/concorde/concorde/TINY/
H A Dtinytsp.c564 rval = CClp_addcols (lp->lp, 1 /* no. new variables */, in load_tinylp()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dtsp_lp.c3180 rval = CClp_addcols (&lp->lp, ncols, nzcnt, obj,
/dports/math/concorde/concorde/TSP/
H A Dtsp_lp.c3553 rval = CClp_addcols (lp->lp, ncols, nzcnt, obj, in lp_addcols()