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

Ready for release 1.9.0 #2091

Merged
merged 134 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
134 commits
Select commit Hold shift + click to select a range
3ea858a
Add util for free column substitution
fwesselm Nov 13, 2024
a2a25d0
Use HPRESOLVE_CHECKED_CALL
fwesselm Nov 13, 2024
416f3d7
Add utility for detecting dominated columns
fwesselm Nov 14, 2024
c1a2a27
Use new utility and add some comments
fwesselm Nov 14, 2024
4a0bb62
Merge branch 'domColUtil3' of https://github.com/fwesselm/HiGHS into …
fwesselm Nov 14, 2024
b19b01d
Fix incorrect checks against kHighsInf
fwesselm Nov 15, 2024
e29daba
Merge pull request #2039 from fwesselm/domColAndFreeColSubstUtils
jajhall Nov 15, 2024
cccb716
Added unit test for ceil failure
jajhall Nov 15, 2024
258c74c
Investigating
jajhall Nov 15, 2024
59d0a86
Simplify a little more
fwesselm Nov 17, 2024
7579a7f
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into sign…
fwesselm Nov 18, 2024
98b05a0
Treating |x|<1 as a special case in floor(HighsCDouble x) and ceil(Hi…
jajhall Nov 18, 2024
5ccc2dc
PDLP gets 5.5018458957e+03 not 5.50184588e+03 on windows_debug64
jajhall Nov 18, 2024
4856a65
Merge pull request #2043 from ERGO-Code/fix-2041
jajhall Nov 18, 2024
5115f46
Merge pull request #2040 from fwesselm/signErrors
jajhall Nov 18, 2024
1f0c4f0
Try to simplify parallel row and column detection
fwesselm Nov 19, 2024
d4a4a30
Created writeLocalModel unit test, assessHessianDimensions, and fixed…
jajhall Nov 19, 2024
f94a2c7
Added tests for starts and indices to HighsSparseMatrix, and using th…
jajhall Nov 19, 2024
a2c210a
Merge pull request #2048 from ERGO-Code/fix-2047
jajhall Nov 19, 2024
b3d1b61
Added HighsLinearObjective struct and vector of such as member of Hig…
jajhall Nov 20, 2024
4fa6d2f
Renamed Highs::run() to Highs::solve(), and created Highs::run() that…
jajhall Nov 20, 2024
615663c
Formatted
jajhall Nov 20, 2024
e063490
Created Highs::passLinearObjectives Highs::addLinearObjective Highs::…
jajhall Nov 20, 2024
ac831ec
Added check/TestMultiObjective.cpp and check/TestHighsCDouble.cpp
jajhall Nov 20, 2024
5db015b
Need to define solution, info and model status after lexicographic op…
jajhall Nov 21, 2024
b5aac76
Repeated priorities illegal; needs more testing
jajhall Nov 21, 2024
9f95d38
More unit tests of multi-objective optimization
jajhall Nov 21, 2024
aa09efb
Before removing dev printing
jajhall Nov 22, 2024
714ce34
Removed dev logging; formatted
jajhall Nov 22, 2024
8b7f707
WIP
fwesselm Nov 22, 2024
d5073a9
Merge branch 'master' into fix-1873
jajhall Nov 22, 2024
e383507
Started modifying documentation
jajhall Nov 22, 2024
4230322
Corrected make.jl and format in HighsOptions.h
jajhall Nov 22, 2024
857ee9b
Added docs/src/structures/structs
jajhall Nov 22, 2024
93762ae
Added Structures to make.jl
jajhall Nov 22, 2024
4c1fa21
Added some maths
jajhall Nov 22, 2024
9e7ac0a
Removed some unnecessary commas?
jajhall Nov 22, 2024
7dc5a14
Use the solution of one MIP to provide an integer feasible solution o…
jajhall Nov 22, 2024
23102c6
Finished first draft of documentation; add C and Python API
jajhall Nov 22, 2024
cda67ca
Debugging the C API for multi-objective optimization
jajhall Nov 22, 2024
3c71c59
Added C API and logging during multi-objective optimization
jajhall Nov 23, 2024
0493f8c
highspy API for multi-objective optimization is done and checked; for…
jajhall Nov 23, 2024
c7fb3ce
Merge pull request #2053 from ERGO-Code/fix-1873
jajhall Nov 23, 2024
60aec89
Fix transformation
fwesselm Nov 25, 2024
a045dfd
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into fix-…
fwesselm Nov 25, 2024
f85262a
Removed Highs_addLinearObjectiveWithIndex from C API, and added docst…
jajhall Nov 25, 2024
9726a7f
Fix if-block
fwesselm Nov 25, 2024
6b83821
Fix typo
fwesselm Nov 25, 2024
901e5d5
Hopefully corrected further.md
jajhall Nov 25, 2024
0778fae
New hope to correct further.md
jajhall Nov 25, 2024
1d25e74
Again... new hope to correct further.md
jajhall Nov 25, 2024
bf5c7db
More... again... new hope to correct further.md
jajhall Nov 25, 2024
5b9852b
Merge pull request #2057 from ERGO-Code/fix-1873
jajhall Nov 25, 2024
52d1b58
Added examples/knapsack.py to illustrate setSolution in highspy
jajhall Nov 25, 2024
97340d6
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into fix-…
fwesselm Nov 25, 2024
92852f6
fix constructor initialization order
svigerske Nov 25, 2024
9fe1497
fix missing prior declartion of public function
svigerske Nov 25, 2024
7ae32fa
Merge pull request #2061 from ERGO-Code/fix-compiler-warnings
svigerske Nov 25, 2024
16bc17c
Add an assertion
fwesselm Nov 26, 2024
4f59aa8
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into fix-…
fwesselm Nov 26, 2024
8bddf0b
Store indices in set instead of manipulating bound type
fwesselm Nov 26, 2024
083f617
Fix index error
fwesselm Nov 26, 2024
0052f8f
Restructure a little bit
fwesselm Nov 26, 2024
0373ffd
Minor changes to loop
fwesselm Nov 27, 2024
8465762
Simplify
fwesselm Nov 27, 2024
2c9e304
MAINT: declare that `highspy._core` supports free-threaded CPython
rgommers Nov 27, 2024
9567bac
Merge pull request #2063 from rgommers/nogil-safe-upstream
jajhall Nov 27, 2024
9fdc611
First draft of HighsSimplexStats
jajhall Nov 28, 2024
258e8c0
HighsSimplexStats struct gives data about last simplex solve
jajhall Nov 28, 2024
dcd8bcc
Merge pull request #2064 from ERGO-Code/simplex-stats
jajhall Nov 28, 2024
938c655
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into fix-…
fwesselm Dec 2, 2024
6769ea4
Fix issue #2025
quantresearch1 Dec 3, 2024
e574144
fix-2025
quantresearch1 Dec 3, 2024
f3967c6
Merge pull request #2066 from fwesselm/fix-1954
jajhall Dec 3, 2024
b3083d5
Merge pull request #2067 from quantresearch1/fix-2025
jajhall Dec 3, 2024
d02fd43
WIP
fwesselm Dec 4, 2024
20dbb7a
fix comment
fwesselm Dec 4, 2024
38bfe78
Add one more utility
fwesselm Dec 4, 2024
7a5ed4b
Add another small utility to simplify code
fwesselm Dec 4, 2024
ec01749
Add some more comments
fwesselm Dec 4, 2024
85b2b47
Merge pull request #2068 from ERGO-Code/fix-2025
jajhall Dec 4, 2024
9ed363a
fix #2017
quantresearch1 Dec 5, 2024
a9bc0da
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into refa…
fwesselm Dec 6, 2024
b84d57d
Add comment
fwesselm Dec 6, 2024
c92942d
Merge pull request #2073 from quantresearch1/fix-2017
jajhall Dec 6, 2024
cc1f2aa
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into refa…
fwesselm Dec 9, 2024
667ab4b
Use const
fwesselm Dec 9, 2024
0f2ef94
Added an assertion
fwesselm Dec 10, 2024
fcce0ca
Fix include file
fwesselm Dec 11, 2024
6609602
Merge pull request #2079 from fwesselm/fixInclude
jajhall Dec 11, 2024
1f86a97
Fix detection of implied integral (already integer-constrained) varia…
fwesselm Dec 11, 2024
2ade1cd
Fix comment
fwesselm Dec 11, 2024
9106335
Minor change
fwesselm Dec 11, 2024
a9f7144
Revert checking of all rows and add comments
fwesselm Dec 12, 2024
f798574
Simplify two loops
fwesselm Dec 12, 2024
66c256c
Minor change
fwesselm Dec 12, 2024
5b295cc
Use const reference
fwesselm Dec 13, 2024
1e3fbe5
Merge pull request #2082 from fwesselm/simplifyTwoLoops
jajhall Dec 13, 2024
5448954
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into refa…
fwesselm Dec 16, 2024
68b8133
test sdist testpypi
galabovaa Dec 16, 2024
d370224
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into mino…
fwesselm Dec 16, 2024
93128a9
Merge pull request #2085 from fwesselm/refactorCutGen
jajhall Dec 16, 2024
0517c84
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into mino…
fwesselm Dec 16, 2024
3fa2b8b
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into simp…
fwesselm Dec 17, 2024
00205bf
Lambda for removing doubleton eqs in row presolve
fwesselm Dec 17, 2024
9513220
Merge pull request #2086 from fwesselm/minorPresolveIssues
jajhall Dec 17, 2024
d828d1e
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into remD…
fwesselm Dec 18, 2024
4adca85
Merge branch 'simplifyParallelRed' of https://github.com/fwesselm/HiG…
fwesselm Dec 19, 2024
12cbe21
Merge branch 'latest' into sdist
galabovaa Dec 19, 2024
e8b51a0
added sdist to build workflows and also a test for all three OS
galabovaa Dec 19, 2024
769f2cb
fix action from last month
galabovaa Dec 19, 2024
d12990c
sdist
galabovaa Dec 19, 2024
80e7715
explicit ninja for build
galabovaa Dec 19, 2024
48956e0
regex
galabovaa Dec 19, 2024
f076122
testing scripts
galabovaa Dec 19, 2024
8f9c7bc
sdist clean up
galabovaa Dec 19, 2024
5c778ac
pyproject and tests
galabovaa Dec 19, 2024
f263d4e
test
galabovaa Dec 19, 2024
2dc734f
Merge pull request #2088 from fwesselm/twoMorePresolveUtils
jajhall Dec 19, 2024
2241aac
tests and bazel
galabovaa Dec 19, 2024
c05e9db
bazel test
galabovaa Dec 20, 2024
b241a3f
iteration test and ninja to CI
galabovaa Dec 20, 2024
9a42e15
venv mac
galabovaa Dec 20, 2024
06fcd1b
mac venv and testpypi
galabovaa Dec 20, 2024
8951cdc
sdist macos
galabovaa Dec 20, 2024
d1aced3
clean up
galabovaa Dec 20, 2024
0fc4bec
Silenced bin/unit_tests
jajhall Dec 20, 2024
ee702d3
Silenced MIP-Timing logging unless mipsolver.analysis_.analyse_mip_ti…
jajhall Dec 20, 2024
efa50c5
Merge pull request #2089 from ERGO-Code/sdist
galabovaa Dec 20, 2024
d9227cf
version bump
galabovaa Dec 20, 2024
fa40bdf
testPypi
galabovaa Dec 20, 2024
2117f19
highspy already on pypi, disable push wheel workflow until the next r…
galabovaa Dec 20, 2024
f41a161
add sdist to Features.md for release tag
galabovaa Dec 20, 2024
7db0525
Merge pull request #2090 from ERGO-Code/version-bump
galabovaa Dec 20, 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
16 changes: 6 additions & 10 deletions .github/workflows/build-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: bazelbuild/setup-bazelisk@v2

- name: Mount bazel cache # Optional
uses: actions/cache@v3
with:
path: "~/.cache/bazel"
key: bazel
- uses: bazelbuild/setup-bazelisk@v3

- name: bazel clean
run: bazel clean

- name: build bazel
run: |
bazel build //...
run: bazel build --enable_bzlmod //...

- name: test
- name: test all
run: bazel test --enable_bzlmod //...

- name: test example
run: ./bazel-bin/call-highs-example
2 changes: 1 addition & 1 deletion .github/workflows/build-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: seanmiddleditch/gha-setup-ninja@master

- name: Build sdist
run: |
Expand Down Expand Up @@ -194,7 +195,7 @@ jobs:
python -m pip install pytest
python -m pytest

build_wheel_windows:
build_wheel_windows_313:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
Expand Down
88 changes: 88 additions & 0 deletions .github/workflows/build-python-sdist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
name: build-python-sdist

on: [push, pull_request]

jobs:
build_sdist_ubuntu:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v4
- uses: seanmiddleditch/gha-setup-ninja@master

- name: Build sdist
shell: bash
run: pipx run build --sdist

- name: check metadata
run: pipx run twine check dist/*

- name: install highspy
run: |
python3 -m pip install dist/*.tar.gz --user

- name: Test Python Examples
run: |
python3 ./examples/call_highs_from_python_highspy.py
python3 ./examples/call_highs_from_python_mps.py
python3 ./examples/call_highs_from_python.py
python3 ./examples/minimal.py

build_sdist_mac:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]

steps:
- uses: actions/checkout@v4
- uses: seanmiddleditch/gha-setup-ninja@master

- name: Build sdist
shell: bash
run: pipx run build --sdist

- name: check metadata
run: pipx run twine check dist/*

- name: install highspy
run: |
python3 -m venv path/to/venv
source path/to/venv/bin/activate
python3 -m pip install dist/*.tar.gz

- name: Test Python Examples
run: |
source path/to/venv/bin/activate
python3 ./examples/call_highs_from_python_highspy.py
python3 ./examples/call_highs_from_python_mps.py
python3 ./examples/call_highs_from_python.py
python3 ./examples/minimal.py

build_sdist_win:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4

- name: Build sdist
shell: bash
run: pipx run build --sdist

- name: check metadata
run: pipx run twine check dist/*

- name: install highspy
run: |
$item = Get-ChildItem dist
python -m pip install "$item"

- name: Test Python Examples
run: |
python ./examples/call_highs_from_python_highspy.py
python ./examples/call_highs_from_python_mps.py
python ./examples/call_highs_from_python.py
python ./examples/minimal.py
81 changes: 42 additions & 39 deletions .github/workflows/build-wheels-push.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: build-wheels-push

on: []
# on: push

on:
release:
types:
- published
# on:
# release:
# types:
# - published

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -22,13 +23,13 @@ jobs:
shell: bash
run: pipx run build --sdist

# - name: check metadata
# run: pipx run twine check python/dist/*
- name: check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v4
with:
name: cibw-sdist
path: python/dist/*.tar.gz
path: dist/*.tar.gz

build_wheels:
name: Build wheel for ${{ matrix.python }}-${{ matrix.buildplat[1] }}
Expand Down Expand Up @@ -81,49 +82,22 @@ jobs:
name: cibw-wheels-${{ matrix.python }}-${{ matrix.buildplat[1] }}
path: wheelhouse/*.whl

# upload_testpypi:
# name: >-
# Publish highspy to TestPyPI
# runs-on: ubuntu-latest
# needs: [build_wheels, build_sdist]

# # upload to PyPI on every tag starting with 'v'
# # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')

# environment:
# name: testpypi
# url: https://testpypi.org/p/highspy

# permissions:
# id-token: write # IMPORTANT: mandatory for trusted publishing
# steps:
# - uses: actions/download-artifact@v4
# with:
# pattern: cibw-*
# path: dist
# merge-multiple: true

# - name: Download all
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/

upload_pypi:
upload_testpypi:
name: >-
Publish highspy to PyPI
Publish highspy to TestPyPI
runs-on: ubuntu-latest
needs: [build_wheels, build_sdist]
# needs: [build_sdist]

# upload to PyPI on every tag starting with 'v'
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')

environment:
name: pypi
url: https://pypi.org/p/highspy
name: testpypi
url: https://test.pypi.org/p/highspy

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -133,3 +107,32 @@ jobs:

- name: Download all
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
verbose: true

# upload_pypi:
# name: >-
# Publish highspy to PyPI
# runs-on: ubuntu-latest
# needs: [build_wheels, build_sdist]

# # upload to PyPI on every tag starting with 'v'
# # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')

# environment:
# name: pypi
# url: https://pypi.org/p/highspy

# permissions:
# id-token: write # IMPORTANT: mandatory for trusted publishing

# steps:
# - uses: actions/download-artifact@v4
# with:
# pattern: cibw-*
# path: dist
# merge-multiple: true

# - name: Download all
# uses: pypa/gh-action-pypi-publish@release/v1
3 changes: 3 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
shell: bash
run: pipx run build --sdist

- name: check metadata
run: pipx run twine check dist/*

build_wheels:
name: Build wheel for ${{ matrix.python }}-${{ matrix.buildplat[1] }}
runs-on: ${{ matrix.buildplat[0] }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-nuget-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source -n name ${{runner.workspace}}\nugets
Expand All @@ -228,5 +228,5 @@ jobs:
dotnet new console
rm Program.cs
cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
dotnet add package Highs.Native -v 1.8.1 -s ${{runner.workspace}}\nugets
dotnet add package Highs.Native -v 1.9.0 -s ${{runner.workspace}}\nugets
dotnet run
4 changes: 2 additions & 2 deletions .github/workflows/test-nuget-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source ${{runner.workspace}}/nugets
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-nuget-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Dotnet pack
working-directory: ${{runner.workspace}}/build/dotnet/Highs.Native
run: dotnet pack -c Release /p:Version=1.8.1
run: dotnet pack -c Release /p:Version=1.9.0

- name: Add local feed
run: dotnet nuget add source -n name ${{runner.workspace}}\nugets
Expand All @@ -49,5 +49,5 @@ jobs:
dotnet new console
rm Program.cs
cp ${{runner.workspace}}\HiGHS\examples\call_highs_from_csharp.cs .
dotnet add package Highs.Native -v 1.8.1 -s ${{runner.workspace}}\nugets
dotnet add package Highs.Native -v 1.9.0 -s ${{runner.workspace}}\nugets
dotnet run
2 changes: 0 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cc_library(
name = "highs",
srcs = glob([
"extern/filereaderlp/*.cpp",
"extern/zlib/*.cpp",
"src/interfaces/highs_c_api.cpp",
"src/io/*.cpp",
"src/ipm/*.cpp",
Expand All @@ -37,7 +36,6 @@ cc_library(
"src/util/*.cpp",
]),
hdrs = glob([
"HConfig.h",
"**/*.h",
"src/qpsolver/*.hpp",
"src/Highs.h",
Expand Down
Loading
Loading