PIPS
vec_s Struct Reference

Type of vectors. More...

#include <sc_simplex_feasibility.h>

+ Collaboration diagram for vec_s:

Data Fields

var_t var
 mapped variable More...
 
qval_t coeff
 value associated to the variable More...
 
struct vec_ssucc
 rest of the vector More...
 

Detailed Description

Type of vectors.

Typically, most of values are equal to zero, so a sparse, linked-list structure is used. Internally, variables are ordered by decreasing order.

Definition at line 111 of file sc_simplex_feasibility.h.

Field Documentation

◆ coeff

◆ succ

◆ var


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