-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Nonlinear Expressions (#161)
* Initial tree implementation * add LCRSTrees pkg * more LCRST progress * starting nlp functions * Added more NLP functions * Added operator precedence to printing * improve printing precedence * Added expression mapping * Performance improvements * Added NLP transcription * More additions/fixes * bug fixes * doctest fix * add LCRST extension tests * fix nlp expression map bug * measure transcription bug * Another measure trasncription bug fix * test fix * Temporary hack for transcription * test fix * Fix nlp to ast bug * Added tests * added tests and bug fix * test fix * test fix * Added more tests and bug fixes * More tests * even more tests * More tests * more tests and bug fixes * Minor fixes * minor test fixes * Fixed tests * activate tests * progress on the new docs * doctest fix * doctest fix 2 * Added more docs * Updated docs * doc fix * added registration * Finalizing touches * Fixes and debug statement * potential fixes * doctest_fix * module check fix * doctest fix * doc fixes * [ci skip] minor doc addition
- Loading branch information
Showing
66 changed files
with
4,818 additions
and
1,337 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
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.