![]() |
OR-Tools
9.6
|
Definition at line 263 of file solve_result.h.
Public Member Functions | |
| Termination (TerminationReason reason, std::string detail={}) | |
| bool | limit_reached () const |
| TerminationProto | Proto () const |
| std::string | ToString () const |
Static Public Member Functions | |
| static Termination | Feasible (Limit limit, std::string detail={}) |
| static Termination | NoSolutionFound (Limit limit, std::string detail={}) |
| static absl::StatusOr< Termination > | FromProto (const TerminationProto &termination_proto) |
Public Attributes | |
| TerminationReason | reason |
| std::optional< Limit > | limit |
| std::string | detail |
|
explicit |
Definition at line 144 of file solve_result.cc.
|
static |
Definition at line 147 of file solve_result.cc.
|
static |
Definition at line 173 of file solve_result.cc.
| bool limit_reached | ( | ) | const |
Definition at line 168 of file solve_result.cc.
|
static |
Definition at line 153 of file solve_result.cc.
| TerminationProto Proto | ( | ) | const |
Definition at line 160 of file solve_result.cc.
| std::string ToString | ( | ) | const |
Definition at line 198 of file solve_result.cc.
| std::string detail |
Definition at line 282 of file solve_result.h.
| std::optional<Limit> limit |
Definition at line 277 of file solve_result.h.
| TerminationReason reason |
Definition at line 270 of file solve_result.h.