add new python example; add simple typing annotations
This commit is contained in:
@@ -29,7 +29,7 @@ from ortools.sat.colab import visualization
|
||||
from ortools.sat.python import cp_model
|
||||
|
||||
|
||||
def main(_):
|
||||
def main(_) -> None:
|
||||
"""Solves the gate scheduling problem."""
|
||||
model = cp_model.CpModel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user