hi_solver_get_variable_bounds: Get Variable Bounds

View source: R/solver-api.R

hi_solver_get_variable_boundsR 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)


highs documentation built on June 8, 2025, 10:36 a.m.