Home
last modified time | relevance | path

Searched refs:open_facets (Results 1 – 6 of 6) sorted by relevance

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dinput_type.h77 open_facets, enumerator
233 return Type::open_facets; in to_type()
307 …type == Type::offset || type == Type::open_facets || type == Type::projection_coordinates || type … in type_is_vector()
H A Dcone.cpp146 case Type::open_facets: in renf_allowed()
173 case Type::open_facets: in denominator_allowed()
463 case Type::open_facets: in homogenize_input()
684 case Type::open_facets: in process_multi_input_inner()
763 if (contains(multi_input_data, Type::open_facets)) { in process_multi_input_inner()
768 case Type::open_facets: in process_multi_input_inner()
1001 if (contains(multi_input_data, Type::open_facets)) { in process_multi_input_inner()
1017 …if (!(multi_input_data[Type::open_facets][0][j] == 0 || multi_input_data[Type::open_facets][0][j] … in process_multi_input_inner()
1019 NewSupps[j][dim - 1] -= multi_input_data[Type::open_facets][0][j]; in process_multi_input_inner()
/dports/math/libnormaliz/normaliz-3.9.0/test/test-mm/
H A Dopen_facet.in7 open_facets
/dports/math/libnormaliz/normaliz-3.9.0/example/
H A Dopen_facet.in7 open_facets
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dpolytope.hxx1020 std::set<node_type> open_facets; in addExtremeVertex() local
1031 open_facets.insert(con); in addExtremeVertex()
1034 open_facets.erase(lit_facet); in addExtremeVertex()
1039 for (auto open_facet : open_facets) in addExtremeVertex()
/dports/math/libnormaliz/normaliz-3.9.0/doc/
H A DNormaliz.tex2746 lattice cone_and_lattice offset open_facets
2817 …e input types \verb|lattice_ideal| and \verb|open_facets|; see Sections~\ref{relations} and~\ref{o…
3194 \subsection{Open facets}\label{open_facets} label
3198 \verb|open_facets| is a vector with entries $\in \{0,1\}$.
3202 … types \verb|cone,| \verb|vertices| and \verb|grading| can appear together with \verb|open_facets|.
3206 The number of vectors in \verb|cone| may be smaller than $d$, but \verb|open_facets| must have $d$ …
3213 where the vector $(u_1,\dots,u_d)$ is given by \verb|open_facets|. (If $\dim C<d$, then the entries…
6203 open_facets
6206 to the input (to get \verb|open_facets.in|). We have tried to indicate the infinitesimal shift by t…
6216 …ed lattice points in the right figure. It is explained in Section~\ref{open_facets} how the new ve…
[all …]