Home
last modified time | relevance | path

Searched defs:facts_ (Results 1 – 4 of 4) sorted by last modified time

/dports/math/clingo/clingo-5.5.1/clasp/clasp/
H A Dsatelite.h170 uint32 facts_; // [facts_, solver.trail.size()): new top-level facts variable
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/
H A Dsatelite.h170 uint32 facts_; // [facts_, solver.trail.size()): new top-level facts variable
/dports/math/clasp/clasp-3.3.5/clasp/
H A Dsatelite.h170 uint32 facts_; // [facts_, solver.trail.size()): new top-level facts variable
/dports/devel/csmith/csmith-2.3.0/src/
H A DFact.cpp44 std::vector<Fact*> Fact::facts_; member in Fact