You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release_notes.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,15 @@ Release Notes
4
4
Upcoming Version
5
5
----------------
6
6
7
+
* Fix docs (pick highs solver)
7
8
* Add the `sphinx-copybutton` to the documentation
8
9
* Add ``auto_mask`` parameter to ``Model`` class that automatically masks variables and constraints where bounds, coefficients, or RHS values contain NaN. This eliminates the need to manually create mask arrays when working with sparse or incomplete data.
9
10
11
+
Upcoming Version
12
+
----------------
13
+
14
+
* Fix multiplication of constant-only ``LinearExpression`` with other expressions
Copy file name to clipboardExpand all lines: examples/transport-tutorial.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -407,7 +407,7 @@
407
407
"cell_type": "markdown",
408
408
"metadata": {},
409
409
"source": [
410
-
"In the `solve()` function, you can specify a `solver_name`. The default solver, however, will be the first from the list we printed above."
410
+
"In the `solve()` function, you can specify a `solver_name`. The default solver, however, will be the first from the list we printed above. In this example, we will specify a solver explicitly to avoid licensing issues."
0 commit comments