Skip to content

Commit

Permalink
Update nlpopt_interval_bnb.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
mewilhel authored Feb 25, 2020
1 parent ada25b1 commit 83e0ea6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions notebooks/nlpopt_interval_bnb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,7 @@
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" \n"
]
}
],
"outputs": [],
"source": [
"# Creates a JuMP model with the the lower_problem, upper_problem, and absolute tolerance set by keyword arguments\n",
"m = JuMP.Model(with_optimizer(EAGO.Optimizer, absolute_tolerance = 0.001, obbt_depth = 0, dbbt_depth = 0, cp_depth = 0,\n",
Expand Down

0 comments on commit 83e0ea6

Please sign in to comment.