Polly 20.0.0git
Public Attributes | List of all members
tab_lp Struct Reference

Public Attributes

struct isl_ctxctx
 
struct isl_vecrow
 
struct isl_tabtab
 
struct isl_tab_undo ** stack
 
isl_intobj
 
isl_int opt
 
isl_int opt_denom
 
isl_int tmp
 
isl_int tmp2
 
int neq
 
unsigned dim
 
int con_offset
 
int is_fixed
 

Detailed Description

Definition at line 17 of file basis_reduction_tab.c.

Member Data Documentation

◆ con_offset

int tab_lp::con_offset

Definition at line 30 of file basis_reduction_tab.c.

Referenced by cut_lp_to_hyperplane(), get_alpha(), and init_lp().

◆ ctx

struct isl_ctx* tab_lp::ctx

Definition at line 18 of file basis_reduction_tab.c.

Referenced by cut_lp_to_hyperplane(), delete_lp(), init_lp(), and solve_lp().

◆ dim

unsigned tab_lp::dim

Definition at line 28 of file basis_reduction_tab.c.

Referenced by add_lp_row(), cut_lp_to_hyperplane(), init_lp(), and solve_lp().

◆ is_fixed

int tab_lp::is_fixed

Definition at line 32 of file basis_reduction_tab.c.

Referenced by solve_lp().

◆ neq

int tab_lp::neq

Definition at line 27 of file basis_reduction_tab.c.

Referenced by add_lp_row(), del_lp_row(), init_lp(), and solve_lp().

◆ obj

isl_int* tab_lp::obj

Definition at line 22 of file basis_reduction_tab.c.

Referenced by init_lp(), set_lp_obj(), and solve_lp().

◆ opt

isl_int tab_lp::opt

Definition at line 23 of file basis_reduction_tab.c.

Referenced by delete_lp(), get_obj_val(), init_lp(), and solve_lp().

◆ opt_denom

isl_int tab_lp::opt_denom

Definition at line 24 of file basis_reduction_tab.c.

Referenced by delete_lp(), get_obj_val(), init_lp(), and solve_lp().

◆ row

struct isl_vec* tab_lp::row

◆ stack

struct isl_tab_undo** tab_lp::stack

Definition at line 21 of file basis_reduction_tab.c.

Referenced by add_lp_row(), del_lp_row(), delete_lp(), and init_lp().

◆ tab

struct isl_tab* tab_lp::tab

◆ tmp

isl_int tab_lp::tmp

Definition at line 25 of file basis_reduction_tab.c.

Referenced by cut_lp_to_hyperplane(), delete_lp(), init_lp(), and solve_lp().

◆ tmp2

isl_int tab_lp::tmp2

Definition at line 26 of file basis_reduction_tab.c.

Referenced by delete_lp(), init_lp(), and solve_lp().


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