Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 1fed51d

Browse files
committed
rm print_as_lp_string
1 parent a12aa6f commit 1fed51d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tutorials/optimization/1_quadratic_program.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
"cell_type": "markdown",
6363
"metadata": {},
6464
"source": [
65-
"You start with an empty model.\n",
66-
"You can display your optimization problem e.g. with the `print_as_lp_string` method."
65+
"You start with an empty model. How to add variables and constraints to a model is explained in the section \"Directly constructing a `QuadraticProgram`\"."
6766
]
6867
},
6968
{

0 commit comments

Comments
 (0)