![]() |
OR-Tools
9.6
|
Definition at line 37 of file diffn_util.h.
Public Member Functions | |
| void | TakeUnionWith (const Rectangle &other) |
| IntegerValue | Area () const |
| bool | IsDisjoint (const Rectangle &other) const |
| std::string | DebugString () const |
Public Attributes | |
| IntegerValue | x_min |
| IntegerValue | x_max |
| IntegerValue | y_min |
| IntegerValue | y_max |
|
inline |
Definition at line 50 of file diffn_util.h.
|
inline |
Definition at line 54 of file diffn_util.h.
| bool IsDisjoint | ( | const Rectangle & | other | ) | const |
Definition at line 36 of file diffn_util.cc.
|
inline |
Definition at line 43 of file diffn_util.h.
| IntegerValue x_max |
Definition at line 39 of file diffn_util.h.
| IntegerValue x_min |
Definition at line 38 of file diffn_util.h.
| IntegerValue y_max |
Definition at line 41 of file diffn_util.h.
| IntegerValue y_min |
Definition at line 40 of file diffn_util.h.