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