Home
last modified time | relevance | path

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

/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DFeasible.cpp79 unbnd = 0; in Feasible()
104 if (unbnd != 0) { in Feasible()
108 delete unbnd; unbnd = 0; in Feasible()
111 else { unbnd->set_difference(_urs); } in Feasible()
141 unbnd = 0; in operator =()
147 if (feasible.unbnd != 0) { in operator =()
148 unbnd = new BitSet(*feasible.unbnd); in operator =()
168 delete unbnd; in ~Feasible()
178 if (unbnd == 0) { unbnd = new BitSet(dim); } in compute_bounded()
182 _4ti2_::bounded(*matrix, *basis, *urs, *bnd, *grading, *unbnd, *ray); in compute_bounded()
[all …]
H A DBinomialFactory.cpp121 const BitSet& unbnd, in initialise() argument
180 BitSet unbnd(*orig_bnd); in set_truncated() local
181 unbnd.set_complement(); in set_truncated()
186 lp_weight_l2(_lattice, unbnd, *_rhs, weight); in set_truncated()
190 lp_weight_l1(_lattice, unbnd, *_rhs, weight); in set_truncated()
211 BitSet unbnd(*orig_bnd); in set_weights() local
212 unbnd.set_complement(); in set_weights()
213 WeightAlgorithm::strip_weights(Binomial::weights, Binomial::max_weights, unbnd); in set_weights()
H A DFeasible.h81 BitSet* unbnd; variable
151 return *unbnd; in get_unbnd()
H A DHybridGenSet.cpp93 const BitSet& unbnd = feasible.get_unbnd(); in compute_bounded() local
95 if (!unbnd.empty()) in compute_bounded()
H A DProjectLiftGenSet.cpp110 const BitSet& unbnd = feasible.get_unbnd(); in compute_bounded() local
112 if (!unbnd.empty()) in compute_bounded()
H A DBounded.h45 const BitSet& unbnd,
H A DBinomialFactory.h75 const BitSet& unbnd,
H A DBounded.cpp684 const BitSet& unbnd, in bounded() argument
693 assert(matrix.get_size() == unbnd.get_size()); in bounded()
696 if (unbnd.empty()) { cost_unbnd.zero(); return true; } in bounded()
698 if (cost.get_number() == 0) { cost_unbnd = unbnd; return true; } in bounded()
720 BitSet full_unbnd(unbnd.get_size()+1); in bounded()
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsSeparation.cpp513 bool unbnd = false; in transformBaseEquation() local
516 unbnd = true; in transformBaseEquation()
523 if (!unbnd && maxabscoef > mip.mipdata_->feastol) { in transformBaseEquation()
1652 bool unbnd = false; in computeTransformedRow() local
1655 unbnd = true; in computeTransformedRow()
1662 if (!unbnd && maxabscoef > mip.mipdata_->feastol) { in computeTransformedRow()