export index() method on MPVariable to java

This commit is contained in:
Laurent Perron
2017-07-07 11:14:08 -07:00
parent e71d503657
commit e0a907fa7b

View File

@@ -209,6 +209,7 @@ import java.lang.reflect.*;
%rename (name) operations_research::MPVariable::name; // no test
%rename (basisStatus) operations_research::MPVariable::basis_status;
%rename (reducedCost) operations_research::MPVariable::reduced_cost; // For experts only.
%rename (index) operations_research::MPVariable::index; // no test
// MPConstraint: writer API.
%rename (setCoefficient) operations_research::MPConstraint::SetCoefficient;