remove glpk from knapsack_solver MIP options

This commit is contained in:
Laurent Perron
2018-02-12 11:36:40 +01:00
parent 05f03b33c1
commit 8ea92e372e
3 changed files with 3 additions and 12 deletions

View File

@@ -46,7 +46,7 @@
%unignore operations_research::KnapsackSolver::
KNAPSACK_MULTIDIMENSION_CBC_MIP_SOLVER;
%unignore operations_research::KnapsackSolver::
KNAPSACK_MULTIDIMENSION_GLPK_MIP_SOLVER;
KNAPSACK_MULTIDIMENSION_SCIP_MIP_SOLVER;
%include "ortools/algorithms/knapsack_solver.h"