Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfaces to the SAS solvers #2886

Merged
merged 28 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5eeffde
Initial version of the SAS solver interfaces and unit tests.
phchri Jun 23, 2023
be423b9
Just some black adjustments
phchri Jun 23, 2023
284ab98
Initial version of the SAS solver interfaces and unit tests.
phchri Jun 23, 2023
bc0e1fe
Just some black adjustments
phchri Jun 23, 2023
cda764d
Updated version for remote testing
phchri Aug 7, 2023
4b6298d
Change SAS solver interfaces to keep the SAS connection
phchri Aug 7, 2023
619edf9
Fix formatting issue in comment
phchri Aug 7, 2023
66633de
Merge branch 'sassolvers' of https://github.com/phchri/pyomo into sas…
phchri Aug 7, 2023
ac2dfa3
Merge branch 'main' into sassolvers
mrmundt Aug 10, 2023
faddef1
Reset .gitignore to original state.
phchri Aug 11, 2023
64bad83
Merge branch 'sassolvers' of https://github.com/phchri/pyomo into sas…
phchri Aug 11, 2023
5b5c6d3
Merge branch 'main' into sassolvers
mrmundt Oct 25, 2023
f42596e
Merge branch 'Pyomo:main' into sassolvers
phchri Mar 7, 2024
db18d03
Add session options, fix non-optimal return codes and version checking
phchri Mar 12, 2024
e17a2e5
Black formatting
phchri Mar 12, 2024
fcef8a8
Merge branch 'main' into sassolvers
phchri Mar 26, 2024
07df0c6
Use TeeStream, simplify _apply_solver and other small fixes
phchri Mar 26, 2024
6834c90
Add in cfgfile information; turn off SAS Viya tests for now
Jun 5, 2024
6d5c931
Apply black to test_SAS
Jun 5, 2024
b6b5aa6
Merge branch 'main' into sassolvers
mrmundt Jun 5, 2024
60dcc7a
Import specific library from uuid
mrmundt Jun 5, 2024
d84a8a0
Update test_SAS.py
mrmundt Jun 10, 2024
1c0a030
Fix warning and improve session handling
phchri Jun 26, 2024
6cce08f
Change `_sas_session` check
mrmundt Jul 2, 2024
0d068f1
Merge branch 'main' into sassolvers
mrmundt Jul 2, 2024
ee9d446
Add a try-except block around session creation
mrmundt Jul 2, 2024
0af995b
Change uuid import to attempt_import
mrmundt Jul 3, 2024
51568d1
Fix typos from code review
blnicho Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ caf = "caf"
WRONLY = "WRONLY"
# Ignore the name Hax
Hax = "Hax"
# Ignore dout (short for dual output in SAS solvers)
dout = "dout"
# Big Sur
Sur = "Sur"
# contrib package named mis and the acronym whence the name comes
Expand Down
Loading
Loading