Some optimization problems, in particular column generation problems, are better described from a variable point of view instead of a constraint point of view. For such context we provide the class ABA_COLVAR.
#include <colvar.h>
Inheritance diagram for ABA_COLVAR::
|
A constructor substituting nnz, support, and coeff of the previous constructor by an object of the class ABA_SPARVEC.
Some optimization problems, in particular column generation problems, are better described from a variable point of view instead of a constraint point of view. For such context we provide the class ABA_COLVAR.
Definition at line 49 of file colvar.h.
The constructor.
A constructor substituting nnz, support, and coeff of the previous constructor by an object of the class ABA_SPARVEC.
The destructor.
Writes the column representing the variable to an output stream.
It redefines the virtual function print() of the base class ABA_CONVAR.
Reimplemented from ABA_CONVAR.
The coefficient of the constraint con.
Reimplemented from ABA_VARIABLE.
This version of the function coeff() computes the coefficient of a constraint with a given number.
The coefficient of constraint i.
A pointer to the column representing the variable.
The output operator writes the column representing the variable to an output stream.
A reference to the output stream.
Definition at line 161 of file colvar.h.
The documentation for this class was generated from the following file: