add docstring

This commit is contained in:
Laurent Perron
2018-11-19 17:59:45 -08:00
parent b7810c2793
commit c1c818c1f8

View File

@@ -39,6 +39,8 @@ from ortools.sat.python import cp_model
# pylint: disable=too-many-statements
def solve_zebra():
"""Solves the zebra problem."""
# Create the model.
model = cp_model.CpModel()