Skip to content

Commit

Permalink
unignore java method on SortedDisjointIntervalList
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jan 21, 2020
1 parent e9342c2 commit 2518561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/util/java/sorted_interval_list.i
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
%ignore operations_research::SortedDisjointIntervalList::SortedDisjointIntervalList(const std::vector<ClosedInterval>&);
%unignore operations_research::SortedDisjointIntervalList::~SortedDisjointIntervalList;

%ignore operations_research::SortedDisjointIntervalList::InsertInterval; // return an iterator
%rename (insertInterval) operations_research::SortedDisjointIntervalList::InsertInterval;
%rename (insertIntervals) operations_research::SortedDisjointIntervalList::InsertIntervals;
%rename (numIntervals) operations_research::SortedDisjointIntervalList::NumIntervals;
%rename (buildComplementOnInterval) operations_research::SortedDisjointIntervalList::BuildComplementOnInterval;
Expand Down

0 comments on commit 2518561

Please sign in to comment.