You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
**sasoptpy** is a Python package providing a modeling interface to [SAS Viya](https://www.sas.com/en_us/software/viya.html) and SAS/OR Optimization solvers.
5
5
It provides a quick way for users to deploy optimization models and solve them using CAS Actions.
6
6
7
-
**sasoptpy** can handle linear, mixed integer linearand nonlinear optimization problems.
7
+
**sasoptpy** can handle linear, mixed integer linear, nonlinear and black-box optimization problems.
8
8
Users can benefit from native Python structures like dictionaries, tuples, and list to define an optimization problem.
0 commit comments