MPSolve 3.2.1
Loading...
Searching...
No Matches
mps_vertex Struct Reference

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_vertexnext
 A pointer to the next vertex in the hypograph, or NULL if this is the last vertex or a detached one.
 
struct mps_vertexprevious
 A pointer to the previous vertex in the hypograph, or NULL if this is the first vertex or a detached one.
 

Detailed Description

Generic vertex of a linear hypograph.


The documentation for this struct was generated from the following file: