Home
last modified time | relevance | path

Searched refs:matchLit (Results 1 – 15 of 15) sorted by relevance

/dports/math/clasp/clasp-3.3.5/src/
H A Dparser.cpp175 Literal SatReader::matchLit(Var max) { in matchLit() function in Clasp::SatReader
189 Literal lit = matchLit(maxVar); in parseGraph()
201 Literal x = matchLit(maxVar); in parseProject()
209 Literal x = matchLit(maxVar); in parseAssume()
217 Literal atom = matchLit(maxVar); in parseHeuristic()
221 ctx.heuristic.add(atom.var(), type, bias, prio, matchLit(maxVar)); in parseHeuristic()
225 Literal lo = matchLit(maxVar); in parseOutput()
226 Literal hi = matchLit(maxVar); in parseOutput()
231 Literal cond = matchLit(maxVar); in parseOutput()
258 Literal lit = matchLit(maxVar); in parseExt()
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/src/
H A Dparser.cpp175 Literal SatReader::matchLit(Var max) { in matchLit() function in Clasp::SatReader
189 Literal lit = matchLit(maxVar); in parseGraph()
201 Literal x = matchLit(maxVar); in parseProject()
209 Literal x = matchLit(maxVar); in parseAssume()
217 Literal atom = matchLit(maxVar); in parseHeuristic()
221 ctx.heuristic.add(atom.var(), type, bias, prio, matchLit(maxVar)); in parseHeuristic()
225 Literal lo = matchLit(maxVar); in parseOutput()
226 Literal hi = matchLit(maxVar); in parseOutput()
231 Literal cond = matchLit(maxVar); in parseOutput()
258 Literal lit = matchLit(maxVar); in parseExt()
/dports/math/clingo/clingo-5.5.1/clasp/src/
H A Dparser.cpp175 Literal SatReader::matchLit(Var max) { in matchLit() function in Clasp::SatReader
189 Literal lit = matchLit(maxVar); in parseGraph()
201 Literal x = matchLit(maxVar); in parseProject()
209 Literal x = matchLit(maxVar); in parseAssume()
217 Literal atom = matchLit(maxVar); in parseHeuristic()
221 ctx.heuristic.add(atom.var(), type, bias, prio, matchLit(maxVar)); in parseHeuristic()
225 Literal lo = matchLit(maxVar); in parseOutput()
226 Literal hi = matchLit(maxVar); in parseOutput()
231 Literal cond = matchLit(maxVar); in parseOutput()
258 Literal lit = matchLit(maxVar); in parseExt()
/dports/math/clasp/clasp-3.3.5/libpotassco/potassco/
H A Dmatch_basic_types.h122 inline Lit_t matchLit(BufferedStream& str, unsigned aMax = atomMax, const char* err = "literal expe…
130 wl.lit = matchLit(str, aMax, err);
221 …Lit_t matchLit(const char* err = "literal expected") { return Potassco::matchLit(*stream(), var…
H A Daspif_text.h62 Lit_t matchLit();
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/potassco/
H A Dmatch_basic_types.h122 inline Lit_t matchLit(BufferedStream& str, unsigned aMax = atomMax, const char* err = "literal expe…
130 wl.lit = matchLit(str, aMax, err);
221 …Lit_t matchLit(const char* err = "literal expected") { return Potassco::matchLit(*stream(), var…
H A Daspif_text.h62 Lit_t matchLit();
/dports/math/clasp/clasp-3.3.5/libpotassco/src/
H A Daspif_text.cpp193 Lit_t x = matchLit(); in matchAtoms()
202 data_->rule.addGoal(matchLit()); in matchLits()
213 WeightLit_t wl = {matchLit(), 1}; in matchAgg()
222 Lit_t AspifTextInput::matchLit() { in matchLit() function in Potassco::AspifTextInput
H A Daspif.cpp133 …for (uint32_t len = matchPos("number of literals expected"); len--;) { rule_->addGoal(matchLit());… in matchLits()
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/src/
H A Daspif_text.cpp193 Lit_t x = matchLit(); in matchAtoms()
202 data_->rule.addGoal(matchLit()); in matchLits()
213 WeightLit_t wl = {matchLit(), 1}; in matchAgg()
222 Lit_t AspifTextInput::matchLit() { in matchLit() function in Potassco::AspifTextInput
H A Daspif.cpp133 …for (uint32_t len = matchPos("number of literals expected"); len--;) { rule_->addGoal(matchLit());… in matchLits()
/dports/math/clasp/clasp-3.3.5/clasp/
H A Dparser.h141 Literal matchLit(Var max);
/dports/math/clingo/clingo-5.5.1/clasp/clasp/
H A Dparser.h141 Literal matchLit(Var max);
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/
H A Dparser.h141 Literal matchLit(Var max);
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Reduce/
H A DFast.hs1133 Lit l -> matchLit l $ matchCatchall $ failedMatch f stack ctrl
1182 matchLit l = Map.lookup l (flitBranches bs) `ifJust` \ cc -> function