Exemplo n.º 1
0
def load():
    ExtensionBuilderFactory.register('appsi')(AppsiBuilder)
    SolverFactory.register(
        name='appsi_gurobi',
        doc='Automated persistent interface to Gurobi')(Gurobi)
    SolverFactory.register(
        name='appsi_cplex',
        doc='Automated persistent interface to Cplex')(Cplex)
    SolverFactory.register(
        name='appsi_ipopt',
        doc='Automated persistent interface to Ipopt')(Ipopt)
    SolverFactory.register(name='appsi_cbc',
                           doc='Automated persistent interface to Cbc')(Cbc)
Exemplo n.º 2
0
def load():
    ExtensionBuilderFactory.register('pynumero')(PyNumeroBuilder)
    SolverFactory.register(
        'cyipopt',
        doc='Cyipopt: direct python bindings to the Ipopt NLP solver')(
            PyomoCyIpoptSolver)
Exemplo n.º 3
0
def load():
    ExtensionBuilderFactory.register('pynumero')(PyNumeroBuilder)
Exemplo n.º 4
0
def load():
    DownloadFactory.register('mcpp')(get_mcpp)
    ExtensionBuilderFactory.register('mcpp')(MCPPBuilder)
Exemplo n.º 5
0
def load():
    ExtensionBuilderFactory.register('ampl_function_demo')(
        AMPLFunctionDemoBuilder)
Exemplo n.º 6
0
def load():
    DownloadFactory.register('mcpp')(get_mcpp)
    ExtensionBuilderFactory.register('mcpp')(build_mcpp)