mostly reformat

This commit is contained in:
Laurent Perron
2024-04-08 11:34:45 +02:00
parent e1c19b6c94
commit 622483b682
20 changed files with 56 additions and 41 deletions

View File

@@ -19,6 +19,7 @@ from ortools.util.python import sorted_interval_list
class SortedIntervalListTest(absltest.TestCase):
def testCtorAndGetter(self):
bool_domain = sorted_interval_list.Domain(0, 1)
self.assertEqual(2, bool_domain.size())