hi_model_set_offset: Set Offset for Highs Model

View source: R/model-api.R

hi_model_set_offsetR Documentation

Set Offset for Highs Model

Description

This function sets the offset for a given Highs model.

Usage

hi_model_set_offset(model, offset)

Arguments

model

an object of class "highs_model".

offset

a numeric value of length 1. The offset value to be set for the model.

Value

NULL

Examples

model <- hi_new_model()
hi_model_set_offset(model, 10)


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