RAMLModel: A class that holds all the necessary data to build a linear...

Description Arguments Fields

Description

A class that holds all the necessary data to build a linear programming model.

Arguments

...

Additional arguments to pass to the ROI_solve method.

Fields

sense

Should the objective be minimized ("min") or maximized ("max")?

soln

An object of class "OP_solution" that contains information about the problem solution.

.__obj

(Internal use only) The objective function of the model.

.__constraints

(Internal use only) A list of constraints of the model.

.__variables

(Internal use only) An array of the variables declared in the model.


jlepird/raml documentation built on May 19, 2019, 12:46 p.m.