Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.algorithms.SetCoverSolutionResponse.Status Enum Reference
Inheritance diagram for com.google.ortools.algorithms.SetCoverSolutionResponse.Status:

Public Member Functions

final int getNumber ()
 
final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor ()
 
final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType ()
 

Static Public Member Functions

static Status valueOf (int value)
 
static Status forNumber (int value)
 
static com.google.protobuf.Internal.EnumLiteMap< StatusinternalGetValueMap ()
 
static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor ()
 
static Status valueOf (com.google.protobuf.Descriptors.EnumValueDescriptor desc)
 

Public Attributes

 UNDEFINED =(0)
 
 OPTIMAL =(1)
 
 FEASIBLE =(2)
 
 INFEASIBLE =(3)
 
 INVALID =(4)
 
 UNRECOGNIZED =(-1)
 

Static Public Attributes

static final int UNDEFINED_VALUE = 0
 
static final int OPTIMAL_VALUE = 1
 
static final int FEASIBLE_VALUE = 2
 
static final int INFEASIBLE_VALUE = 3
 
static final int INVALID_VALUE = 4
 

Detailed Description

Result of the optimization.

Protobuf enum operations_research.SetCoverSolutionResponse.Status

Definition at line 51 of file SetCoverSolutionResponse.java.

Member Function Documentation

◆ forNumber()

static Status com.google.ortools.algorithms.SetCoverSolutionResponse.Status.forNumber ( int value)
static
Parameters
valueThe numeric wire value of the corresponding enum entry.
Returns
The enum associated with the given numeric wire value.

Definition at line 162 of file SetCoverSolutionResponse.java.

◆ getDescriptor()

static final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.algorithms.SetCoverSolutionResponse.Status.getDescriptor ( )
static

Definition at line 198 of file SetCoverSolutionResponse.java.

◆ getDescriptorForType()

final com.google.protobuf.Descriptors.EnumDescriptor com.google.ortools.algorithms.SetCoverSolutionResponse.Status.getDescriptorForType ( )

Definition at line 194 of file SetCoverSolutionResponse.java.

◆ getNumber()

final int com.google.ortools.algorithms.SetCoverSolutionResponse.Status.getNumber ( )

Definition at line 140 of file SetCoverSolutionResponse.java.

◆ getValueDescriptor()

final com.google.protobuf.Descriptors.EnumValueDescriptor com.google.ortools.algorithms.SetCoverSolutionResponse.Status.getValueDescriptor ( )

Definition at line 186 of file SetCoverSolutionResponse.java.

◆ internalGetValueMap()

static com.google.protobuf.Internal.EnumLiteMap< Status > com.google.ortools.algorithms.SetCoverSolutionResponse.Status.internalGetValueMap ( )
static

Definition at line 174 of file SetCoverSolutionResponse.java.

◆ valueOf() [1/2]

static Status com.google.ortools.algorithms.SetCoverSolutionResponse.Status.valueOf ( com.google.protobuf.Descriptors.EnumValueDescriptor desc)
static

Definition at line 204 of file SetCoverSolutionResponse.java.

◆ valueOf() [2/2]

static Status com.google.ortools.algorithms.SetCoverSolutionResponse.Status.valueOf ( int value)
static
Parameters
valueThe numeric wire value of the corresponding enum entry.
Returns
The enum associated with the given numeric wire value.
Deprecated
Use forNumber(int) instead.

Definition at line 154 of file SetCoverSolutionResponse.java.

Member Data Documentation

◆ FEASIBLE

com.google.ortools.algorithms.SetCoverSolutionResponse.Status.FEASIBLE =(2)
The solver had enough time to find some solution that satisfied all
constraints, but it did not reach the optimal.

FEASIBLE = 2;

Definition at line 77 of file SetCoverSolutionResponse.java.

◆ FEASIBLE_VALUE

final int com.google.ortools.algorithms.SetCoverSolutionResponse.Status.FEASIBLE_VALUE = 2
static
The solver had enough time to find some solution that satisfied all
constraints, but it did not reach the optimal.

FEASIBLE = 2;

Definition at line 121 of file SetCoverSolutionResponse.java.

◆ INFEASIBLE

com.google.ortools.algorithms.SetCoverSolutionResponse.Status.INFEASIBLE =(3)
The model does not have any solution.

INFEASIBLE = 3;

Definition at line 85 of file SetCoverSolutionResponse.java.

◆ INFEASIBLE_VALUE

final int com.google.ortools.algorithms.SetCoverSolutionResponse.Status.INFEASIBLE_VALUE = 3
static
The model does not have any solution.

INFEASIBLE = 3;

Definition at line 129 of file SetCoverSolutionResponse.java.

◆ INVALID

com.google.ortools.algorithms.SetCoverSolutionResponse.Status.INVALID =(4)
The model is invalid.

INVALID = 4;

Definition at line 93 of file SetCoverSolutionResponse.java.

◆ INVALID_VALUE

final int com.google.ortools.algorithms.SetCoverSolutionResponse.Status.INVALID_VALUE = 4
static
The model is invalid.

INVALID = 4;

Definition at line 137 of file SetCoverSolutionResponse.java.

◆ OPTIMAL

com.google.ortools.algorithms.SetCoverSolutionResponse.Status.OPTIMAL =(1)
The solver found the proven optimal solution.

OPTIMAL = 1;

Definition at line 68 of file SetCoverSolutionResponse.java.

◆ OPTIMAL_VALUE

final int com.google.ortools.algorithms.SetCoverSolutionResponse.Status.OPTIMAL_VALUE = 1
static
The solver found the proven optimal solution.

OPTIMAL = 1;

Definition at line 112 of file SetCoverSolutionResponse.java.

◆ UNDEFINED

com.google.ortools.algorithms.SetCoverSolutionResponse.Status.UNDEFINED =(0)
Undefined.

UNDEFINED = 0;

Definition at line 60 of file SetCoverSolutionResponse.java.

◆ UNDEFINED_VALUE

final int com.google.ortools.algorithms.SetCoverSolutionResponse.Status.UNDEFINED_VALUE = 0
static
Undefined.

UNDEFINED = 0;

Definition at line 104 of file SetCoverSolutionResponse.java.

◆ UNRECOGNIZED

com.google.ortools.algorithms.SetCoverSolutionResponse.Status.UNRECOGNIZED =(-1)

Definition at line 94 of file SetCoverSolutionResponse.java.


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