mip_var_array.py: Add missing [END solver] tag

This commit is contained in:
Mizux Seiha
2021-05-31 01:29:27 +02:00
parent 45c7ee5a1d
commit 7dbe27fe99

View File

@@ -46,6 +46,7 @@ def main():
# [START solver]
# Create the mip solver with the SCIP backend.
solver = pywraplp.Solver.CreateSolver('SCIP')
# [END solver]
# [START program_part2]
# [START variables]