minor reindent
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
# [START import]
|
||||
from __future__ import print_function
|
||||
from ortools.graph import pywrapgraph
|
||||
|
||||
# [END import]
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
# [START import]
|
||||
from __future__ import print_function
|
||||
from ortools.graph import pywrapgraph
|
||||
|
||||
# [END import]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user