Home
last modified time | relevance | path

Searched defs:colCost (Results 1 – 23 of 23) sorted by relevance

/dports/math/octave-forge-nan/nan-3.6.1/inst/
H A Drow_col_deletion.m90colCost = mean(e, 1, w(rix>0)/sum(w(rix>0)))'; % cost of deleting columns variable
92 colCost = mean(e, 1)'; % cost of deleting columns variable
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsMipSolver.h37 const double* colCost() const { return model_->colCost_.data(); } in colCost() function
39 double colCost(int col) const { return model_->colCost_[col]; } in colCost() function
/dports/math/highs/HiGHS-cfe064e/src/presolve/
H A DPresolveUtils.cpp122 const int numRow, const int numCol, const std::vector<double>& colCost, in printRowWise()
168 const std::vector<double>& colCost, in printA()
214 const std::vector<double>& colCost, in printAR()
H A DHPreData.h53 vector<double> colCost; variable
H A DHAggregator.h127 std::vector<double>& colCost; variable
H A DHAggregator.cpp68 std::vector<double>& colCost, double& objOffset, in HAggregator()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/presolve/
H A DPresolveUtils.cpp113 const int numRow, const int numCol, const std::vector<double>& colCost, in printRowWise()
159 const std::vector<double>& colCost, in printA()
205 const std::vector<double>& colCost, in printAR()
H A DHPreData.h53 vector<double> colCost; variable
/dports/math/highs/HiGHS-cfe064e/check/
H A DAvgas.cpp186 std::vector<double>& colCost, std::vector<double>& colLower, in col()
H A DTestLpValidation.cpp45 vector<double> colCost; variable
H A DTestLpModification.cpp347 vector<double> colCost; variable
/dports/math/highs/HiGHS-cfe064e/src/simplex/
H A DHCrash.cpp252 const double* colCost = &simplex_lp.colCost_[0]; in bixby_iz_da() local
432 const double* colCost = &simplex_lp.colCost_[0]; in bixby_rp_mrt() local
1119 const double* colCost = &simplex_lp.colCost_[0]; in ltssf_cz_c() local
1397 const double* colCost = &simplex_lp.colCost_[0]; in crsh_an_c_co() local
H A DHSimplex.cpp1342 double* colCost = &highs_model_object.simplex_lp_.colCost_[0]; in scaleSimplexLp() local
1425 double* colCost = &highs_model_object.simplex_lp_.colCost_[0]; in equilibrationScaleMatrix() local
1901 vector<double>& colCost = highs_model_object.simplex_lp_.colCost_; in permuteSimplexLp() local
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHCrash.cpp252 const double* colCost = &simplex_lp.colCost_[0]; in bixby_iz_da() local
432 const double* colCost = &simplex_lp.colCost_[0]; in bixby_rp_mrt() local
1119 const double* colCost = &simplex_lp.colCost_[0]; in ltssf_cz_c() local
1397 const double* colCost = &simplex_lp.colCost_[0]; in crsh_an_c_co() local
H A DHSimplex.cpp1342 double* colCost = &highs_model_object.simplex_lp_.colCost_[0]; in scaleSimplexLp() local
1425 double* colCost = &highs_model_object.simplex_lp_.colCost_[0]; in equilibrationScaleMatrix() local
1901 vector<double>& colCost = highs_model_object.simplex_lp_.colCost_; in permuteSimplexLp() local
/dports/math/highs/HiGHS-cfe064e/src/io/
H A DHMpsFF.h79 std::vector<double> colCost; variable
H A DHMPSIO.cpp34 vector<double>& Avalue, vector<double>& colCost, in readMPS()
524 const vector<double>& Avalue, const vector<double>& colCost, in writeMPS()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/io/
H A DHMpsFF.h78 std::vector<double> colCost; variable
H A DHMPSIO.cpp34 vector<double>& Avalue, vector<double>& colCost, in readMPS()
523 const vector<double>& Avalue, const vector<double>& colCost, in writeMPS()
/dports/math/highs/HiGHS-cfe064e/src/test/
H A DDevKkt.h76 const std::vector<double>& colCost; member
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/test/
H A DDevKkt.h76 const std::vector<double>& colCost; member
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsLpUtils.cpp911 const vector<double>& colCost, in appendColsToLpVectors()
2074 std::vector<double> colCost = lp.colCost_; in dualizeEqualityProblem() local
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsLpUtils.cpp911 const vector<double>& colCost, in appendColsToLpVectors()
2074 std::vector<double> colCost = lp.colCost_; in dualizeEqualityProblem() local