From 8a4e50f006d948a9c0491df88ea3ea48b3b19dff Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Wed, 5 Jul 2017 06:26:07 -0700 Subject: [PATCH] expose cplex in java wrapper --- ortools/linear_solver/java/linear_solver.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ortools/linear_solver/java/linear_solver.i b/ortools/linear_solver/java/linear_solver.i index ee6c07849d..b2091376a6 100644 --- a/ortools/linear_solver/java/linear_solver.i +++ b/ortools/linear_solver/java/linear_solver.i @@ -136,8 +136,8 @@ import java.lang.reflect.*; // These aren't unit tested, as they only run on machines with a Gurobi license. %unignore operations_research::MPSolver::GUROBI_LINEAR_PROGRAMMING; %unignore operations_research::MPSolver::GUROBI_MIXED_INTEGER_PROGRAMMING; -%unignore operations_research::MPSolver::SULUM_LINEAR_PROGRAMMING; -%unignore operations_research::MPSolver::SULUM_MIXED_INTEGER_PROGRAMMING; +%unignore operations_research::MPSolver::CPLEX_LINEAR_PROGRAMMING; +%unignore operations_research::MPSolver::CPLEX_MIXED_INTEGER_PROGRAMMING; // Expose the MPSolver::ResultStatus enum.