Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/src/utils/
H A Derror_vector.C156 std::vector<dof_id_type> cut_indices; in cut_below() local
157 cut_indices.reserve(n/2); // Arbitrary in cut_below()
164 cut_indices.push_back(i); in cut_below()
168 return cut_indices; in cut_below()
180 std::vector<dof_id_type> cut_indices; in cut_above() local
181 cut_indices.reserve(n/2); // Arbitrary in cut_above()
188 cut_indices.push_back(i); in cut_above()
192 return cut_indices; in cut_above()
H A Dstatistics.C332 std::vector<dof_id_type> cut_indices; in cut_below() local
333 cut_indices.reserve(n/2); // Arbitrary in cut_below()
339 cut_indices.push_back(i); in cut_below()
343 return cut_indices; in cut_below()
356 std::vector<dof_id_type> cut_indices; in cut_above() local
357 cut_indices.reserve(n/2); // Arbitrary in cut_above()
361 cut_indices.push_back(i); in cut_above()
363 return cut_indices; in cut_above()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonCutStrengthener.cpp50 const int* cut_indices = cut.getIndices(); in HandleOneCut() local
65 const int& idx = cut_indices[i]; in HandleOneCut()
85 const int& idx = cut_indices[imostfra]; in HandleOneCut()
339 const int* cut_indices = cut.getIndices(); in StrengtheningTNLP() local
343 const int& idx = cut_indices[i]; in StrengtheningTNLP()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dlpsolve.h187 ints cut_indices; member
H A Dlpsolve.cc405 for (ints::const_iterator it=cut_indices.begin();it!=cut_indices.end();++it) { in solve_relaxation()
493 if (int(cut_indices.size())>=prob->settings.max_cuts) in solve_relaxation()
556 cut_indices.push_back(prob->cuts.nrows()); in solve_relaxation()
563 slack_cut[ncols]=cut_indices.back(); in solve_relaxation()
624 node.cut_indices=ints(cut_indices); in create_child()