add new python example; add simple typing annotations

This commit is contained in:
Laurent Perron
2024-07-23 14:07:41 +02:00
parent 08e9085d36
commit 905770c995
24 changed files with 111 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ from ortools.constraint_solver import pywrapcp
# pylint: disable=g-explicit-bool-comparison
def main(_):
def main(_) -> None:
# Create the solver.
solver = pywrapcp.Solver("golomb ruler")