MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / assumeNotElement

Function assumeNotElement

src/compute-engine/assume.ts:249–257  ·  view source on GitHub ↗

* Assume `NotElement(x, S)`: store an exclusion fact (design §4.1).

(proposition: Expression)

Source from the content-addressed store, hash-verified

247};
248
249const UNSUPPORTED_PREDICATE_OPERATORS = new Set<string>([
250 'Or',
251 'Not',
252 'Implies',
253 'Equivalent',
254 'Xor',
255 'Nand',
256 'Nor',
257 'ForAll',
258 'Exists',
259 'ExistsUnique',
260 'ForElement',

Callers 1

assumeFunction · 0.85

Calls 4

isFunctionFunction · 0.90
storeNotElementFunction · 0.85
assertMethod · 0.80
evaluateMethod · 0.65

Tested by

no test coverage detected