Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
OperationsResearch.SetCoverSolutionResponse.Types Class Reference

Container for nested types declared in the SetCoverSolutionResponse message type. More...

Public Types

enum  Status {
  Undefined = 0 , Optimal = 1 , Feasible = 2 , Infeasible = 3 ,
  Invalid = 4
}
 Result of the optimization. More...
 

Detailed Description

Container for nested types declared in the SetCoverSolutionResponse message type.

Definition at line 1098 of file SetCover.pb.cs.

Member Enumeration Documentation

◆ Status

Result of the optimization.

Enumerator
Undefined 

Undefined.

Optimal 

The solver found the proven optimal solution.

Feasible 

The solver had enough time to find some solution that satisfied all constraints, but it did not reach the optimal.

Infeasible 

The model does not have any solution.

Invalid 

The model is invalid.

Definition at line 1102 of file SetCover.pb.cs.


The documentation for this class was generated from the following file: