Search Results for

    Show / Hide Table of Contents

    Enum OptimizationObjectiveOperator

    Optimization Objective Operator, which is used for setting the upper and lower optimization objectives.

    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public enum OptimizationObjectiveOperator

    Fields

    Name Description
    Exact

    Exact (target).

    Lower

    Greater or equal.

    None

    None.

    Upper

    Less than.

    In This Article
    Back to top