hi_solver_get_constraint_bounds {highs} | R Documentation |
Get Constraint Bounds
Description
This function retrieves the bounds for all constraints in the model.
Usage
hi_solver_get_constraint_bounds(solver)
Arguments
solver |
An object of class "highs_solver". |
Value
A list containing lower and upper bounds for all constraints.
Examples
solver <- example_solver()
bounds <- hi_solver_get_constraint_bounds(solver)
[Package highs version 1.10.0-2 Index]