DebugStringVector->JoinDebugStringPtr; fix overflow in disjunctive and path cumul; fix routing model inside the sequence var

This commit is contained in:
lperron@google.com
2013-10-17 08:58:26 +00:00
parent 4fec39f4d3
commit 936dad1e7f
37 changed files with 434 additions and 400 deletions

View File

@@ -32,7 +32,7 @@ FLAGS = gflags.FLAGS
# We disable the following warning because it is a false positive on constraints
# like: solver.Add(x == 0)
# pylint: disable-msg=C6403
# pylint: disable=g-explicit-bool-comparison
def main(unused_argv):