-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Pyomo/main
Update doe-review with pyomo/main
- Loading branch information
Showing
305 changed files
with
11,272 additions
and
7,611 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,14 +18,14 @@ env: | |
PYTHONWARNINGS: ignore::UserWarning | ||
PYTHON_CORE_PKGS: wheel | ||
PYPI_ONLY: z3-solver | ||
CACHE_VER: v210630.0 | ||
CACHE_VER: v210812.0 | ||
NEOS_EMAIL: [email protected] | ||
|
||
jobs: | ||
build: | ||
name: ${{ matrix.TARGET }}/${{ matrix.python }}${{ matrix.other }} | ||
runs-on: ${{ matrix.os }} | ||
timeout-minutes: 90 | ||
timeout-minutes: 120 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -361,7 +361,8 @@ jobs: | |
} | ||
if (-not (Test-Path "$INSTALLER" -PathType Leaf)) { | ||
echo "...downloading GAMS" | ||
Invoke-WebRequest -Uri "$URL" -OutFile "$INSTALLER" | ||
Invoke-WebRequest -Uri "$URL" -OutFile "$INSTALLER" ` | ||
-RetryIntervalSec 30 -MaximumRetryCount 8 -TimeoutSec 150 | ||
} | ||
echo "...installing GAMS" | ||
if ( "${{matrix.TARGET}}" -eq "win" ) { | ||
|
@@ -411,7 +412,8 @@ jobs: | |
} | ||
if (-not (Test-Path "$INSTALLER" -PathType Leaf)) { | ||
echo "...downloading BARON ($URL)" | ||
Invoke-WebRequest -Uri "$URL" -OutFile "$INSTALLER" | ||
Invoke-WebRequest -Uri "$URL" -OutFile "$INSTALLER" ` | ||
-RetryIntervalSec 30 -MaximumRetryCount 8 -TimeoutSec 150 | ||
} | ||
echo "...installing BARON" | ||
if ( "${{matrix.TARGET}}" -eq "win" ) { | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,14 @@ env: | |
PYTHONWARNINGS: ignore::UserWarning | ||
PYTHON_CORE_PKGS: wheel | ||
PYPI_ONLY: z3-solver | ||
CACHE_VER: v210630.0 | ||
CACHE_VER: v210812.0 | ||
NEOS_EMAIL: [email protected] | ||
|
||
jobs: | ||
build: | ||
name: ${{ matrix.TARGET }}/${{ matrix.python }}${{ matrix.other }} | ||
runs-on: ${{ matrix.os }} | ||
timeout-minutes: 90 | ||
timeout-minutes: 120 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -380,7 +380,8 @@ jobs: | |
} | ||
if (-not (Test-Path "$INSTALLER" -PathType Leaf)) { | ||
echo "...downloading GAMS" | ||
Invoke-WebRequest -Uri "$URL" -OutFile "$INSTALLER" | ||
Invoke-WebRequest -Uri "$URL" -OutFile "$INSTALLER" ` | ||
-RetryIntervalSec 30 -MaximumRetryCount 8 -TimeoutSec 150 | ||
} | ||
echo "...installing GAMS" | ||
if ( "${{matrix.TARGET}}" -eq "win" ) { | ||
|
@@ -430,7 +431,8 @@ jobs: | |
} | ||
if (-not (Test-Path "$INSTALLER" -PathType Leaf)) { | ||
echo "...downloading BARON ($URL)" | ||
Invoke-WebRequest -Uri "$URL" -OutFile "$INSTALLER" | ||
Invoke-WebRequest -Uri "$URL" -OutFile "$INSTALLER" ` | ||
-RetryIntervalSec 30 -MaximumRetryCount 8 -TimeoutSec 150 | ||
} | ||
echo "...installing BARON" | ||
if ( "${{matrix.TARGET}}" -eq "win" ) { | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pyomo.common.deprecation | ||
======================== | ||
|
||
.. automodule:: pyomo.common.deprecation | ||
:members: | ||
:member-order: bysource |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pyomo.common.fileutils | ||
====================== | ||
|
||
.. automodule:: pyomo.common.fileutils | ||
:members: | ||
:member-order: bysource |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pyomo.common.formatting | ||
======================= | ||
|
||
.. automodule:: pyomo.common.formatting | ||
:members: | ||
:member-order: bysource |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
pyomo.common.tempfiles | ||
====================== | ||
|
||
.. automodule:: pyomo.common.tempfiles | ||
:members: | ||
:member-order: bysource |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ Solver Interfaces | |
gams.rst | ||
cplex_persistent.rst | ||
gurobi_persistent.rst | ||
xpress_persistent.rst |
7 changes: 7 additions & 0 deletions
7
doc/OnlineDocs/library_reference/solvers/xpress_persistent.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
XpressPersistent | ||
================ | ||
|
||
.. autoclass:: pyomo.solvers.plugins.solvers.xpress_persistent.XpressPersistent | ||
:members: | ||
:inherited-members: | ||
:show-inheritance: |
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.