'HiGHS' Optimization Solver
Generate Example Optimization Models
Create a HiGHS Solver Object
Get Number of Constraints in a Model
Get Number of Variables in a Highs Model
Set Constraint Matrix for Highs Model
Set Hessian Matrix for Highs Model
Set Left Hand Side for a Highs Model
Set Lower Bounds for Highs Model
Sets the number of columns in the model
Set the number of rows in the model
Set Objective for Highs Model
Set Offset for Highs Model
Set Right Hand Side for a Highs Model
Set the sense of the optimization model
Set Upper Bounds for a Highs Model
Set Variable Types in a Highs Model
Create new Highs Model
Create a new solver instance.
Reset Global Scheduler
Add Variables to Model
Add Constraints to Model
Add Variables to the Solver
Change Constraint Bounds
Change Variable Bounds
Clear Model Data
Clear Solver State
Clear All Solver Data
Get Boolean Option Value
Get Constraint Bounds
Get Constraint Matrix
Get Double Option Value
Get Integer Option Value
Get Objective Coefficients
Get Number of Variables
Get Number of Constraints
Get a HiGHS Solver Option
Get multiple HiGHS Solver Options
Get the optimization sense of the solver instance.
Get Solution
Get String Option Value
Get Variable Bounds
Get Variable Types
Get Solver Infinity Value
Get Solver Information
Run the Solver
Set a coefficient in the constraint matrix.
Set constraint bounds for a given constraint.
Set integrality for a variable in the solver.
Set the objective coefficient for a variable.
Set the objective offset for the solver.
Set a HiGHS Solver Option
Set Multiple HiGHS Solver Options
Set the optimization sense of the solver instance.
Set variable bounds for a given variable.
Get Solver Status Message
Get Solver Status
Write Basis to File
Write Model to File
Available Solver Options
Highs Control
Create a Highs Model
Solve an Optimization Problems
Highs Solver
Write a Highs Model to a File
R interface to 'HiGHS', an optimization solver for solving mixed integer optimization problems with quadratic or linear objective and linear constraints.