Export g3 to github

This commit is contained in:
Corentin Le Molgat
2019-02-18 15:27:32 +01:00
parent f92f7ba425
commit fc1a12e85a
34 changed files with 614 additions and 690 deletions

View File

@@ -49,6 +49,7 @@ DEFINE_INDEX_TYPE_TYPEDEF(
operations_research::RoutingVehicleClassIndex,
operations_research::RoutingModel::VehicleClassIndex);
%ignore operations_research::RoutingModel::AddMatrixDimension(
std::vector<std::vector<int64> > values,
int64 capacity,
@@ -113,4 +114,5 @@ enum OptionalBoolean {
} // namespace operations_research
// TODO(user): Use ignoreall/unignoreall for this one. A lot of work.
//swiglint: disable include-h-allglobals
%include "ortools/constraint_solver/routing.h"