Skip to content

Commit

Permalink
src x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jul 17, 2023
1 parent 8ec3efb commit cf0e713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/interfaces/cpp/library.md
@@ -1,4 +1,4 @@
The HiGHS library is defined in the [`highs/Highs.h`](https://github.com/ERGO-Code/HiGHS/blob/master/src/Highs.h) header file. It contains the definition of the methods and members of the class.
The HiGHS library is defined in the [`highs/Highs.h`](https://github.com/ERGO-Code/HiGHS/blob/master/highs/Highs.h) header file. It contains the definition of the methods and members of the class.

## Define model

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -49,4 +49,4 @@ repair-wheel-command = [
[tool.cibuildwheel.windows]
# Use delvewheel on windows, and install the project so delvewheel can find it
before-build = "pip install delvewheel meson ninja && meson setup bbdir && meson install -C bbdir"
repair-wheel-command = "delvewheel repair --add-path c:/bin;c:/lib;c:/bin/src;c:/lib/src;D:/a/HiGHS/HiGHS/bbdir/src/ -w {dest_dir} {wheel}"
repair-wheel-command = "delvewheel repair --add-path c:/bin;c:/lib;c:/bin/src;c:/lib/src;D:/a/HiGHS/HiGHS/bbdir/highs/ -w {dest_dir} {wheel}"

0 comments on commit cf0e713

Please sign in to comment.