Skip to content

Commit

Permalink
Updating Degeneracy Hunter example (#79)
Browse files Browse the repository at this point in the history
* First pass at updating Degeneracy Hunter example

* Working on updates

* Working on SVD results

* Revising degeneracy hunter example

* Adding external links

* Adding code to test degeneracy hunter with SCIP

* Rebuilding degeneracy hunter notebooks
  • Loading branch information
andrewlee94 authored Nov 17, 2023
1 parent 3a4246a commit 261abe7
Show file tree
Hide file tree
Showing 5 changed files with 2,542 additions and 2,808 deletions.
6 changes: 6 additions & 0 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ runs:
echo '::group::Output of "idaes get-extensions" command'
idaes get-extensions --extra petsc --verbose
echo '::endgroup::'
- name: Install SCIP from AMPL
shell: bash -l {0}
run: |
echo '::group::Output of "pip install ampl_module_scip" command'
${{ inputs.install-command }} --index-url https://pypi.ampl.com ampl_module_scip
echo '::endgroup::'
Loading

0 comments on commit 261abe7

Please sign in to comment.