Function clingo_sys::clingo_backend_rule [] [src]

pub unsafe extern "C" fn clingo_backend_rule(
    backend: *mut clingo_backend_t,
    choice: bool,
    head: *const clingo_atom_t,
    head_size: usize,
    body: *const clingo_literal_t,
    body_size: usize
) -> bool

Add a rule to the program.

Parameters:

  • backend the target backend
  • choice determines if the head is a choice or a disjunction
  • head the head atoms
  • head_size the number of atoms in the head
  • body the body literals
  • body_size the number of literals in the body

Returns whether the call was successful; might set one of the following error codes: - ::clingo_error_bad_alloc