51 : _i(
i), _j(
j), _for_constraint(nconstraints) {}
86 s <<
o._i <<
" " <<
o._j;
87 for (
unsigned k = 0;
k <
o._for_constraint.size(); ++
k)
88 s <<
" " << static_cast<int>(
o._for_constraint[
k]);
Represent a pair of objects in Pair_Table.
void has_constraint(std::vector< signed char >::size_type k, int val)
Set the value for a constraint to a value.
Objpair(int i, int j, int nconstraints)
Constructor.
std::ostream & operator<<(std::ostream &s, const Constraint_Intermed &ci)
Output stream operator, print the content of this Constraint_Intermed to an output stream...
std::vector< signed char > _for_constraint
Represent a pair of objects in Pair_Table.