Searched refs:CPXaddcols (Results 1 – 12 of 12) sorted by relevance
/dports/math/glpk/glpk-5.0/examples/cplex/ |
H A D | cplex.h | 141 int CPXaddcols(CPXENV *env, CPXLP *lp, int ccnt, int nzcnt,
|
H A D | cplex.c | 267 int CPXaddcols(CPXENV *env, CPXLP *lp, int ccnt, int nzcnt, in CPXaddcols() function
|
/dports/math/concorde/concorde/LP/ |
H A D | lpcplex4.c | 817 rval = CPXaddcols (lp->cplex_env, lp->cplex_lp, newcols, newnz, obj, in CClp_addcols() 825 rval = CPXaddcols (lp->cplex_env, lp->cplex_lp, newcols, newnz, obj, in CClp_addcols()
|
H A D | lpcplex5.c | 828 rval = CPXaddcols (lp->cplex_env, lp->cplex_lp, newcols, newnz, obj, in CClp_addcols()
|
H A D | lpcplex6.c | 859 rval = CPXaddcols (lp->cplex_env, lp->cplex_lp, newcols, newnz, obj, in CClp_addcols()
|
H A D | lpcplex8.c | 850 rval = CPXaddcols (lp->cplex_env, lp->cplex_lp, newcols, newnz, obj, in CClp_addcols()
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/LP/ |
H A D | lpcplex.c | 673 rval = CPXaddcols (lp->cplex_env, lp->cplex_lp, newcols, newnz, obj,
|
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCpx/ |
H A D | OsiCpxSolverInterface.cpp | 2119 err = CPXaddcols(env_, getLpPtr(OsiCpxSolverInterface::KEEPCACHED_ROW), in addCol() 2161 int err = CPXaddcols(env_, getLpPtr(OsiCpxSolverInterface::KEEPCACHED_ROW), in addCols()
|
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCpx/ |
H A D | OsiCpxSolverInterface.cpp | 2119 err = CPXaddcols(env_, getLpPtr(OsiCpxSolverInterface::KEEPCACHED_ROW), in addCol() 2161 int err = CPXaddcols(env_, getLpPtr(OsiCpxSolverInterface::KEEPCACHED_ROW), in addCols()
|
/dports/math/ogdf/OGDF/src/coin/Osi/ |
H A D | OsiCpxSolverInterface.cpp | 2195 err = CPXaddcols( env_, getLpPtr( OsiCpxSolverInterface::KEEPCACHED_ROW ), in addCol() 2238 int err = CPXaddcols(env_, getLpPtr(OsiCpxSolverInterface::KEEPCACHED_ROW), in addCols()
|
/dports/math/SCIP/scip-7.0.3/src/lpi/ |
H A D | lpi_cpx.c | 1339 …CHECK_ZERO( lpi->messagehdlr, CPXaddcols(lpi->cpxenv, lpi->cpxlp, ncols, nnonz, obj, beg, ind, val… in SCIPlpiAddCols()
|
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/ |
H A D | lp_solver.c | 1685 cpx_status = CPXaddcols(lp_data->cpxenv, lp_data->lp, ccnt, nzcnt, in add_cols()
|