Learn R Programming

highs (version 1.10.0-1)

hi_model_set_offset: Set Offset for Highs Model

Description

This function sets the offset for a given Highs model.

Usage

hi_model_set_offset(model, offset)

Value

NULL

Arguments

model

an object of class "highs_model".

offset

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

Examples

Run this code
model <- hi_new_model()
hi_model_set_offset(model, 10)

Run the code above in your browser using DataLab