maintenance on swig files; merge presolve context and expand context; minor fixes in the code

This commit is contained in:
Laurent Perron
2019-02-05 15:06:47 +01:00
parent 483dacbc28
commit 087868bcc2
23 changed files with 569 additions and 639 deletions

View File

@@ -175,7 +175,7 @@ LinearRange operator<=(const LinearExpr& lhs, const LinearExpr& rhs);
LinearRange operator==(const LinearExpr& lhs, const LinearExpr& rhs);
LinearRange operator>=(const LinearExpr& lhs, const LinearExpr& rhs);
// TODO(user, ondrasej): explore defining more overloads to support:
// TODO(user,user): explore defining more overloads to support:
// solver.AddRowConstraint(0.0 <= x + y + z <= 1.0);
} // namespace operations_research