ReadonlycolLinear objective coefficients, length numCols.
ReadonlycolColumn lower bounds, length numCols.
ReadonlycolColumn upper bounds, length numCols.
Optional ReadonlyhessianLower-triangular Hessian when the model has a stored quadratic objective.
ReadonlyintegralityVariable types, length numCols; continuous entries are zero.
ReadonlymatrixDetached constraint matrix in the requested orientation.
ReadonlynumNumber of columns represented by all column arrays.
ReadonlynumNumber of rows represented by all row arrays.
ReadonlyoffsetCurrent constant objective term.
ReadonlyrowRow lower bounds, length numRows.
ReadonlyrowRow upper bounds, length numRows.
ReadonlysenseCurrent objective direction.
Detached numerical model snapshot. It includes bounds, objective, matrix, integrality, and an optional Hessian, but not model/row/column names or auxiliary multi-objective definitions. Typed-array elements remain mutable; changing them never changes the native model.