ReadonlycolColumn dual values, length numCols; not meaningful for MIP solutions.
ReadonlycolPrimal column values, length numCols.
ReadonlyrowRow dual values, length numRows; not meaningful for MIP solutions.
ReadonlyrowPrimal row activities, length numRows.
Detached dense solution buffers. Their presence does not prove that they are valid: primal and dual availability are independent and depend on model and solve status. Inspect
primal_solution_statusanddual_solution_statusthroughmodel.info, as well asmodel.getModelStatus(), before using them. MIP dual vectors are not meaningful. The arrays are JavaScript-owned copies.