Public Member Functions | |
EdgeData (int con_nr_, which_bound_type which_bound_, double coeff_) | |
bool | operator< (const EdgeData &ed) const |
const EdgeData & | operator+= (const EdgeData &ed) const |
Public Attributes | |
which_bound_type | which_bound |
int | con_nr |
double | coeff |
Friends | |
ostream & | operator<< (ostream &out, const EdgeData &ed) |
Definition at line 162 of file boxfind.h.
IntervalReduction::EdgeData::EdgeData | ( | int | con_nr_, | |
which_bound_type | which_bound_, | |||
double | coeff_ | |||
) | [inline] |
bool IntervalReduction::EdgeData::operator< | ( | const EdgeData & | ed | ) | const [inline] |
ostream& operator<< | ( | ostream & | out, | |
const EdgeData & | ed | |||
) | [friend] |