|
| | WeightConstraints (const size_t nWeights=0) |
| |
| template<class ITER_LB , class ITER_UB > |
| | WeightConstraints (ITER_LB lbBegin, ITER_LB lbEnd, ITER_UB ubBegin) |
| |
| size_t | numberOfConstraints () const |
| |
| T | weightLowerBound (const size_t wi) const |
| |
| T | weightUpperBound (const size_t wi) const |
| |
| const std::vector< T > & | weightLowerBounds () const |
| |
| const std::vector< T > & | weightUpperBounds () const |
| |
| size_t | constraintSize (const size_t ci) const |
| |
| T | constraintLowerBound (const size_t ci) const |
| |
| T | constraintUpperBound (const size_t ci) const |
| |
| const std::vector< size_t > & | constraintSizes () const |
| |
| const std::vector< T > & | constraintLowerBounds () const |
| |
| const std::vector< T > & | constraintUpperBounds () const |
| |
| template<class ITER_LB > |
| void | setLowerBounds (ITER_LB lbBegin, ITER_LB lbEnd) |
| |
| template<class ITER_UB > |
| void | setUpperBounds (ITER_UB ubBegin, ITER_UB ubEnd) |
| |
| template<class ITER_INDICES , class ITER_COEFF > |
| void | addConstraint (ITER_INDICES indicesBegin, ITER_INDICES indicesEnd, ITER_COEFF coeffBegin, const T lowerBound, const T upperBound) |
| |
template<class T>
class opengm::learning::WeightConstraints< T >
Definition at line 157 of file weights.hxx.