Searched refs:tab_lp (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Dbasis_reduction_tab.c15 struct tab_lp { struct
33 static struct tab_lp *init_lp(struct isl_tab *tab);
34 static void set_lp_obj(struct tab_lp *lp, isl_int *row, int dim);
35 static int solve_lp(struct tab_lp *lp);
36 static void get_obj_val(struct tab_lp* lp, mpq_t *F);
37 static void delete_lp(struct tab_lp *lp);
38 static int add_lp_row(struct tab_lp *lp, isl_int *row, int dim);
39 static void get_alpha(struct tab_lp* lp, int row, mpq_t *alpha);
40 static int del_lp_row(struct tab_lp *lp) WARN_UNUSED;
41 static int cut_lp_to_hyperplane(struct tab_lp *l
[all...]

Completed in 90 milliseconds