|
static pb::MessageParser< MPSolveInfo > | Parser [get] |
|
static pbr::MessageDescriptor | Descriptor [get] |
|
double | SolveWallTimeSeconds [get, set] |
| How much wall time (resp. user time) elapsed during the Solve() of the underlying solver library. "wall" time and "user" time are to be interpreted like for the "time" command in bash (see "help time"). In particular, "user time" is CPU time and can be greater than wall time when using several threads.
|
|
bool | HasSolveWallTimeSeconds [get] |
| Gets whether the "solve_wall_time_seconds" field is set.
|
|
double | SolveUserTimeSeconds [get, set] |
|
bool | HasSolveUserTimeSeconds [get] |
| Gets whether the "solve_user_time_seconds" field is set.
|
|
Definition at line 7182 of file LinearSolver.pb.cs.
◆ MPSolveInfo() [1/2]
OperationsResearch.MPSolveInfo.MPSolveInfo |
( |
| ) |
|
|
inline |
◆ MPSolveInfo() [2/2]
OperationsResearch.MPSolveInfo.MPSolveInfo |
( |
MPSolveInfo | other | ) |
|
|
inline |
◆ CalculateSize()
int OperationsResearch.MPSolveInfo.CalculateSize |
( |
| ) |
|
|
inline |
◆ ClearSolveUserTimeSeconds()
void OperationsResearch.MPSolveInfo.ClearSolveUserTimeSeconds |
( |
| ) |
|
|
inline |
◆ ClearSolveWallTimeSeconds()
void OperationsResearch.MPSolveInfo.ClearSolveWallTimeSeconds |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
bool OperationsResearch.MPSolveInfo.Equals |
( |
MPSolveInfo | other | ) |
|
|
inline |
◆ Equals() [2/2]
override bool OperationsResearch.MPSolveInfo.Equals |
( |
object | other | ) |
|
|
inline |
◆ GetHashCode()
override int OperationsResearch.MPSolveInfo.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
void OperationsResearch.MPSolveInfo.MergeFrom |
( |
MPSolveInfo | other | ) |
|
|
inline |
◆ MergeFrom() [2/2]
void OperationsResearch.MPSolveInfo.MergeFrom |
( |
pb.CodedInputStream | input | ) |
|
|
inline |
◆ ToString()
override string OperationsResearch.MPSolveInfo.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void OperationsResearch.MPSolveInfo.WriteTo |
( |
pb.CodedOutputStream | output | ) |
|
|
inline |
◆ SolveUserTimeSecondsFieldNumber
const int OperationsResearch.MPSolveInfo.SolveUserTimeSecondsFieldNumber = 2 |
|
static |
◆ SolveWallTimeSecondsFieldNumber
const int OperationsResearch.MPSolveInfo.SolveWallTimeSecondsFieldNumber = 1 |
|
static |
◆ Descriptor
pbr.MessageDescriptor OperationsResearch.MPSolveInfo.Descriptor |
|
staticget |
◆ HasSolveUserTimeSeconds
bool OperationsResearch.MPSolveInfo.HasSolveUserTimeSeconds |
|
get |
◆ HasSolveWallTimeSeconds
bool OperationsResearch.MPSolveInfo.HasSolveWallTimeSeconds |
|
get |
◆ Parser
pb.MessageParser<MPSolveInfo> OperationsResearch.MPSolveInfo.Parser |
|
staticget |
◆ SolveUserTimeSeconds
double OperationsResearch.MPSolveInfo.SolveUserTimeSeconds |
|
getset |
◆ SolveWallTimeSeconds
double OperationsResearch.MPSolveInfo.SolveWallTimeSeconds |
|
getset |
How much wall time (resp. user time) elapsed during the Solve() of the underlying solver library. "wall" time and "user" time are to be interpreted like for the "time" command in bash (see "help time"). In particular, "user time" is CPU time and can be greater than wall time when using several threads.
Definition at line 7243 of file LinearSolver.pb.cs.
The documentation for this class was generated from the following file: