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

/haiku-buildtools/isl/
H A Disl_vertices_private.h57 int (*fn)(__isl_take isl_cell *simplex, void *user), void *user);
H A Disl_vertices.c1395 /* Construct a simplex isl_cell spanned by the vertices with indices in
1400 int (*fn)(__isl_take isl_cell *simplex, void *user), void *user)
1404 struct isl_cell *simplex; local
1408 simplex = isl_calloc_type(ctx, struct isl_cell);
1409 if (!simplex)
1411 simplex->vertices = isl_vertices_copy(cell->vertices);
1412 if (!simplex->vertices)
1414 simplex->dom = isl_basic_set_copy(cell->dom);
1415 if (!simplex->dom)
1417 simplex
1398 call_on_simplex(__isl_keep isl_cell *cell, int *simplex_ids, int n_simplex, int *other_ids, int n_other, int (*fn)(__isl_take isl_cell *simplex, void *user), void *user) argument
1473 triangulate(__isl_keep isl_cell *cell, __isl_keep isl_vec *v, int *simplex_ids, int n_simplex, int *other_ids, int n_other, int (*fn)(__isl_take isl_cell *simplex, void *user), void *user) argument
1527 isl_cell_foreach_simplex(__isl_take isl_cell *cell, int (*fn)(__isl_take isl_cell *simplex, void *user), void *user) argument
[all...]
/haiku-buildtools/isl/doc/
H A Dimplementation.tex175 In the following sections, we briefly recall the dual simplex
186 In {\tt isl}, the dual simplex method uses the same representation
188 simplex method. The implementation of this LP solver is based
213 The dual simplex method starts from an initial sample value that
270 The solution found by the dual simplex method may have
369 of the actual dual simplex method with Gomory cuts.
474 the dual simplex method.
550 implementation uses a recursive call to the dual simplex with Gomory
609 of the dual simplex method applied to this new context will be the same
612 the dual simplex metho
[all...]

Completed in 92 milliseconds