Home
last modified time | relevance | path

Searched refs:clingo_solve_mode_async (Results 1 – 9 of 9) sorted by relevance

/dports/math/clingo/clingo-5.5.1/examples/c/
H A Dsolve-async.c104 …if (!clingo_control_solve(ctl, clingo_solve_mode_async | clingo_solve_mode_yield, NULL, 0, on_even… in main()
/dports/math/clingo/clingo-5.5.1/libpyclingo/clingo/
H A Dcontrol.py569 mode |= _lib.clingo_solve_mode_async
/dports/math/clingo/clingo-5.5.1/libclingo/
H A Dclingo.h2202 clingo_solve_mode_async = 1, //!< Enable non-blocking search. enumerator
H A Dclingo.hh4115 if (asynchronous) { mode |= clingo_solve_mode_async; } in solve()
/dports/math/clingo/clingo-5.5.1/libclingo/src/
H A Dclingocontrol.cc370 …static_assert(clingo_solve_mode_async == static_cast<clingo_solve_mode_bitset_t>(Clasp::SolveMode_… in solve()
/dports/math/clingo/clingo-5.5.1/libluaclingo/
H A Dluaclingo.cc3463 if (lua_toboolean(L, -1)) { handle->mode |= clingo_solve_mode_async; } in solve()
3485 if (handle->mode & clingo_solve_mode_async) { in solve()
/dports/math/clingo/clingo-5.5.1/libpyclingo/
H A D_clingo.cdef315 clingo_solve_mode_async = 1, //!< Enable non-blocking search.
H A D_clingo.c3886 int n = (clingo_solve_mode_async) <= 0; in _cffi_const_clingo_solve_mode_async()
3887 …*o = (unsigned long long)((clingo_solve_mode_async) | 0); /* check that clingo_solve_mode_async i… in _cffi_const_clingo_solve_mode_async()
/dports/math/clingo/clingo-5.5.1/app/pyclingo/
H A D_clingo.c3115 int n = (clingo_solve_mode_async) <= 0; in _cffi_const_clingo_solve_mode_async()
3116 …*o = (unsigned long long)((clingo_solve_mode_async) | 0); /* check that clingo_solve_mode_async i… in _cffi_const_clingo_solve_mode_async()