candidates for fixing
#include <fixcand.h>
Inheritance diagram for ABA_FIXCAND::
|
The destructor.
candidates for fixing
Definition at line 60 of file fixcand.h.
The constructor.
The destructor.
Memorizes suitable variables for fixing.
Tries to fix as many candidates as possible.
The new variable status is both stored in the global variable status of the class ABA_MASTER and in the local variable status of ABA_SUB. Candidates which are fixed are removed from the candidate set.
1 If contradictions to the variables statuses of sub are detected.
0 otherwise.
We do not used the function ABA_MASTER::primalViolated() for checking of a variable can be fixed, because here we also have to be careful for integer objective function.
Deletes all allocated memory of members.
The member pointers are set to 0 that multiple deletion cannot cause any error.
Allocates memory to store nCand candidates for fixing.
Definition at line 61 of file fixcand.h.
Definition at line 62 of file fixcand.h.
A pointer to the corresponding master of the optimization.
Definition at line 115 of file fixcand.h.
The candidates for fixing.
Definition at line 119 of file fixcand.h.
The fixing status of the candidates.
Definition at line 123 of file fixcand.h.
The left hand side of the expression evaluated for fixing.
Definition at line 127 of file fixcand.h.
The documentation for this class was generated from the following file: