Let $x_1,\ldots,x_n$ be numbers such that $1\geq x_1 \geq \cdots \geq x_n\geq 0$.
Construct a undirected graph in which the vertices are $x_1,\ldots,x_n$, and there is an edge between $x_i$ and $x_j$ iff $x_i+x_j\leq 1$.
This graph has a special structure: if it has an edge $(x_i,x_j)$, then it must have the edges $(x_{i'},x_{j'})$ for all $i'\geq i$ and $j'\geq j$.
Is there a term for this class of graphs?
I need the term in order to search for conditions for existence of perfect matchings in such graphs. So if you know of such conditions, this will be great too.
Check out Threshold Graphs The first alternative definition is basically the one you gave. There is a lot of stuff out there about threshold graphs