File: README.process

package info (click to toggle)
ladr 0.0.200806a-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 10,228 kB
  • ctags: 6,977
  • sloc: ansic: 57,466; perl: 1,006; python: 576; sh: 442; makefile: 393; csh: 58; modula3: 13
file content (49 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Process inferred clause (c):

	check time limit
	report

	simplify:
		print generated
		renumber?
		demodulate
		orient equalities
		simplify literals (x=x, $T)
		merge literals
		unit deletion
		cac redundancy

	empty clause check
	tautology check
	max_literals
	max_vars
	safe unit conflict
	weight check (max_weight, semantic eval, sos_keep)
	subsume
	KEEP:
		kept actions
		renumber?
		assign ID
		mark parents used
		mark maximal literals
		print
	
	unsafe unit conflict
	new demod
	index
	add to limbo

Limbo process:

	factor
	new_constants
	fold demial (if input or copy just)
	back subsumption
	back demodulation
	back unit deletion
	move to sos (maybe displacing another)
	index for back demod