Skip to content

Instantly share code, notes, and snippets.

"""Example of a simple nurse scheduling problem."""
from ortools.sat.python import cp_model
class Nurse:
def __init__(self, name, start):
self.name = name
self.start = start
def mock_api_stream():
MESSAGE_CONTENTS = [
"mess",
"age",
" start",
":",
" This",
" is",
" a",
" nice ",