Skip to content

Commit 729ecb9

Browse files
torressasimonbowly
andauthored
Add support for ScalarNonlinearFunction (#575)
Co-authored-by: Simon Bowly <[email protected]>
1 parent 52ca3d9 commit 729ecb9

File tree

6 files changed

+823
-3
lines changed

6 files changed

+823
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
2020
arch: [x64]
2121
# v9.5.2 does not support the web license service
22-
jll_version: ['10.0.3', '11.0.1']
22+
jll_version: ['10.0.3', '11.0.1', '12.0.0']
2323
include:
2424
- version: '1'
2525
os: macos-14

src/Gurobi.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ include("MOI_wrapper/MOI_wrapper.jl")
8989
include("MOI_wrapper/MOI_callbacks.jl")
9090
include("MOI_wrapper/MOI_multi_objective.jl")
9191
include("MOI_wrapper/MOI_indicator_constraint.jl")
92+
include("MOI_wrapper/MOI_nonlinear.jl")
9293

9394
# Gurobi exports all `GRBXXX` symbols. If you don't want all of these symbols in
9495
# your environment, then use `import Gurobi` instead of `using Gurobi`.

0 commit comments

Comments
 (0)