Update nqueens_sat.ipynb

The notebook fails to run without setting the value of the board_size variable.
This commit is contained in:
baturg
2020-11-03 11:55:05 +01:00
committed by GitHub
parent 8d19323faf
commit 84c35244c9

View File

@@ -116,6 +116,8 @@
" print()\n",
"\n",
"\n",
"# Sets the size of the board.\n",
"board_size = 8\n",
"# Creates the solver.\n",
"model = cp_model.CpModel()\n",
"# Creates the variables.\n",