pyepo.model.copt.compile¶
COPT compiler for the PyEPO DSL.
compiledCoptProblem mixes the generic compiledBase with optCoptModel
to turn a finalized DSL Problem into a Cardinal Optimizer model. It builds
the model and provides the COPT read / write hooks; the objective handling lives
in compiledBase.
Classes¶
COPT-backed compiled DSL problem. |
Functions¶
|
Instantiate the COPT-compiled problem; |
Module Contents¶
- pyepo.model.copt.compile.compileProblem(problem, **params) compiledCoptProblem¶
Instantiate the COPT-compiled problem;
paramsare COPT parameters.
- class pyepo.model.copt.compile.compiledCoptProblem(problem, params=None)¶
Bases:
pyepo.dsl.compiled.compiledBase,pyepo.model.copt.coptmodel.optCoptModelCOPT-backed compiled DSL problem.