Skip to content

Commit

Permalink
remove the presolved lines that fails with v11
Browse files Browse the repository at this point in the history
  • Loading branch information
maliheha committed Nov 28, 2023
1 parent 1073a4b commit 5e80d49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/source/mods/portfolio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ optimal portfolio :math:`x`, you can use the keyword parameters ``fees_buy``
...
Model has 55 quadratic objective terms
...
Presolved: 26 rows, 25 columns, 65 nonzeros
...

Transaction fees can be provided either as a constant fee, applying the
same amount uniformly to all assets, or as numpy array or pandas Series
Expand Down Expand Up @@ -531,8 +529,6 @@ total number of open positions to three can be achieved as follows:
...
Model has 55 quadratic objective terms
...
Presolved: 27 rows, 25 columns, 65 nonzeros
...

The returned solution now suggests to trade only the assets "AA", "DD", and "HH".

Expand Down Expand Up @@ -682,8 +678,6 @@ using at most two trades:
...
Model has 55 quadratic objective terms
...
Presolved: 37 rows, 43 columns, 125 nonzeros
...

.. doctest:: mod
:options: +NORMALIZE_WHITESPACE
Expand Down

0 comments on commit 5e80d49

Please sign in to comment.