MPSolve 3.2.1
|
This struct represent a root inside of a mps_cluster
.
More...
#include <cluster.h>
Public Attributes | |
long int | k |
Index of the root that is considered. | |
mps_root * | next |
Next root, or NULL if this is the last root of the cluster. | |
mps_root * | prev |
Pointer to the previous root, or NULL if there is no previous root. | |
This struct represent a root inside of a mps_cluster
.