Searched refs:tab_lp (Results 1 – 1 of 1) sorted by relevance
17 struct tab_lp { struct90 static struct tab_lp *init_lp(struct isl_tab *tab);91 static void set_lp_obj(struct tab_lp *lp, isl_int *row, int dim);92 static int solve_lp(struct tab_lp *lp);93 static void get_obj_val(struct tab_lp* lp, GBR_type *F);94 static void delete_lp(struct tab_lp *lp);95 static int add_lp_row(struct tab_lp *lp, isl_int *row, int dim);96 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha);97 static int del_lp_row(struct tab_lp *lp) WARN_UNUSED;98 static int cut_lp_to_hyperplane(struct tab_lp *lp, isl_int *row);[all …]