Skip to content

Commit 95a8c4d

Browse files
committed
[rename] algebra scalars function -> algebra scalar lifting function
1 parent 7db4cd4 commit 95a8c4d

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ metamath.exe
1818
*.mmp
1919
*.mmt
2020
*.mms
21+
*.html

scripts/minimize

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
theorem="$1"
55
source="${2:-set.mm}"
66

7-
metamath "read ${source}" \
7+
metamath "SET UNIFICATION_TIMEOUT 1000000"\
8+
"read ${source}" \
89
"prove ${theorem}" \
910
'minimize */allow */no_new ax-*' \
1011
'save new /compressed' \

scripts/regen-discouraged

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# We sort "show discouraged" results to ignore benign reordering, and sort
66
# using LC_ALL=C so that the current locale won't affect the reorder.
77

8-
result_file='discouraged'
8+
result_file='discouraged1'
99

1010
while [ $# -gt 0 ] ; do
1111
case "$1" in

0 commit comments

Comments
 (0)