コード例 #1
0
def Solver_SupportsProblemType(
    problem_type: "operations_research::MPSolver::OptimizationProblemType"
) -> "bool":
    r"""
    Whether the given problem type is supported (this will depend on the
    targets that you linked).
    """
    return _pywraplp.Solver_SupportsProblemType(problem_type)
コード例 #2
0
def Solver_SupportsProblemType(
    problem_type: 'operations_research::MPSolver::OptimizationProblemType'
) -> "bool":
    return _pywraplp.Solver_SupportsProblemType(problem_type)
コード例 #3
0
def Solver_SupportsProblemType(problem_type):
    return _pywraplp.Solver_SupportsProblemType(problem_type)