示例#1
0
    def basis_status(self) -> "operations_research::MPSolver::BasisStatus":
        r"""
        Advanced usage: returns the basis status of the variable in the current
        solution (only available for continuous problems).

        See also: MPSolver::BasisStatus.
        """
        return _pywraplp.Variable_basis_status(self)
 def basis_status(self) -> "operations_research::MPSolver::BasisStatus":
     return _pywraplp.Variable_basis_status(self)
示例#3
0
 def basis_status(self):
     return _pywraplp.Variable_basis_status(self)