Home
last modified time | relevance | path

Searched refs:clingo_show_type_terms (Results 1 – 8 of 8) sorted by relevance

/dports/math/clingo/clingo-5.5.1/examples/c/
H A Dmodel.c121 if (!print_model(model, data, " terms", clingo_show_type_terms)) { goto error; } in print_solution()
/dports/math/clingo/clingo-5.5.1/libpyclingo/clingo/
H A Dsolving.py362 show |= _lib.clingo_show_type_terms
/dports/math/clingo/clingo-5.5.1/libpyclingo/
H A D_clingo.cdef287 clingo_show_type_terms = 8, //!< Select all terms.
290 … Select false instead of true atoms (::clingo_show_type_atoms) or terms (::clingo_show_type_terms).
H A D_clingo.c3830 int n = (clingo_show_type_terms) <= 0; in _cffi_const_clingo_show_type_terms()
3831 …*o = (unsigned long long)((clingo_show_type_terms) | 0); /* check that clingo_show_type_terms is … in _cffi_const_clingo_show_type_terms()
/dports/math/clingo/clingo-5.5.1/libclingo/
H A Dclingo.h2015 clingo_show_type_terms = 8, //!< Select all terms. enumerator
H A Dclingo.hh1351 Terms = clingo_show_type_terms,
/dports/math/clingo/clingo-5.5.1/libluaclingo/
H A Dluaclingo.cc1557 if (lua_toboolean(L, -1)) { atomset |= clingo_show_type_terms; } in atoms()
/dports/math/clingo/clingo-5.5.1/app/pyclingo/
H A D_clingo.c3059 int n = (clingo_show_type_terms) <= 0; in _cffi_const_clingo_show_type_terms()
3060 …*o = (unsigned long long)((clingo_show_type_terms) | 0); /* check that clingo_show_type_terms is … in _cffi_const_clingo_show_type_terms()