Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
Public Member Functions | |
Box () | |
Box (int x_min, int x_max, int y_min, int y_max) | |
int | x_min () const |
int | x_max () const |
int | y_min () const |
int | y_max () const |
int | Compare (const Box &box) const |
Lexicographic order. | |
bool | Contains (int x, int y) const |
int | Cost () const |
string | DebugString () const |
Static Public Attributes | |
static const int | kAreaCost = 1 |
static const int | kFixedCost = 10 |
Definition at line 256 of file strawberry_fields_with_column_generation.cc.
operations_research::Box::Box | ( | ) | [inline] |
Definition at line 261 of file strawberry_fields_with_column_generation.cc.
operations_research::Box::Box | ( | int | x_min, | |
int | x_max, | |||
int | y_min, | |||
int | y_max | |||
) | [inline] |
Definition at line 262 of file strawberry_fields_with_column_generation.cc.
int operations_research::Box::x_min | ( | ) | const [inline] |
Definition at line 268 of file strawberry_fields_with_column_generation.cc.
int operations_research::Box::x_max | ( | ) | const [inline] |
Definition at line 269 of file strawberry_fields_with_column_generation.cc.
int operations_research::Box::y_min | ( | ) | const [inline] |
Definition at line 270 of file strawberry_fields_with_column_generation.cc.
int operations_research::Box::y_max | ( | ) | const [inline] |
Definition at line 271 of file strawberry_fields_with_column_generation.cc.
int operations_research::Box::Compare | ( | const Box & | box | ) | const [inline] |
bool operations_research::Box::Contains | ( | int | x, | |
int | y | |||
) | const [inline] |
Definition at line 282 of file strawberry_fields_with_column_generation.cc.
int operations_research::Box::Cost | ( | ) | const [inline] |
Definition at line 286 of file strawberry_fields_with_column_generation.cc.
string operations_research::Box::DebugString | ( | ) | const [inline] |
Definition at line 291 of file strawberry_fields_with_column_generation.cc.
const int operations_research::Box::kAreaCost = 1 [static] |
Definition at line 258 of file strawberry_fields_with_column_generation.cc.
const int operations_research::Box::kFixedCost = 10 [static] |
Definition at line 259 of file strawberry_fields_with_column_generation.cc.