ROOC
    Preparing search index...

    Class StandardLinearModel

    Index

    Constructors

    Properties

    instance: _StandardLinearModel

    Methods

    • Get the objective function of the standard linear model, this is the coefficients of the objective function

      Returns number[]

    • Get the list of variables of the standard linear model

      Returns any

    • Get the A matrix of the standard linear model, this is the matrix of the coefficients of the constraints

      Returns number[][]

    • Get the C vector of the standard linear model, this is the coefficients of the objective function

      Returns number[]

    • Get the B vector of the standard linear model, this is the right hand side of the constraints

      Returns number[]

    • Get if the objective function has been flipped from the conversion process

      Returns any

    • Convert the standard linear model back to a string

      Returns any