MixedIntegerProgrammingDirective Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a directive to provide guidance for the mixed integer programming (MIP) solver.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Services.Directive
    Microsoft.SolverFoundation.Services.SimplexDirective
      Microsoft.SolverFoundation.Services.MixedIntegerProgrammingDirective

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Class MixedIntegerProgrammingDirective _
    Inherits SimplexDirective
public class MixedIntegerProgrammingDirective : SimplexDirective
public ref class MixedIntegerProgrammingDirective : public SimplexDirective
type MixedIntegerProgrammingDirective =  
    class
        inherit SimplexDirective
    end
public class MixedIntegerProgrammingDirective extends SimplexDirective

The MixedIntegerProgrammingDirective type exposes the following members.

Constructors

  Name Description
Public method MixedIntegerProgrammingDirective Initializes a new instance of the MixedIntegerProgrammingDirective class.

Top

Properties

  Name Description
Public property Algorithm Gets or sets an algorithm for the simplex solver to use. (Inherited from SimplexDirective.)
Public property Arithmetic Gets or sets the numerical accuracy to use during the solve process. (Inherited from Directive.)
Public property Basis Gets or sets the basis for a simplex directive. (Inherited from SimplexDirective.)
Public property CuttingPlaneGeneration Gets or sets a value that indicates whether the cutting plane generation feature is enabled.
Public property GapTolerance Gets or sets the gap tolerance for a mixed integer programming (MIP) solver.
Public property GetInfeasibility Gets or sets a value that indicates whether to generate infeasibility information. (Inherited from SimplexDirective.)
Public property GetSensitivity Gets or sets a value that indicates whether to generate sensitivity information. (Inherited from SimplexDirective.)
Public property IterationLimit Gets or sets the iteration count limit for the simplex solver. (Inherited from SimplexDirective.)
Public property LocalSearch Gets or sets a value that indicates whether the local search feature is enabled for mixed integer programming (MIP) solvers.
Public property MaximumGoalCount Gets or sets the maximum number of goals to use. (Inherited from Directive.)
Public property Pricing Gets or sets the pricing strategy to use. (Inherited from SimplexDirective.)
Public property PricingTolerance Gets or sets the numerical tolerance for simplex pricing. (Inherited from SimplexDirective.)
Public property QuickFeasibility Gets or sets a value that indicates whether the solver should focus on quick feasibility.
Public property TimeLimit Gets or sets the time limit. (Inherited from Directive.)
Public property VariableTolerance Gets or sets the numerical tolerance for variables. (Inherited from SimplexDirective.)
Public property WaitLimit Gets or sets the time to wait for a result after timeout is reached. (Inherited from Directive.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Converts the mixed integer programming (MIP) directive to its equivalent string representation. (Overrides SimplexDirective.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace