We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828e7b8 commit d6dd12dCopy full SHA for d6dd12d
ortools/constraint_solver/csharp/routing_types.i
@@ -78,6 +78,16 @@ DEFINE_INDEX_TYPE(operations_research::RoutingDisjunctionIndex);
78
DEFINE_INDEX_TYPE(operations_research::RoutingVehicleClassIndex);
79
DEFINE_INDEX_TYPE(operations_research::RoutingResourceClassIndex);
80
81
-// TODO(user): Replace with %ignoreall/%unignoreall
82
-//swiglint: disable include-h-allglobals
+%ignoreall
+
83
+%unignore operations_research;
84
+namespace operations_research {
85
86
+// PickupDeliveryPair
87
+%unignore PickupDeliveryPair;
88
89
+} // namespace operations_research
90
91
%include "ortools/constraint_solver/routing_types.h"
92
93
+%unignoreall
0 commit comments