Minotaur 0.4.1
Docs for developers
|
Public Member Functions | |
AnalyticalCenter (EnvPtr env, ProblemPtr minlp, EnginePtr nlpe) | |
Default Constructor. More... | |
~AnalyticalCenter () | |
Destroy. | |
void | modifyOnlyNonlinear (double *&solC) |
void | modifyWhole (double *&solC) |
AnalyticalCenter::AnalyticalCenter | ( | EnvPtr | env, |
ProblemPtr | minlp, | ||
EnginePtr | nlpe | ||
) |
Default Constructor.
[in] | env | Environment pointer. |
[in] | minlp | The minlp for which cuts are generated (Not the relaxation.) |
[in] | nlpe | The engine to solve nonlinear continuous problem. |