Home
last modified time | relevance | path

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

/dports/math/clingo/clingo-5.5.1/libclingo/
H A Dclingo.h142 clingo_error_success = 0, //!< successful API calls enumerator
H A Dclingo.hh2228 case clingo_error_success: { throw std::runtime_error(msg); } in handle_error()
/dports/math/clingo/clingo-5.5.1/libpyclingo/
H A D_clingo.cdef10 clingo_error_success = 0, //!< successful API calls
H A D_clingo.c3655 int n = (clingo_error_success) <= 0; in _cffi_const_clingo_error_success()
3656 …*o = (unsigned long long)((clingo_error_success) | 0); /* check that clingo_error_success is an i… in _cffi_const_clingo_error_success()
/dports/math/clingo/clingo-5.5.1/libclingo/src/
H A Dcontrol.cc201 case clingo_error_success: { return "success"; } in clingo_error_string()
/dports/math/clingo/clingo-5.5.1/app/pyclingo/
H A D_clingo.c2884 int n = (clingo_error_success) <= 0; in _cffi_const_clingo_error_success()
2885 …*o = (unsigned long long)((clingo_error_success) | 0); /* check that clingo_error_success is an i… in _cffi_const_clingo_error_success()