IISVariable.InfeasibleDomain
- java.lang.Object
-
- java.lang.Enum<IISVariable.InfeasibleDomain>
-
- com.dashoptimization.objects.IISVariable.InfeasibleDomain
-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable<IISVariable.InfeasibleDomain>
- Enclosing class:
- IISVariable
public static enum IISVariable.InfeasibleDomain extends java.lang.Enum<IISVariable.InfeasibleDomain> implements java.lang.Comparable<IISVariable.InfeasibleDomain>
Domain properties that can be infeasible in an IIS.- Since:
- 43.00
-
-
Enum Constant Summary
Enum Constant Description Binary
The variable's binary domain makes it infeasible.Fixing
The variable's fixing is infeasible.Integral
The variable's integer domain makes it infeasible.LowerBound
Lower bound is infeasible.PartialInteger
The variable's partial integer domain is infeasible.SemiContinuous
The variable's semi-continuous domain is infeasible.SemiInteger
The variable's semi-integer domain is infeasible.UpperBound
Upper bound is infeasible.
-
Method Summary
Modifier and Type Method Description static IISVariable.InfeasibleDomain
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IISVariable.InfeasibleDomain[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UpperBound
public static final IISVariable.InfeasibleDomain UpperBound
Upper bound is infeasible.- Since:
- 43.00
-
LowerBound
public static final IISVariable.InfeasibleDomain LowerBound
Lower bound is infeasible.- Since:
- 43.00
-
Fixing
public static final IISVariable.InfeasibleDomain Fixing
The variable's fixing is infeasible.- Since:
- 43.00
-
Binary
public static final IISVariable.InfeasibleDomain Binary
The variable's binary domain makes it infeasible.- Since:
- 43.00
-
Integral
public static final IISVariable.InfeasibleDomain Integral
The variable's integer domain makes it infeasible.- Since:
- 43.00
-
PartialInteger
public static final IISVariable.InfeasibleDomain PartialInteger
The variable's partial integer domain is infeasible.- Since:
- 43.00
-
SemiContinuous
public static final IISVariable.InfeasibleDomain SemiContinuous
The variable's semi-continuous domain is infeasible.- Since:
- 43.00
-
SemiInteger
public static final IISVariable.InfeasibleDomain SemiInteger
The variable's semi-integer domain is infeasible.- Since:
- 43.00
-
-
Method Detail
-
values
public static IISVariable.InfeasibleDomain[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IISVariable.InfeasibleDomain c : IISVariable.InfeasibleDomain.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IISVariable.InfeasibleDomain valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
-
name
- the name of the enum constant to be returned. - Returns:
- the enum constant with the specified name
- Throws:
-
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified name -
java.lang.NullPointerException
- if the argument is null
-
-
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.