-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch Nonlinear API to
JuMP.GenericNonlinearExpr
(#308)
* Update to use NonlinearExpr in src * update optimizer_index for constraints * Begin updates for docs and tests * Update datatypes and tests * Add registration tests * Added more tests * Reimplement all tests * Update nlp types * added comment * Update package dependencies * incorporate `JuMP.flatten` * fix @rewrite * Update w/ JuMP * remove use of `MA.@rewrite` * Update user defined functions * Update registration tests * `flatten` -> `flatten!` * Update registration tests * Prepare tests for CI * fix syntax bug * test fix * minor fixes * Minor doc fix * minor fix * Update to JuMP changes * fix `build_measure` * Minor fixes * fix tests * Update to JuMP's latest release * Fix doctests * Another doctest fix * Fix header link * Update for NonlinearOperator change (#321) * test fix * Add AST mapper * Update dep test * fix tests * minor fixes * minor test fix * update to JuMP 1.15 --------- Co-authored-by: Oscar Dowson <[email protected]>
- Loading branch information
Showing
35 changed files
with
918 additions
and
3,415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.