Github project page
Demo
NPM package
HiGHS solver
HiGHS
extended JavaScript API
Persistent native model with direct mutation in a Web Worker directly in your
browser
Loading solver…
Load edited LP
x1 objective cost
x1 upper bound
Apply changes and solve
LP Model
API docs ↗
Maximize obj: x1 + 2 x2 + 4 x3 + x4 Subject To c1: - x1 + x2 + x3 + 10 x4 <= 20 c2: x1 - 4 x2 + x3 <= 30 c3: x2 - 0.5 x4 = 0 Bounds 0 <= x1 <= 40 2 <= x4 <= 3 End
Result
Waiting…