ROOC
    Preparing search index...

    Class StandardLinearModel

    Index
    instance: _StandardLinearModel
    • Get the objective function of the standard linear model, this is the coefficients of the objective function

      Returns number[]

    • 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[]