|
MPSolve 3.2.2
|
Generic vertex of a linear hypograph. More...
#include <convex.h>
Public Attributes | |
| int | x |
| The x coordinate of the vertex. | |
| double | y |
| The y coordinate of the vertex. | |
| struct mps_vertex * | next |
| A pointer to the next vertex in the hypograph, or NULL if this is the last vertex or a detached one. | |
| struct mps_vertex * | previous |
| A pointer to the previous vertex in the hypograph, or NULL if this is the first vertex or a detached one. | |
Generic vertex of a linear hypograph.