minor reindent

This commit is contained in:
Laurent Perron
2019-07-15 10:24:27 -07:00
parent 167b8478eb
commit 9107d2b618
3 changed files with 2 additions and 3 deletions

View File

@@ -116,7 +116,8 @@
// We only expose the C++ "operations_research::SimpleLinearSumAssignment"
// class, and we rename it "LinearSumAssignment".
%rename(LinearSumAssignment) operations_research::SimpleLinearSumAssignment;
%unignore operations_research::SimpleLinearSumAssignment::SimpleLinearSumAssignment;
%unignore
operations_research::SimpleLinearSumAssignment::SimpleLinearSumAssignment;
%unignore operations_research::SimpleLinearSumAssignment::AddArcWithCost;
%unignore operations_research::SimpleLinearSumAssignment::Solve;
%unignore operations_research::SimpleLinearSumAssignment::NumNodes;

View File

@@ -15,7 +15,6 @@
# [START import]
from __future__ import print_function
from ortools.graph import pywrapgraph
# [END import]

View File

@@ -15,7 +15,6 @@
# [START import]
from __future__ import print_function
from ortools.graph import pywrapgraph
# [END import]