#include "standard.h"
#include "usermatrix.h"
#include "func.h"
#include "problem.h"
#include "param.h"
Go to the source code of this file.
Classes | |
class | DualFunc |
A abstract base class for a dual function of a MinlpReform. More... | |
class | QqpDualFunc |
A base class for evaluating the dual function. More... | |
class | QqpMatrix |
A class for evaluating the dual function as in QqpDualFunc where the Lagrange multipliers of the quadratic box-constraints are eliminated by ![]() | |
class | QqpExtMatrix |
One extended block of the block matrix of the modified QQP-Lagrangian. More... |