Skip to content

Commit

Permalink
routing: export swig from google3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 18, 2024
1 parent 7d843e7 commit 2bb5327
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ortools/routing/csharp/routing.i
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ class RoutingSearchStatus;

// Include the file we want to wrap a first time.
%{
#include "ortools/routing/types.h"
#include "ortools/routing/parameters.h"
#include "ortools/routing/enums.pb.h"
#include "ortools/routing/parameters.pb.h"
#include "ortools/routing/index_manager.h"
#include "ortools/routing/parameters.h"
#include "ortools/routing/parameters.pb.h"
#include "ortools/routing/routing.h"
#include "ortools/routing/types.h"
%}

// RoutingModel methods.
Expand Down
7 changes: 3 additions & 4 deletions ortools/routing/java/routing.i
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ class RoutingSearchStatus;

// Include the files we want to wrap a first time.
%{
#include "ortools/routing/types.h"
#include "ortools/routing/parameters.h"
#include "ortools/routing/routing.h"
#include "ortools/routing/enums.pb.h"
#include "ortools/routing/parameters.h"
#include "ortools/routing/parameters.pb.h"
#include <memory>
#include "ortools/routing/routing.h"
#include "ortools/routing/types.h"
%}

// RoutingModel methods.
Expand Down

0 comments on commit 2bb5327

Please sign in to comment.