Class MipCLSolverConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: OPTANO.Modeling.Optimization.Solver.MipCL213
Assembly: Optimization.Solver.MipCL213.dll
Syntax
public class MipCLSolverConfiguration : SolverConfiguration
Fields
BranchRule
CMIP entry's to configure the solver
Declaration
public CMIP.enBranchRule? BranchRule
Field Value
Type | Description |
---|---|
System.Nullable<OPTANO.Modeling.Optimization.Solver.MipCL213.WrapperCsharp.CMIP.enBranchRule> |
LPmethod
Declaration
public CLP.enLPmethod? LPmethod
Field Value
Type | Description |
---|---|
System.Nullable<OPTANO.Modeling.Optimization.Solver.MipCL213.WrapperCsharp.CLP.enLPmethod> |
PricingRule
Declaration
public CLP.enPricingRule? PricingRule
Field Value
Type | Description |
---|---|
System.Nullable<OPTANO.Modeling.Optimization.Solver.MipCL213.WrapperCsharp.CLP.enPricingRule> |
RoundType
Declaration
public CMIP.enRoundType? RoundType
Field Value
Type | Description |
---|---|
System.Nullable<OPTANO.Modeling.Optimization.Solver.MipCL213.WrapperCsharp.CMIP.enRoundType> |
SepRule
Declaration
public CLP.enSepRule? SepRule
Field Value
Type | Description |
---|---|
System.Nullable<OPTANO.Modeling.Optimization.Solver.MipCL213.WrapperCsharp.CLP.enSepRule> |