Delete default_100
Browse files- default_100/expressions.jsonl +0 -3
- default_100/operator.jsonl +0 -115
default_100/expressions.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:66478bdf5745c85c1ba2bc81a3a5e1f65c16426cd4f2aa8bb4f1050d687b91f9
|
3 |
-
size 2677258656
|
|
|
|
|
|
|
|
default_100/operator.jsonl
DELETED
@@ -1,115 +0,0 @@
|
|
1 |
-
{"id": 1, "symbol": "+", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": null, "definition_type": null, "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_1(a, b):\n sum_ab = a + b \n if sum_ab > thres:\n return float(\"inf\")\n elif sum_ab < -thres:\n return float(\"-inf\")\n return sum_ab", "op_count_func": "def op_count_1(a, b):\n return 1", "dependencies": []}
|
2 |
-
{"id": 2, "symbol": "-", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": null, "definition_type": null, "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_2(a, b):\n diff_ab = a - b \n if diff_ab > thres:\n return float(\"inf\")\n elif diff_ab < -thres:\n return float(\"-inf\")\n return diff_ab", "op_count_func": "def op_count_2(a, b):\n return 1", "dependencies": []}
|
3 |
-
{"id": 3, "symbol": "-", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": null, "definition_type": null, "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_3(a):\n neg_a = -a \n if neg_a > thres:\n return float(\"inf\")\n elif neg_a < -thres:\n return float(\"-inf\")\n return neg_a", "op_count_func": "def op_count_3(a):\n return 1", "dependencies": []}
|
4 |
-
{"id": 4, "symbol": "⩹⋁⇣", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⩹⋁⇣a = { (((-a)-(a+a))-((a+284)+(a+577))) }", "definition_type": "simple_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_4(a):\n return op_2(op_2(op_3(a),op_1(a,a)),op_1(op_1(a,284),op_1(a,577)))\n", "op_count_func": "def op_count_4(a):\n count = op_count_3(a)+op_count_1(a,a)+op_count_2(op_3(a),op_1(a,a))+op_count_1(a,284)+op_count_1(a,577)+op_count_1(op_1(a,284),op_1(a,577))+op_count_2(op_2(op_3(a),op_1(a,a)),op_1(op_1(a,284),op_1(a,577)))\n return count\n", "dependencies": [1, 2, 3]}
|
5 |
-
{"id": 5, "symbol": "↛⊱⨖", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a↛⊱⨖b = { ((⩹⋁⇣a)-b) }", "definition_type": "simple_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_5(a, b):\n return op_2(op_4(a),b)\n", "op_count_func": "def op_count_5(a, b):\n count = op_count_4(a)+op_count_2(op_4(a),b)\n return count\n", "dependencies": [2, 4]}
|
6 |
-
{"id": 6, "symbol": "⪲", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a⪲b = { (((b+a)↛⊱⨖(81-b))↛⊱⨖(b+(-b))) }", "definition_type": "simple_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_6(a, b):\n return op_5(op_5(op_1(b,a),op_2(81,b)),op_1(b,op_3(b)))\n", "op_count_func": "def op_count_6(a, b):\n count = op_count_1(b,a)+op_count_2(81,b)+op_count_5(op_1(b,a),op_2(81,b))+op_count_3(b)+op_count_1(b,op_3(b))+op_count_5(op_5(op_1(b,a),op_2(81,b)),op_1(b,op_3(b)))\n return count\n", "dependencies": [1, 2, 3, 5]}
|
7 |
-
{"id": 7, "symbol": "⇟⨨⪙", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a⇟⨨⪙ = { (a⪲a) }", "definition_type": "simple_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_7(a):\n return op_6(a,a)\n", "op_count_func": "def op_count_7(a):\n count = op_count_6(a,a)\n return count\n", "dependencies": [6]}
|
8 |
-
{"id": 8, "symbol": "∾≤", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a∾≤ = { ((⩹⋁⇣266)↛⊱⨖(a+a)) }", "definition_type": "simple_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_8(a):\n return op_5(op_4(266),op_1(a,a))\n", "op_count_func": "def op_count_8(a):\n count = op_count_4(266)+op_count_1(a,a)+op_count_5(op_4(266),op_1(a,a))\n return count\n", "dependencies": [1, 4, 5]}
|
9 |
-
{"id": 9, "symbol": "⊜", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a⊜ = { (-((a⪲267)↛⊱⨖(a⪲a))) }", "definition_type": "simple_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_9(a):\n return op_3(op_5(op_6(a,267),op_6(a,a)))\n", "op_count_func": "def op_count_9(a):\n count = op_count_6(a,267)+op_count_6(a,a)+op_count_5(op_6(a,267),op_6(a,a))+op_count_3(op_5(op_6(a,267),op_6(a,a)))\n return count\n", "dependencies": [3, 5, 6]}
|
10 |
-
{"id": 10, "symbol": "↭∨∫", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a↭∨∫b = { ((a-b)↛⊱⨖(⇟⨨⪙b)) }", "definition_type": "simple_definition", "priority": 5, "associativity_direction": "left", "op_compute_func": "def op_10(a, b):\n return op_5(op_2(a,b),op_7(b))\n", "op_count_func": "def op_count_10(a, b):\n count = op_count_2(a,b)+op_count_7(b)+op_count_5(op_2(a,b),op_7(b))\n return count\n", "dependencies": [2, 5, 7]}
|
11 |
-
{"id": 11, "symbol": "⊪⪋⨱", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⊪⪋⨱a = { (((∾≤a)⪲(∾≤a))↛⊱⨖a) }", "definition_type": "simple_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_11(a):\n return op_5(op_6(op_8(a),op_8(a)),a)\n", "op_count_func": "def op_count_11(a):\n count = op_count_8(a)+op_count_8(a)+op_count_6(op_8(a),op_8(a))+op_count_5(op_6(op_8(a),op_8(a)),a)\n return count\n", "dependencies": [8, 5, 6]}
|
12 |
-
{"id": 12, "symbol": "≃", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a≃b = { ((⊪⪋⨱(a+a))↛⊱⨖(b-(a↛⊱⨖b))) , if (b < 90 or (a∾≤) <= 295) ; (((b↛⊱⨖256)↛⊱⨖(⊪⪋⨱a))+((a+b)-(b-b))), else }", "definition_type": "branch_definition", "priority": 5, "associativity_direction": "left", "op_compute_func": "def op_12(a, b):\n if (b < 90 or op_8(a) <= 295):\n return op_5(op_11(op_1(a,a)),op_2(b,op_5(a,b)))\n else:\n return op_1(op_5(op_5(b,256),op_11(a)),op_2(op_1(a,b),op_2(b,b)))\n", "op_count_func": "def op_count_12(a, b):\n if (b < 90 or op_8(a) <= 295):\n count = op_count_1(a,a)+op_count_11(op_1(a,a))+op_count_5(a,b)+op_count_2(b,op_5(a,b))+op_count_5(op_11(op_1(a,a)),op_2(b,op_5(a,b)))+op_count_8(a)\n else:\n count = op_count_5(b,256)+op_count_11(a)+op_count_5(op_5(b,256),op_11(a))+op_count_1(a,b)+op_count_2(b,b)+op_count_2(op_1(a,b),op_2(b,b))+op_count_1(op_5(op_5(b,256),op_11(a)),op_2(op_1(a,b),op_2(b,b)))\n return count\n", "dependencies": [1, 2, 5, 8, 11]}
|
13 |
-
{"id": 13, "symbol": "↡≎", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a↡≎ = { (a⪲a) , if (a ⪲ 855) < 5 and (a ↛⊱⨖ 957) > 799 and (a ↛⊱⨖ 483) < 389 ; (-a), else }", "definition_type": "branch_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_13(a):\n if op_6(a,855) < 5 and op_5(a,957) > 799 and op_5(a,483) < 389:\n return op_6(a,a)\n else:\n return op_3(a)\n", "op_count_func": "def op_count_13(a):\n if op_6(a,855) < 5 and op_5(a,957) > 799 and op_5(a,483) < 389:\n count = op_count_6(a,a)+op_count_6(a,855)+op_count_5(a,957)+op_count_5(a,483)\n else:\n count = op_count_3(a)\n return count\n", "dependencies": [5, 3, 6]}
|
14 |
-
{"id": 14, "symbol": "⋫⩶", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a⋫⩶b = { (↡≎a) , if ((b ↭∨∫ 623) <= 647 or (a⊜) <= 546 or (-b) >= 779) ; (a-a), else }", "definition_type": "branch_definition", "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_14(a, b):\n if (op_10(b,623) <= 647 or op_9(a) <= 546 or op_3(b) >= 779):\n return op_13(a)\n else:\n return op_2(a,a)\n", "op_count_func": "def op_count_14(a, b):\n if (op_10(b,623) <= 647 or op_9(a) <= 546 or op_3(b) >= 779):\n count = op_count_13(a)+op_count_10(b,623)+op_count_9(a)+op_count_3(b)\n else:\n count = op_count_2(a,a)\n return count\n", "dependencies": [2, 3, 9, 10, 13]}
|
15 |
-
{"id": 15, "symbol": "≴", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a≴ = { (⊜363) , if (a⇟⨨⪙) >= 528 ; (a↛⊱⨖49), else }", "definition_type": "branch_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_15(a):\n if op_7(a) >= 528:\n return op_9(363)\n else:\n return op_5(a,49)\n", "op_count_func": "def op_count_15(a):\n if op_7(a) >= 528:\n count = op_count_9(363)+op_count_7(a)\n else:\n count = op_count_5(a,49)\n return count\n", "dependencies": [9, 7, 5]}
|
16 |
-
{"id": 16, "symbol": "⪰⩣", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a⪰⩣b = { (((∾≤b)+(a↛⊱⨖a))+(387⪲(b↛⊱⨖b))) , if (a + 749) < 29 ; (((a-a)≃(∾≤b))⋫⩶((89-b)+(b↛⊱⨖b))), else }", "definition_type": "branch_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_16(a, b):\n if op_1(a,749) < 29:\n return op_1(op_1(op_8(b),op_5(a,a)),op_6(387,op_5(b,b)))\n else:\n return op_14(op_12(op_2(a,a),op_8(b)),op_1(op_2(89,b),op_5(b,b)))\n", "op_count_func": "def op_count_16(a, b):\n if op_1(a,749) < 29:\n count = op_count_8(b)+op_count_5(a,a)+op_count_1(op_8(b),op_5(a,a))+op_count_5(b,b)+op_count_6(387,op_5(b,b))+op_count_1(op_1(op_8(b),op_5(a,a)),op_6(387,op_5(b,b)))+op_count_1(a,749)\n else:\n count = op_count_2(a,a)+op_count_8(b)+op_count_12(op_2(a,a),op_8(b))+op_count_2(89,b)+op_count_5(b,b)+op_count_1(op_2(89,b),op_5(b,b))+op_count_14(op_12(op_2(a,a),op_8(b)),op_1(op_2(89,b),op_5(b,b)))\n return count\n", "dependencies": [1, 2, 5, 6, 8, 12, 14]}
|
17 |
-
{"id": 17, "symbol": "⇊⩙⩇", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⇊⩙⩇a = { ((715⪰⩣a)⪲(a↛⊱⨖a)) , if (a ⪰⩣ 603) <= 98 ; (-(91⪲a)), else }", "definition_type": "branch_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_17(a):\n if op_16(a,603) <= 98:\n return op_6(op_16(715,a),op_5(a,a))\n else:\n return op_3(op_6(91,a))\n", "op_count_func": "def op_count_17(a):\n if op_16(a,603) <= 98:\n count = op_count_16(715,a)+op_count_5(a,a)+op_count_6(op_16(715,a),op_5(a,a))+op_count_16(a,603)\n else:\n count = op_count_6(91,a)+op_count_3(op_6(91,a))\n return count\n", "dependencies": [3, 5, 6, 16]}
|
18 |
-
{"id": 18, "symbol": "⇔", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⇔a = { (⇊⩙⩇((⇊⩙⩇a)↭∨∫(⇊⩙⩇a))) , if (a ⋫⩶ 954) != 31 ; (((34-a)⪰⩣(a⋫⩶a))⪰⩣((⇊⩙⩇a)-(a↛⊱⨖a))), else }", "definition_type": "branch_definition", "priority": 7, "associativity_direction": "right", "op_compute_func": "def op_18(a):\n if op_14(a,954) != 31:\n return op_17(op_10(op_17(a),op_17(a)))\n else:\n return op_16(op_16(op_2(34,a),op_14(a,a)),op_2(op_17(a),op_5(a,a)))\n", "op_count_func": "def op_count_18(a):\n if op_14(a,954) != 31:\n count = op_count_17(a)+op_count_17(a)+op_count_10(op_17(a),op_17(a))+op_count_17(op_10(op_17(a),op_17(a)))+op_count_14(a,954)\n else:\n count = op_count_2(34,a)+op_count_14(a,a)+op_count_16(op_2(34,a),op_14(a,a))+op_count_17(a)+op_count_5(a,a)+op_count_2(op_17(a),op_5(a,a))+op_count_16(op_16(op_2(34,a),op_14(a,a)),op_2(op_17(a),op_5(a,a)))\n return count\n", "dependencies": [2, 5, 10, 14, 16, 17]}
|
19 |
-
{"id": 19, "symbol": "⩼⨧", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⩼⨧a = { ((⩹⋁⇣(⩹⋁⇣a))-a) , if (⊪⪋⨱a) >= 18 ; ((⩹⋁⇣a)⪰⩣(⩹⋁⇣(a⋫⩶a))), else }", "definition_type": "branch_definition", "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_19(a):\n if op_11(a) >= 18:\n return op_2(op_4(op_4(a)),a)\n else:\n return op_16(op_4(a),op_4(op_14(a,a)))\n", "op_count_func": "def op_count_19(a):\n if op_11(a) >= 18:\n count = op_count_4(a)+op_count_4(op_4(a))+op_count_2(op_4(op_4(a)),a)+op_count_11(a)\n else:\n count = op_count_4(a)+op_count_14(a,a)+op_count_4(op_14(a,a))+op_count_16(op_4(a),op_4(op_14(a,a)))\n return count\n", "dependencies": [2, 4, 11, 14, 16]}
|
20 |
-
{"id": 20, "symbol": "⊀", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⊀a = { ((-(a⪲a))⋫⩶(-(a↭∨∫118))) }", "definition_type": "simple_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_20(a):\n return op_14(op_3(op_6(a,a)),op_3(op_10(a,118)))\n", "op_count_func": "def op_count_20(a):\n count = op_count_6(a,a)+op_count_3(op_6(a,a))+op_count_10(a,118)+op_count_3(op_10(a,118))+op_count_14(op_3(op_6(a,a)),op_3(op_10(a,118)))\n return count\n", "dependencies": [3, 6, 10, 14]}
|
21 |
-
{"id": 21, "symbol": "⊜⫢", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a⊜⫢b = { (((∾≤a)⪰⩣(a-30))⪲((a≃a)↭∨∫(∾≤b))) , if (a≴) == 398 ; (((b↛⊱⨖b)↭∨∫(a⪰⩣b))≃(b↭∨∫a)), else }", "definition_type": "branch_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_21(a, b):\n if op_15(a) == 398:\n return op_6(op_16(op_8(a),op_2(a,30)),op_10(op_12(a,a),op_8(b)))\n else:\n return op_12(op_10(op_5(b,b),op_16(a,b)),op_10(b,a))\n", "op_count_func": "def op_count_21(a, b):\n if op_15(a) == 398:\n count = op_count_8(a)+op_count_2(a,30)+op_count_16(op_8(a),op_2(a,30))+op_count_12(a,a)+op_count_8(b)+op_count_10(op_12(a,a),op_8(b))+op_count_6(op_16(op_8(a),op_2(a,30)),op_10(op_12(a,a),op_8(b)))+op_count_15(a)\n else:\n count = op_count_5(b,b)+op_count_16(a,b)+op_count_10(op_5(b,b),op_16(a,b))+op_count_10(b,a)+op_count_12(op_10(op_5(b,b),op_16(a,b)),op_10(b,a))\n return count\n", "dependencies": [2, 5, 6, 8, 10, 12, 15, 16]}
|
22 |
-
{"id": 22, "symbol": "↨⫒", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a↨⫒b = { ((⇊⩙⩇b)+(b+a)) }", "definition_type": "simple_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_22(a, b):\n return op_1(op_17(b),op_1(b,a))\n", "op_count_func": "def op_count_22(a, b):\n count = op_count_17(b)+op_count_1(b,a)+op_count_1(op_17(b),op_1(b,a))\n return count\n", "dependencies": [1, 17]}
|
23 |
-
{"id": 23, "symbol": "⋼⩄", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a⋼⩄b = { a , if (a ↨⫒ 605) <= 90 ; ((⊜73)⋫⩶(b-a)) , if (⇊⩙⩇b) > 139 ; ((b⪲b)-(b≃520)) , if (a⊜) == 203 ; b, else }", "definition_type": "branch_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_23(a, b):\n if op_22(a,605) <= 90:\n return a\n elif op_17(b) > 139:\n return op_14(op_9(73),op_2(b,a))\n elif op_9(a) == 203:\n return op_2(op_6(b,b),op_12(b,520))\n else:\n return b\n", "op_count_func": "def op_count_23(a, b):\n if op_22(a,605) <= 90:\n count = 1\n elif op_17(b) > 139:\n count = op_count_9(73)+op_count_2(b,a)+op_count_14(op_9(73),op_2(b,a))+op_count_17(b)\n elif op_9(a) == 203:\n count = op_count_6(b,b)+op_count_12(b,520)+op_count_2(op_6(b,b),op_12(b,520))+op_count_9(a)\n else:\n count = 1\n return count\n", "dependencies": [2, 6, 9, 12, 14, 17, 22]}
|
24 |
-
{"id": 24, "symbol": "⫌≇", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a⫌≇ = { ((⊀25)-(54⋼⩄a)) }", "definition_type": "simple_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_24(a):\n return op_2(op_20(25),op_23(54,a))\n", "op_count_func": "def op_count_24(a):\n count = op_count_20(25)+op_count_23(54,a)+op_count_2(op_20(25),op_23(54,a))\n return count\n", "dependencies": [2, 20, 23]}
|
25 |
-
{"id": 25, "symbol": "∱∤", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a∱∤b = { (b⪰⩣((b↛⊱⨖a)⋼⩄(a⋼⩄a))) , if b != 433 ; (⫌≇((b↭∨∫a)-(a⋼⩄341))), else }", "definition_type": "branch_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_25(a, b):\n if b != 433:\n return op_16(b,op_23(op_5(b,a),op_23(a,a)))\n else:\n return op_24(op_2(op_10(b,a),op_23(a,341)))\n", "op_count_func": "def op_count_25(a, b):\n if b != 433:\n count = op_count_5(b,a)+op_count_23(a,a)+op_count_23(op_5(b,a),op_23(a,a))+op_count_16(b,op_23(op_5(b,a),op_23(a,a)))\n else:\n count = op_count_10(b,a)+op_count_23(a,341)+op_count_2(op_10(b,a),op_23(a,341))+op_count_24(op_2(op_10(b,a),op_23(a,341)))\n return count\n", "dependencies": [2, 5, 10, 16, 23, 24]}
|
26 |
-
{"id": 26, "symbol": "∨⩷∮", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a∨⩷∮ = { ((a⪰⩣a)⋼⩄(-a)) , if (a ≃ 300) <= 321 ; ((a↛⊱⨖a)↛⊱⨖(a⪰⩣a)) , if (a <= 321 or (a ⊜⫢ 28) >= 515) ; (a+(a≃140)) , if (-a) >= 6 and (⩼⨧a) > 478 ; (-a) , if (a ≃ 811) <= 47 ; ((-a)⪰⩣(a⪰⩣a)), else }", "definition_type": "branch_definition", "priority": 8, "associativity_direction": "left", "op_compute_func": "def op_26(a):\n if op_12(a,300) <= 321:\n return op_23(op_16(a,a),op_3(a))\n elif (a <= 321 or op_21(a,28) >= 515):\n return op_5(op_5(a,a),op_16(a,a))\n elif op_3(a) >= 6 and op_19(a) > 478:\n return op_1(a,op_12(a,140))\n elif op_12(a,811) <= 47:\n return op_3(a)\n else:\n return op_16(op_3(a),op_16(a,a))\n", "op_count_func": "def op_count_26(a):\n if op_12(a,300) <= 321:\n count = op_count_16(a,a)+op_count_3(a)+op_count_23(op_16(a,a),op_3(a))+op_count_12(a,300)\n elif (a <= 321 or op_21(a,28) >= 515):\n count = op_count_5(a,a)+op_count_16(a,a)+op_count_5(op_5(a,a),op_16(a,a))+op_count_21(a,28)\n elif op_3(a) >= 6 and op_19(a) > 478:\n count = op_count_12(a,140)+op_count_1(a,op_12(a,140))+op_count_3(a)+op_count_19(a)\n elif op_12(a,811) <= 47:\n count = op_count_3(a)+op_count_12(a,811)\n else:\n count = op_count_3(a)+op_count_16(a,a)+op_count_16(op_3(a),op_16(a,a))\n return count\n", "dependencies": [1, 3, 5, 12, 16, 19, 21, 23]}
|
27 |
-
{"id": 27, "symbol": "⇀", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⇀a = { (⇟⨨⪙(a⋼⩄533)) }", "definition_type": "simple_definition", "priority": 7, "associativity_direction": "right", "op_compute_func": "def op_27(a):\n return op_7(op_23(a,533))\n", "op_count_func": "def op_count_27(a):\n count = op_count_23(a,533)+op_count_7(op_23(a,533))\n return count\n", "dependencies": [23, 7]}
|
28 |
-
{"id": 28, "symbol": "⊨⪞", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⊨⪞a = { ((-(a↭∨∫a))⋼⩄((-a)≃(a↛⊱⨖a))) , if a == 131 ; (a⋫⩶(-(a⋼⩄a))) , if (a + 265) >= 220 ; (((a⪰⩣a)+(a⪲a))⋫⩶((a⪰⩣a)↛⊱⨖(a↭∨∫a))) , if a < 0 ; a, else }", "definition_type": "branch_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_28(a):\n if a == 131:\n return op_23(op_3(op_10(a,a)),op_12(op_3(a),op_5(a,a)))\n elif op_1(a,265) >= 220:\n return op_14(a,op_3(op_23(a,a)))\n elif a < 0:\n return op_14(op_1(op_16(a,a),op_6(a,a)),op_5(op_16(a,a),op_10(a,a)))\n else:\n return a\n", "op_count_func": "def op_count_28(a):\n if a == 131:\n count = op_count_10(a,a)+op_count_3(op_10(a,a))+op_count_3(a)+op_count_5(a,a)+op_count_12(op_3(a),op_5(a,a))+op_count_23(op_3(op_10(a,a)),op_12(op_3(a),op_5(a,a)))\n elif op_1(a,265) >= 220:\n count = op_count_23(a,a)+op_count_3(op_23(a,a))+op_count_14(a,op_3(op_23(a,a)))+op_count_1(a,265)\n elif a < 0:\n count = op_count_16(a,a)+op_count_6(a,a)+op_count_1(op_16(a,a),op_6(a,a))+op_count_16(a,a)+op_count_10(a,a)+op_count_5(op_16(a,a),op_10(a,a))+op_count_14(op_1(op_16(a,a),op_6(a,a)),op_5(op_16(a,a),op_10(a,a)))\n else:\n count = 1\n return count\n", "dependencies": [1, 3, 5, 6, 10, 12, 14, 16, 23]}
|
29 |
-
{"id": 29, "symbol": "⩠", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a⩠ = { ((a⋼⩄a)∱∤(⊪⪋⨱293)) , if ((a⇟⨨⪙) == 433 or (⊨⪞a) < 245) ; ((a≃24)+(a+a)), else }", "definition_type": "branch_definition", "priority": 5, "associativity_direction": "left", "op_compute_func": "def op_29(a):\n if (op_7(a) == 433 or op_28(a) < 245):\n return op_25(op_23(a,a),op_11(293))\n else:\n return op_1(op_12(a,24),op_1(a,a))\n", "op_count_func": "def op_count_29(a):\n if (op_7(a) == 433 or op_28(a) < 245):\n count = op_count_23(a,a)+op_count_11(293)+op_count_25(op_23(a,a),op_11(293))+op_count_7(a)+op_count_28(a)\n else:\n count = op_count_12(a,24)+op_count_1(a,a)+op_count_1(op_12(a,24),op_1(a,a))\n return count\n", "dependencies": [1, 7, 11, 12, 23, 25, 28]}
|
30 |
-
{"id": 30, "symbol": "∋", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a∋b = { (((64+14)⊜⫢b)≃((a↭∨∫b)↨⫒(∾≤b))) }", "definition_type": "simple_definition", "priority": 5, "associativity_direction": "left", "op_compute_func": "def op_30(a, b):\n return op_12(op_21(op_1(64,14),b),op_22(op_10(a,b),op_8(b)))\n", "op_count_func": "def op_count_30(a, b):\n count = op_count_1(64,14)+op_count_21(op_1(64,14),b)+op_count_10(a,b)+op_count_8(b)+op_count_22(op_10(a,b),op_8(b))+op_count_12(op_21(op_1(64,14),b),op_22(op_10(a,b),op_8(b)))\n return count\n", "dependencies": [1, 8, 10, 12, 21, 22]}
|
31 |
-
{"id": 31, "symbol": "⩬⨦⊫", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a⩬⨦⊫ = { (⊪⪋⨱(a⊜⫢a)) }", "definition_type": "simple_definition", "priority": 9, "associativity_direction": "left", "op_compute_func": "def op_31(a):\n return op_11(op_21(a,a))\n", "op_count_func": "def op_count_31(a):\n count = op_count_21(a,a)+op_count_11(op_21(a,a))\n return count\n", "dependencies": [11, 21]}
|
32 |
-
{"id": 32, "symbol": "⫋↯⪋", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a⫋↯⪋b = { (((-a)↭∨∫(66+a))-((a↭∨∫56)⪲(-b))) }", "definition_type": "simple_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_32(a, b):\n return op_2(op_10(op_3(a),op_1(66,a)),op_6(op_10(a,56),op_3(b)))\n", "op_count_func": "def op_count_32(a, b):\n count = op_count_3(a)+op_count_1(66,a)+op_count_10(op_3(a),op_1(66,a))+op_count_10(a,56)+op_count_3(b)+op_count_6(op_10(a,56),op_3(b))+op_count_2(op_10(op_3(a),op_1(66,a)),op_6(op_10(a,56),op_3(b)))\n return count\n", "dependencies": [1, 2, 3, 6, 10]}
|
33 |
-
{"id": 33, "symbol": "⨈⪬⋋", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⨈⪬⋋a = { ((⫌≇(a⫋↯⪋26))⋼⩄(⫌≇(a∱∤a))) }", "definition_type": "simple_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_33(a):\n return op_23(op_24(op_32(a,26)),op_24(op_25(a,a)))\n", "op_count_func": "def op_count_33(a):\n count = op_count_32(a,26)+op_count_24(op_32(a,26))+op_count_25(a,a)+op_count_24(op_25(a,a))+op_count_23(op_24(op_32(a,26)),op_24(op_25(a,a)))\n return count\n", "dependencies": [32, 23, 24, 25]}
|
34 |
-
{"id": 34, "symbol": "⇪⊻", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⇪⊻a = { (((-a)∱∤(a+a))↨⫒(a⊜⫢(a⊜⫢a))) }", "definition_type": "simple_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_34(a):\n return op_22(op_25(op_3(a),op_1(a,a)),op_21(a,op_21(a,a)))\n", "op_count_func": "def op_count_34(a):\n count = op_count_3(a)+op_count_1(a,a)+op_count_25(op_3(a),op_1(a,a))+op_count_21(a,a)+op_count_21(a,op_21(a,a))+op_count_22(op_25(op_3(a),op_1(a,a)),op_21(a,op_21(a,a)))\n return count\n", "dependencies": [1, 3, 21, 22, 25]}
|
35 |
-
{"id": 35, "symbol": "⫙⋖", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a⫙⋖ = { (a↨⫒a) }", "definition_type": "simple_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_35(a):\n return op_22(a,a)\n", "op_count_func": "def op_count_35(a):\n count = op_count_22(a,a)\n return count\n", "dependencies": [22]}
|
36 |
-
{"id": 36, "symbol": "∰", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a∰b = { ((⫙⋖(a+639))⪲((⫙⋖464)⪰⩣(b↨⫒16))) , if (⇔a) <= 102 ; (((⫙⋖843)⊜⫢(b≃a))⋼⩄(⫙⋖(⫙⋖a))), else }", "definition_type": "branch_definition", "priority": 7, "associativity_direction": "right", "op_compute_func": "def op_36(a, b):\n if op_18(a) <= 102:\n return op_6(op_35(op_1(a,639)),op_16(op_35(464),op_22(b,16)))\n else:\n return op_23(op_21(op_35(843),op_12(b,a)),op_35(op_35(a)))\n", "op_count_func": "def op_count_36(a, b):\n if op_18(a) <= 102:\n count = op_count_1(a,639)+op_count_35(op_1(a,639))+op_count_35(464)+op_count_22(b,16)+op_count_16(op_35(464),op_22(b,16))+op_count_6(op_35(op_1(a,639)),op_16(op_35(464),op_22(b,16)))+op_count_18(a)\n else:\n count = op_count_35(843)+op_count_12(b,a)+op_count_21(op_35(843),op_12(b,a))+op_count_35(a)+op_count_35(op_35(a))+op_count_23(op_21(op_35(843),op_12(b,a)),op_35(op_35(a)))\n return count\n", "dependencies": [1, 35, 6, 12, 16, 18, 21, 22, 23]}
|
37 |
-
{"id": 37, "symbol": "⩫↺", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a⩫↺ = { (-(a+a)) }", "definition_type": "simple_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_37(a):\n return op_3(op_1(a,a))\n", "op_count_func": "def op_count_37(a):\n count = op_count_1(a,a)+op_count_3(op_1(a,a))\n return count\n", "dependencies": [1, 3]}
|
38 |
-
{"id": 38, "symbol": "↯∬", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "↯∬a = { (2↨⫒a) , if (a ≃ 2) > 8 ; (a⊜⫢a), else }", "definition_type": "branch_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_38(a):\n if op_12(a,2) > 8:\n return op_22(2,a)\n else:\n return op_21(a,a)\n", "op_count_func": "def op_count_38(a):\n if op_12(a,2) > 8:\n count = op_count_22(2,a)+op_count_12(a,2)\n else:\n count = op_count_21(a,a)\n return count\n", "dependencies": [12, 21, 22]}
|
39 |
-
{"id": 39, "symbol": "∎⊖", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a∎⊖b = { (-68) , if a != 58 ; (501⊜⫢b) , if a > 306 ; (a+a), else }", "definition_type": "branch_definition", "priority": 7, "associativity_direction": "right", "op_compute_func": "def op_39(a, b):\n if a != 58:\n return op_3(68)\n elif a > 306:\n return op_21(501,b)\n else:\n return op_1(a,a)\n", "op_count_func": "def op_count_39(a, b):\n if a != 58:\n count = op_count_3(68)\n elif a > 306:\n count = op_count_21(501,b)\n else:\n count = op_count_1(a,a)\n return count\n", "dependencies": [1, 3, 21]}
|
40 |
-
{"id": 40, "symbol": "⇇↴≔", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a⇇↴≔b = { (⫌≇(a∋b)) , if (⇔b) < 218 and b > 207 ; ((a≃a)⫋↯⪋(b∱∤b)) , if (a == 2 and b < 3) ; (⫌≇(a↨⫒294)) , if b == 33 ; (a↨⫒(119∎⊖a)), else }", "definition_type": "branch_definition", "priority": 8, "associativity_direction": "left", "op_compute_func": "def op_40(a, b):\n if op_18(b) < 218 and b > 207:\n return op_24(op_30(a,b))\n elif (a == 2 and b < 3):\n return op_32(op_12(a,a),op_25(b,b))\n elif b == 33:\n return op_24(op_22(a,294))\n else:\n return op_22(a,op_39(119,a))\n", "op_count_func": "def op_count_40(a, b):\n if op_18(b) < 218 and b > 207:\n count = op_count_30(a,b)+op_count_24(op_30(a,b))+op_count_18(b)\n elif (a == 2 and b < 3):\n count = op_count_12(a,a)+op_count_25(b,b)+op_count_32(op_12(a,a),op_25(b,b))\n elif b == 33:\n count = op_count_22(a,294)+op_count_24(op_22(a,294))\n else:\n count = op_count_39(119,a)+op_count_22(a,op_39(119,a))\n return count\n", "dependencies": [32, 39, 12, 18, 22, 24, 25, 30]}
|
41 |
-
{"id": 41, "symbol": "⪣≿", "n_ary": 2, "unary_position": null, "n_order": 1, "is_base": null, "definition": "a⪣≿b = { (⇪⊻b) , if ((a⇟⨨⪙) < 276 or (a↡≎) == 2) ; (a⪰⩣b) , if b < 60 ; (b⪲a) , if (a ⊜⫢ 611) < 154 ; (a⇇↴≔a), else }", "definition_type": "branch_definition", "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_41(a, b):\n if (op_7(a) < 276 or op_13(a) == 2):\n return op_34(b)\n elif b < 60:\n return op_16(a,b)\n elif op_21(a,611) < 154:\n return op_6(b,a)\n else:\n return op_40(a,a)\n", "op_count_func": "def op_count_41(a, b):\n if (op_7(a) < 276 or op_13(a) == 2):\n count = op_count_34(b)+op_count_7(a)+op_count_13(a)\n elif b < 60:\n count = op_count_16(a,b)\n elif op_21(a,611) < 154:\n count = op_count_6(b,a)+op_count_21(a,611)\n else:\n count = op_count_40(a,a)\n return count\n", "dependencies": [34, 6, 7, 40, 13, 16, 21]}
|
42 |
-
{"id": 42, "symbol": "⨘", "n_ary": 1, "unary_position": "prefix", "n_order": 1, "is_base": null, "definition": "⨘a = { ((158⪲a)⪰⩣(a⫋↯⪋a)) }", "definition_type": "simple_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_42(a):\n return op_16(op_6(158,a),op_32(a,a))\n", "op_count_func": "def op_count_42(a):\n count = op_count_6(158,a)+op_count_32(a,a)+op_count_16(op_6(158,a),op_32(a,a))\n return count\n", "dependencies": [16, 32, 6]}
|
43 |
-
{"id": 43, "symbol": "⩱", "n_ary": 1, "unary_position": "postfix", "n_order": 1, "is_base": null, "definition": "a⩱ = { (380⋼⩄(-a)) }", "definition_type": "simple_definition", "priority": 8, "associativity_direction": "left", "op_compute_func": "def op_43(a):\n return op_23(380,op_3(a))\n", "op_count_func": "def op_count_43(a):\n count = op_count_3(a)+op_count_23(380,op_3(a))\n return count\n", "dependencies": [3, 23]}
|
44 |
-
{"id": 44, "symbol": "*", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": null, "definition_type": null, "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_44(a, b):\n prod_ab = a * b \n if prod_ab > thres:\n return float(\"inf\")\n elif prod_ab < -thres:\n return float(\"-inf\")\n return prod_ab", "op_count_func": "def op_count_44(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (b != b) or a in special_values or b in special_values:\n return 1\n count = min(abs(a), abs(b))\n return count if count > 0 else 1", "dependencies": [1]}
|
45 |
-
{"id": 45, "symbol": "/", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": null, "definition_type": null, "priority": 10, "associativity_direction": "right", "op_compute_func": "def op_45(a, b):\n if b == 0:\n return float(\"nan\")\n if b == float('inf') or b == float('-inf'):\n if a != float('inf') and a != float('-inf') and a == a:\n return 0\n return a // b", "op_count_func": "def op_count_45(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (b != b) or a in special_values or b in special_values:\n return 1\n if b == 0:\n return 1\n count = abs(a) // abs(b)\n return count if count > 0 else 1", "dependencies": [2]}
|
46 |
-
{"id": 46, "symbol": "%", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": null, "definition_type": null, "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_46(a, b):\n if b == 0:\n return float(\"nan\")\n return a % b", "op_count_func": "def op_count_46(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (b != b) or a in special_values or b in special_values:\n return 1\n if b == 0:\n return 1\n count = abs(a) // abs(b)\n return count if count > 0 else 1", "dependencies": [2]}
|
47 |
-
{"id": 47, "symbol": "⫓⪘⋣", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a⫓⪘⋣b = { ((↯∬(⇔a))⫋↯⪋((a/b)⪣≿(b*a))) }", "definition_type": "simple_definition", "priority": 8, "associativity_direction": "left", "op_compute_func": "def op_47(a, b):\n return op_32(op_38(op_18(a)),op_41(op_45(a,b),op_44(b,a)))\n", "op_count_func": "def op_count_47(a, b):\n count = op_count_18(a)+op_count_38(op_18(a))+op_count_45(a,b)+op_count_44(b,a)+op_count_41(op_45(a,b),op_44(b,a))+op_count_32(op_38(op_18(a)),op_41(op_45(a,b),op_44(b,a)))\n return count\n", "dependencies": [32, 38, 41, 44, 45, 18]}
|
48 |
-
{"id": 48, "symbol": "≵⊿", "n_ary": 1, "unary_position": "prefix", "n_order": 2, "is_base": null, "definition": "≵⊿a = { (⊜(468⪰⩣(a/a))) }", "definition_type": "simple_definition", "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_48(a):\n return op_9(op_16(468,op_45(a,a)))\n", "op_count_func": "def op_count_48(a):\n count = op_count_45(a,a)+op_count_16(468,op_45(a,a))+op_count_9(op_16(468,op_45(a,a)))\n return count\n", "dependencies": [9, 45, 16]}
|
49 |
-
{"id": 49, "symbol": "∽∎∏", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a∽∎∏b = { (((251*a)⪣≿(a-b))⫓⪘⋣(⊨⪞(b-a))) }", "definition_type": "simple_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_49(a, b):\n return op_47(op_41(op_44(251,a),op_2(a,b)),op_28(op_2(b,a)))\n", "op_count_func": "def op_count_49(a, b):\n count = op_count_44(251,a)+op_count_2(a,b)+op_count_41(op_44(251,a),op_2(a,b))+op_count_2(b,a)+op_count_28(op_2(b,a))+op_count_47(op_41(op_44(251,a),op_2(a,b)),op_28(op_2(b,a)))\n return count\n", "dependencies": [2, 41, 44, 47, 28]}
|
50 |
-
{"id": 50, "symbol": "⇋⪶", "n_ary": 1, "unary_position": "prefix", "n_order": 2, "is_base": null, "definition": "⇋⪶a = { ((⫙⋖(a/463))⪣≿a) }", "definition_type": "simple_definition", "priority": 10, "associativity_direction": "right", "op_compute_func": "def op_50(a):\n return op_41(op_35(op_45(a,463)),a)\n", "op_count_func": "def op_count_50(a):\n count = op_count_45(a,463)+op_count_35(op_45(a,463))+op_count_41(op_35(op_45(a,463)),a)\n return count\n", "dependencies": [41, 35, 45]}
|
51 |
-
{"id": 51, "symbol": "↲⫝̸", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a↲⫝̸b = { b , if (b⫙⋖) >= 4 ; ((⊜(a*b))∎⊖1), else }", "definition_type": "branch_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_51(a, b):\n if op_35(b) >= 4:\n return b\n else:\n return op_39(op_9(op_44(a,b)),1)\n", "op_count_func": "def op_count_51(a, b):\n if op_35(b) >= 4:\n count = 1\n else:\n count = op_count_44(a,b)+op_count_9(op_44(a,b))+op_count_39(op_9(op_44(a,b)),1)\n return count\n", "dependencies": [35, 39, 9, 44]}
|
52 |
-
{"id": 52, "symbol": "≞⊐", "n_ary": 1, "unary_position": "postfix", "n_order": 2, "is_base": null, "definition": "a≞⊐ = { (312∽∎∏a) , if a < 229 ; (a⪰⩣a), else }", "definition_type": "branch_definition", "priority": 11, "associativity_direction": "left", "op_compute_func": "def op_52(a):\n if a < 229:\n return op_49(312,a)\n else:\n return op_16(a,a)\n", "op_count_func": "def op_count_52(a):\n if a < 229:\n count = op_count_49(312,a)\n else:\n count = op_count_16(a,a)\n return count\n", "dependencies": [16, 49]}
|
53 |
-
{"id": 53, "symbol": "⨊", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a⨊b = { ((10∋a)%(⇀b)) , if (b↡≎) < 54 ; ((⇪⊻a)⋫⩶(b↨⫒a)), else }", "definition_type": "branch_definition", "priority": 7, "associativity_direction": "right", "op_compute_func": "def op_53(a, b):\n if op_13(b) < 54:\n return op_46(op_30(10,a),op_27(b))\n else:\n return op_14(op_34(a),op_22(b,a))\n", "op_count_func": "def op_count_53(a, b):\n if op_13(b) < 54:\n count = op_count_30(10,a)+op_count_27(b)+op_count_46(op_30(10,a),op_27(b))+op_count_13(b)\n else:\n count = op_count_34(a)+op_count_22(b,a)+op_count_14(op_34(a),op_22(b,a))\n return count\n", "dependencies": [34, 13, 46, 14, 22, 27, 30]}
|
54 |
-
{"id": 54, "symbol": "⊠⇸↻", "n_ary": 1, "unary_position": "postfix", "n_order": 2, "is_base": null, "definition": "a⊠⇸↻ = { (((⇊⩙⩇a)⪲(≴a))*(⫙⋖(⩹⋁⇣40))) , if (↯∬a) <= 758 ; (((a⨊a)↛⊱⨖(117∰a))⨊((25≃a)∋(⊨⪞123))), else }", "definition_type": "branch_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_54(a):\n if op_38(a) <= 758:\n return op_44(op_6(op_17(a),op_15(a)),op_35(op_4(40)))\n else:\n return op_53(op_5(op_53(a,a),op_36(117,a)),op_30(op_12(25,a),op_28(123)))\n", "op_count_func": "def op_count_54(a):\n if op_38(a) <= 758:\n count = op_count_17(a)+op_count_15(a)+op_count_6(op_17(a),op_15(a))+op_count_4(40)+op_count_35(op_4(40))+op_count_44(op_6(op_17(a),op_15(a)),op_35(op_4(40)))+op_count_38(a)\n else:\n count = op_count_53(a,a)+op_count_36(117,a)+op_count_5(op_53(a,a),op_36(117,a))+op_count_12(25,a)+op_count_28(123)+op_count_30(op_12(25,a),op_28(123))+op_count_53(op_5(op_53(a,a),op_36(117,a)),op_30(op_12(25,a),op_28(123)))\n return count\n", "dependencies": [35, 4, 5, 38, 6, 36, 44, 12, 15, 17, 53, 28, 30]}
|
55 |
-
{"id": 55, "symbol": "⨉", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a⨉b = { (⇋⪶((a/a)∽∎∏(a-b))) }", "definition_type": "simple_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_55(a, b):\n return op_50(op_49(op_45(a,a),op_2(a,b)))\n", "op_count_func": "def op_count_55(a, b):\n count = op_count_45(a,a)+op_count_2(a,b)+op_count_49(op_45(a,a),op_2(a,b))+op_count_50(op_49(op_45(a,a),op_2(a,b)))\n return count\n", "dependencies": [2, 45, 49, 50]}
|
56 |
-
{"id": 56, "symbol": "⪸⪗⫰", "n_ary": 1, "unary_position": "prefix", "n_order": 2, "is_base": null, "definition": "⪸⪗⫰a = { ((-a)↛⊱⨖((a/41)↲⫝̸(⇊⩙⩇157))) }", "definition_type": "simple_definition", "priority": 12, "associativity_direction": "right", "op_compute_func": "def op_56(a):\n return op_5(op_3(a),op_51(op_45(a,41),op_17(157)))\n", "op_count_func": "def op_count_56(a):\n count = op_count_3(a)+op_count_45(a,41)+op_count_17(157)+op_count_51(op_45(a,41),op_17(157))+op_count_5(op_3(a),op_51(op_45(a,41),op_17(157)))\n return count\n", "dependencies": [3, 5, 45, 17, 51]}
|
57 |
-
{"id": 57, "symbol": "∛⊢∷", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a∛⊢∷b = { (⨘((a/a)⫋↯⪋(b⫓⪘⋣a))) }", "definition_type": "simple_definition", "priority": 8, "associativity_direction": "left", "op_compute_func": "def op_57(a, b):\n return op_42(op_32(op_45(a,a),op_47(b,a)))\n", "op_count_func": "def op_count_57(a, b):\n count = op_count_45(a,a)+op_count_47(b,a)+op_count_32(op_45(a,a),op_47(b,a))+op_count_42(op_32(op_45(a,a),op_47(b,a)))\n return count\n", "dependencies": [32, 42, 45, 47]}
|
58 |
-
{"id": 58, "symbol": "⪸⩄", "n_ary": 1, "unary_position": "postfix", "n_order": 2, "is_base": null, "definition": "a⪸⩄ = { ((⩼⨧a)∋(a⪣≿24)) , if (a ⫋↯⪋ 773) != 66 ; ((⨘a)⫓⪘⋣(⊨⪞a)) , if a == 346 ; (⨘222) , if (a≴) <= 720 ; ((⪸⪗⫰a)∛⊢∷(a⋫⩶a)) , if (⪸⪗⫰a) >= 158 ; ((⇔a)⊜⫢(a⊜⫢417)), else }", "definition_type": "branch_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_58(a):\n if op_32(a,773) != 66:\n return op_30(op_19(a),op_41(a,24))\n elif a == 346:\n return op_47(op_42(a),op_28(a))\n elif op_15(a) <= 720:\n return op_42(222)\n elif op_56(a) >= 158:\n return op_57(op_56(a),op_14(a,a))\n else:\n return op_21(op_18(a),op_21(a,417))\n", "op_count_func": "def op_count_58(a):\n if op_32(a,773) != 66:\n count = op_count_19(a)+op_count_41(a,24)+op_count_30(op_19(a),op_41(a,24))+op_count_32(a,773)\n elif a == 346:\n count = op_count_42(a)+op_count_28(a)+op_count_47(op_42(a),op_28(a))\n elif op_15(a) <= 720:\n count = op_count_42(222)+op_count_15(a)\n elif op_56(a) >= 158:\n count = op_count_56(a)+op_count_14(a,a)+op_count_57(op_56(a),op_14(a,a))+op_count_56(a)\n else:\n count = op_count_18(a)+op_count_21(a,417)+op_count_21(op_18(a),op_21(a,417))\n return count\n", "dependencies": [32, 41, 42, 14, 47, 15, 18, 19, 21, 56, 57, 28, 30]}
|
59 |
-
{"id": 59, "symbol": "⇵≠", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a⇵≠b = { (≞⊐b) , if a >= 268 and (b ⨉ 797) != 25 ; (a⋼⩄a), else }", "definition_type": "branch_definition", "priority": 7, "associativity_direction": "right", "op_compute_func": "def op_59(a, b):\n if a >= 268 and op_55(b,797) != 25:\n return op_52(b)\n else:\n return op_23(a,a)\n", "op_count_func": "def op_count_59(a, b):\n if a >= 268 and op_55(b,797) != 25:\n count = op_count_52(b)+op_count_55(b,797)\n else:\n count = op_count_23(a,a)\n return count\n", "dependencies": [52, 23, 55]}
|
60 |
-
{"id": 60, "symbol": "⇁", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a⇁b = { ((⪸⪗⫰b)∎⊖(a↨⫒b)) }", "definition_type": "simple_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_60(a, b):\n return op_39(op_56(b),op_22(a,b))\n", "op_count_func": "def op_count_60(a, b):\n count = op_count_56(b)+op_count_22(a,b)+op_count_39(op_56(b),op_22(a,b))\n return count\n", "dependencies": [56, 22, 39]}
|
61 |
-
{"id": 61, "symbol": "⩟", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a⩟b = { (a/(201↭∨∫b)) , if a < 380 ; (⨘(38⨉a)) , if (b ∛⊢∷ 501) < 339 ; (≴(a⨊a)), else }", "definition_type": "branch_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_61(a, b):\n if a < 380:\n return op_45(a,op_10(201,b))\n elif op_57(b,501) < 339:\n return op_42(op_55(38,a))\n else:\n return op_15(op_53(a,a))\n", "op_count_func": "def op_count_61(a, b):\n if a < 380:\n count = op_count_10(201,b)+op_count_45(a,op_10(201,b))\n elif op_57(b,501) < 339:\n count = op_count_55(38,a)+op_count_42(op_55(38,a))+op_count_57(b,501)\n else:\n count = op_count_53(a,a)+op_count_15(op_53(a,a))\n return count\n", "dependencies": [10, 42, 45, 15, 53, 55, 57]}
|
62 |
-
{"id": 62, "symbol": "∵", "n_ary": 2, "unary_position": null, "n_order": 2, "is_base": null, "definition": "a∵b = { ((b⇵≠a)↲⫝̸(40⨉216)) }", "definition_type": "simple_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_62(a, b):\n return op_51(op_59(b,a),op_55(40,216))\n", "op_count_func": "def op_count_62(a, b):\n count = op_count_59(b,a)+op_count_55(40,216)+op_count_51(op_59(b,a),op_55(40,216))\n return count\n", "dependencies": [59, 51, 55]}
|
63 |
-
{"id": 63, "symbol": "⋣⫔⩇", "n_ary": 1, "unary_position": "postfix", "n_order": 2, "is_base": null, "definition": "a⋣⫔⩇ = { (((-a)⊜⫢(a⨉a))⩟((a∛⊢∷a)∛⊢∷a)) }", "definition_type": "simple_definition", "priority": 11, "associativity_direction": "left", "op_compute_func": "def op_63(a):\n return op_61(op_21(op_3(a),op_55(a,a)),op_57(op_57(a,a),a))\n", "op_count_func": "def op_count_63(a):\n count = op_count_3(a)+op_count_55(a,a)+op_count_21(op_3(a),op_55(a,a))+op_count_57(a,a)+op_count_57(op_57(a,a),a)+op_count_61(op_21(op_3(a),op_55(a,a)),op_57(op_57(a,a),a))\n return count\n", "dependencies": [3, 21, 55, 57, 61]}
|
64 |
-
{"id": 64, "symbol": "≁", "n_ary": 1, "unary_position": "prefix", "n_order": 2, "is_base": null, "definition": "≁a = { (((77⨉a)/(192↭∨∫a))∎⊖(∨⩷∮(⩬⨦⊫a))) }", "definition_type": "simple_definition", "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_64(a):\n return op_39(op_45(op_55(77,a),op_10(192,a)),op_26(op_31(a)))\n", "op_count_func": "def op_count_64(a):\n count = op_count_55(77,a)+op_count_10(192,a)+op_count_45(op_55(77,a),op_10(192,a))+op_count_31(a)+op_count_26(op_31(a))+op_count_39(op_45(op_55(77,a),op_10(192,a)),op_26(op_31(a)))\n return count\n", "dependencies": [39, 10, 45, 55, 26, 31]}
|
65 |
-
{"id": 65, "symbol": "⋳", "n_ary": 1, "unary_position": "postfix", "n_order": 2, "is_base": null, "definition": "a⋳ = { (⪸⪗⫰a) , if (a⩫↺) != 463 or (a ⪰⩣ 214) >= 89 ; (a⊜⫢a) , if a < 182 ; (74⪲254), else }", "definition_type": "branch_definition", "priority": 11, "associativity_direction": "left", "op_compute_func": "def op_65(a):\n if op_37(a) != 463 or op_16(a,214) >= 89:\n return op_56(a)\n elif a < 182:\n return op_21(a,a)\n else:\n return op_6(74,254)\n", "op_count_func": "def op_count_65(a):\n if op_37(a) != 463 or op_16(a,214) >= 89:\n count = op_count_56(a)+op_count_37(a)+op_count_16(a,214)\n elif a < 182:\n count = op_count_21(a,a)\n else:\n count = op_count_6(74,254)\n return count\n", "dependencies": [37, 6, 16, 21, 56]}
|
66 |
-
{"id": 66, "symbol": "⪠⪬∖", "n_ary": 1, "unary_position": "prefix", "n_order": 2, "is_base": null, "definition": "⪠⪬∖a = { ((255⋼⩄a)/(a≃a)) , if a > 864 ; ((⨘a)⇵≠(a↛⊱⨖a)) , if (⇊⩙⩇a) >= 56 ; ((⋣⫔⩇a)∋(≴a)) , if (a⊠⇸↻) == 5 ; ((a⪲a)⋼⩄(⨈⪬⋋34)), else }", "definition_type": "branch_definition", "priority": 7, "associativity_direction": "right", "op_compute_func": "def op_66(a):\n if a > 864:\n return op_45(op_23(255,a),op_12(a,a))\n elif op_17(a) >= 56:\n return op_59(op_42(a),op_5(a,a))\n elif op_54(a) == 5:\n return op_30(op_63(a),op_15(a))\n else:\n return op_23(op_6(a,a),op_33(34))\n", "op_count_func": "def op_count_66(a):\n if a > 864:\n count = op_count_23(255,a)+op_count_12(a,a)+op_count_45(op_23(255,a),op_12(a,a))\n elif op_17(a) >= 56:\n count = op_count_42(a)+op_count_5(a,a)+op_count_59(op_42(a),op_5(a,a))+op_count_17(a)\n elif op_54(a) == 5:\n count = op_count_63(a)+op_count_15(a)+op_count_30(op_63(a),op_15(a))+op_count_54(a)\n else:\n count = op_count_6(a,a)+op_count_33(34)+op_count_23(op_6(a,a),op_33(34))\n return count\n", "dependencies": [33, 5, 6, 42, 12, 45, 15, 17, 54, 23, 59, 30, 63]}
|
67 |
-
{"id": 67, "symbol": "∬⊷", "n_ary": 1, "unary_position": "prefix", "n_order": 2, "is_base": null, "definition": "∬⊷a = { (≴((a∎⊖a)↲⫝̸(⊀a))) }", "definition_type": "simple_definition", "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_67(a):\n return op_15(op_51(op_39(a,a),op_20(a)))\n", "op_count_func": "def op_count_67(a):\n count = op_count_39(a,a)+op_count_20(a)+op_count_51(op_39(a,a),op_20(a))+op_count_15(op_51(op_39(a,a),op_20(a)))\n return count\n", "dependencies": [39, 15, 51, 20]}
|
68 |
-
{"id": 68, "symbol": "⇢⋺⨒", "n_ary": 1, "unary_position": "prefix", "n_order": 2, "is_base": null, "definition": "⇢⋺⨒a = { ((a↲⫝̸a)%(a∱∤a)) }", "definition_type": "simple_definition", "priority": 10, "associativity_direction": "right", "op_compute_func": "def op_68(a):\n return op_46(op_51(a,a),op_25(a,a))\n", "op_count_func": "def op_count_68(a):\n count = op_count_51(a,a)+op_count_25(a,a)+op_count_46(op_51(a,a),op_25(a,a))\n return count\n", "dependencies": [25, 51, 46]}
|
69 |
-
{"id": 69, "symbol": "↥", "n_ary": 1, "unary_position": "prefix", "n_order": 2, "is_base": null, "definition": "↥a = { (364∵a) }", "definition_type": "simple_definition", "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_69(a):\n return op_62(364,a)\n", "op_count_func": "def op_count_69(a):\n count = op_count_62(364,a)\n return count\n", "dependencies": [62]}
|
70 |
-
{"id": 70, "symbol": "↫⪜⊻", "n_ary": 2, "unary_position": null, "n_order": 3, "is_base": null, "definition": "a↫⪜⊻b = {96, if b == 0; (a↫⪜⊻(b-1))*(a), if b > 0 and abs(b) < 1000000; -(a↫⪜⊻(b+1))*(a), if b < 0 and abs(b) < 1000000; NaN, else}", "definition_type": "recursive_definition", "priority": 12, "associativity_direction": "right", "op_compute_func": "def op_70(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000000):\n return float('nan')\n result = 96\n for _ in range(abs(b)):\n temp_result = op_44(result, a)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_70(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000000):\n return 1\n result = 96\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_44(result, a)\n count += op_count_44(result, a)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [44]}
|
71 |
-
{"id": 71, "symbol": "⇂≋", "n_ary": 2, "unary_position": null, "n_order": 3, "is_base": null, "definition": "a⇂≋b = {b, if a == 0; ((a-1)⇂≋b)*((a-1)⇂≋b), if a > 0 and abs(a) < 1000000; -((a+1)⇂≋b)*((a+1)⇂≋b), if a < 0 and abs(a) < 1000000; NaN, else}", "definition_type": "recursive_definition", "priority": 13, "associativity_direction": "right", "op_compute_func": "def op_71(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 1000000):\n return float('nan')\n result = b\n for _ in range(abs(a)):\n temp_result = op_44(result, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_71(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 1000000):\n return 1\n result = b\n count = 0 \n for _ in range(abs(a)):\n temp_result = op_44(result, result)\n count += op_count_44(result, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [44]}
|
72 |
-
{"id": 72, "symbol": "⨅⩐⩼", "n_ary": 2, "unary_position": null, "n_order": 3, "is_base": null, "definition": "a⨅⩐⩼b = {b, if a == 0; ((a-1)⨅⩐⩼b)%(a), if a > 0 and abs(a) < 1000000; -((a+1)⨅⩐⩼b)%(a), if a < 0 and abs(a) < 1000000; NaN, else}", "definition_type": "recursive_definition", "priority": 11, "associativity_direction": "left", "op_compute_func": "def op_72(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 1000000):\n return float('nan')\n result = b\n for _ in range(abs(a)):\n temp_result = op_46(result, a)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_72(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 1000000):\n return 1\n result = b\n count = 0 \n for _ in range(abs(a)):\n temp_result = op_46(result, a)\n count += op_count_46(result, a)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [46]}
|
73 |
-
{"id": 73, "symbol": "⇦", "n_ary": 1, "unary_position": "postfix", "n_order": 3, "is_base": null, "definition": "a⇦ = { (((a⪣≿a)⪣≿a)⊜⫢(⩼⨧(a↫⪜⊻415))) }", "definition_type": "simple_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_73(a):\n return op_21(op_41(op_41(a,a),a),op_19(op_70(a,415)))\n", "op_count_func": "def op_count_73(a):\n count = op_count_41(a,a)+op_count_41(op_41(a,a),a)+op_count_70(a,415)+op_count_19(op_70(a,415))+op_count_21(op_41(op_41(a,a),a),op_19(op_70(a,415)))\n return count\n", "dependencies": [70, 41, 19, 21]}
|
74 |
-
{"id": 74, "symbol": "⇕", "n_ary": 1, "unary_position": "prefix", "n_order": 3, "is_base": null, "definition": "⇕a = { (((10∵a)+544)⨅⩐⩼(⋣⫔⩇a)) }", "definition_type": "simple_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_74(a):\n return op_72(op_1(op_62(10,a),544),op_63(a))\n", "op_count_func": "def op_count_74(a):\n count = op_count_62(10,a)+op_count_1(op_62(10,a),544)+op_count_63(a)+op_count_72(op_1(op_62(10,a),544),op_63(a))\n return count\n", "dependencies": [1, 72, 62, 63]}
|
75 |
-
{"id": 75, "symbol": "⊿⨓", "n_ary": 1, "unary_position": "prefix", "n_order": 3, "is_base": null, "definition": "⊿⨓a = { (⇋⪶a) , if (⨈⪬⋋a) != 47 ; ((⇦a)↨⫒(a⇇↴≔a)), else }", "definition_type": "branch_definition", "priority": 7, "associativity_direction": "right", "op_compute_func": "def op_75(a):\n if op_33(a) != 47:\n return op_50(a)\n else:\n return op_22(op_73(a),op_40(a,a))\n", "op_count_func": "def op_count_75(a):\n if op_33(a) != 47:\n count = op_count_50(a)+op_count_33(a)\n else:\n count = op_count_73(a)+op_count_40(a,a)+op_count_22(op_73(a),op_40(a,a))\n return count\n", "dependencies": [33, 40, 73, 50, 22]}
|
76 |
-
{"id": 76, "symbol": "⨌⋈⩕", "n_ary": 2, "unary_position": null, "n_order": 3, "is_base": null, "definition": "a⨌⋈⩕b = { ((⊪⪋⨱b)⨊(b⇂≋a)) , if ((↥a) <= 538 and (⊪⪋⨱a) >= 71) ; (⇢⋺⨒(b⫓⪘⋣b)), else }", "definition_type": "branch_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_76(a, b):\n if (op_69(a) <= 538 and op_11(a) >= 71):\n return op_53(op_11(b),op_71(b,a))\n else:\n return op_68(op_47(b,b))\n", "op_count_func": "def op_count_76(a, b):\n if (op_69(a) <= 538 and op_11(a) >= 71):\n count = op_count_11(b)+op_count_71(b,a)+op_count_53(op_11(b),op_71(b,a))+op_count_69(a)+op_count_11(a)\n else:\n count = op_count_47(b,b)+op_count_68(op_47(b,b))\n return count\n", "dependencies": [68, 69, 71, 11, 47, 53]}
|
77 |
-
{"id": 77, "symbol": "⫏⪅", "n_ary": 2, "unary_position": null, "n_order": 3, "is_base": null, "definition": "a⫏⪅b = { (((↯∬b)∛⊢∷(b-b))⨅⩐⩼((b↫⪜⊻b)⫋↯⪋777)) , if (a ↲⫝̸ 290) >= 140 ; (⩫↺(⊨⪞(b⨌⋈⩕b))), else }", "definition_type": "branch_definition", "priority": 2, "associativity_direction": "left", "op_compute_func": "def op_77(a, b):\n if op_51(a,290) >= 140:\n return op_72(op_57(op_38(b),op_2(b,b)),op_32(op_70(b,b),777))\n else:\n return op_37(op_28(op_76(b,b)))\n", "op_count_func": "def op_count_77(a, b):\n if op_51(a,290) >= 140:\n count = op_count_38(b)+op_count_2(b,b)+op_count_57(op_38(b),op_2(b,b))+op_count_70(b,b)+op_count_32(op_70(b,b),777)+op_count_72(op_57(op_38(b),op_2(b,b)),op_32(op_70(b,b),777))+op_count_51(a,290)\n else:\n count = op_count_76(b,b)+op_count_28(op_76(b,b))+op_count_37(op_28(op_76(b,b)))\n return count\n", "dependencies": [32, 2, 37, 38, 70, 72, 76, 51, 57, 28]}
|
78 |
-
{"id": 78, "symbol": "⊧⩉", "n_ary": 2, "unary_position": null, "n_order": 3, "is_base": null, "definition": "a⊧⩉b = { (a⫏⪅b) , if (b⇦) < 424 ; a , if (b / 690) < 546 ; (b-b) , if (⪸⪗⫰a) == 48 ; 4 , if (⊪⪋⨱b) != 91 ; (⇕a), else }", "definition_type": "branch_definition", "priority": 13, "associativity_direction": "right", "op_compute_func": "def op_78(a, b):\n if op_73(b) < 424:\n return op_77(a,b)\n elif op_45(b,690) < 546:\n return a\n elif op_56(a) == 48:\n return op_2(b,b)\n elif op_11(b) != 91:\n return 4\n else:\n return op_74(a)\n", "op_count_func": "def op_count_78(a, b):\n if op_73(b) < 424:\n count = op_count_77(a,b)+op_count_73(b)\n elif op_45(b,690) < 546:\n count = 1\n elif op_56(a) == 48:\n count = op_count_2(b,b)+op_count_56(a)\n elif op_11(b) != 91:\n count = op_count_11(b)\n else:\n count = op_count_74(a)\n return count\n", "dependencies": [2, 73, 74, 11, 45, 77, 56]}
|
79 |
-
{"id": 79, "symbol": "⋰⩫", "n_ary": 1, "unary_position": "prefix", "n_order": 3, "is_base": null, "definition": "⋰⩫a = { ((⇕a)⫓⪘⋣(85%a)) }", "definition_type": "simple_definition", "priority": 12, "associativity_direction": "right", "op_compute_func": "def op_79(a):\n return op_47(op_74(a),op_46(85,a))\n", "op_count_func": "def op_count_79(a):\n count = op_count_74(a)+op_count_46(85,a)+op_count_47(op_74(a),op_46(85,a))\n return count\n", "dependencies": [74, 47, 46]}
|
80 |
-
{"id": 80, "symbol": "⇹⫷", "n_ary": 1, "unary_position": "postfix", "n_order": 3, "is_base": null, "definition": "a⇹⫷ = { (205∰a) , if (a⫙⋖) <= 593 ; (461⨌⋈⩕123) , if (⇕a) < 75 ; (74↫⪜⊻a) , if (a ⇂≋ 923) == 189 ; (a⊜⫢a) , if (a≴) > 32 ; (a∛⊢∷a), else }", "definition_type": "branch_definition", "priority": 9, "associativity_direction": "left", "op_compute_func": "def op_80(a):\n if op_35(a) <= 593:\n return op_36(205,a)\n elif op_74(a) < 75:\n return op_76(461,123)\n elif op_71(a,923) == 189:\n return op_70(74,a)\n elif op_15(a) > 32:\n return op_21(a,a)\n else:\n return op_57(a,a)\n", "op_count_func": "def op_count_80(a):\n if op_35(a) <= 593:\n count = op_count_36(205,a)+op_count_35(a)\n elif op_74(a) < 75:\n count = op_count_76(461,123)+op_count_74(a)\n elif op_71(a,923) == 189:\n count = op_count_70(74,a)+op_count_71(a,923)\n elif op_15(a) > 32:\n count = op_count_21(a,a)+op_count_15(a)\n else:\n count = op_count_57(a,a)\n return count\n", "dependencies": [35, 36, 70, 71, 74, 76, 15, 21, 57]}
|
81 |
-
{"id": 81, "symbol": "⊑⩧", "n_ary": 1, "unary_position": "prefix", "n_order": 3, "is_base": null, "definition": "⊑⩧a = { (⋣⫔⩇((a⪣≿a)-(⪸⩄a))) , if (↥a) > 29 and (a⊜) < 257 and a >= 161 ; (((a∱∤a)*(a↨⫒a))∽∎∏((a⪰⩣a)∽∎∏a)) , if a < 291 ; ((⇹⫷(∬⊷a))⨌⋈⩕((72⊧⩉a)↲⫝̸(a↭∨∫a))), else }", "definition_type": "branch_definition", "priority": 10, "associativity_direction": "right", "op_compute_func": "def op_81(a):\n if op_69(a) > 29 and op_9(a) < 257 and a >= 161:\n return op_63(op_2(op_41(a,a),op_58(a)))\n elif a < 291:\n return op_49(op_44(op_25(a,a),op_22(a,a)),op_49(op_16(a,a),a))\n else:\n return op_76(op_80(op_67(a)),op_51(op_78(72,a),op_10(a,a)))\n", "op_count_func": "def op_count_81(a):\n if op_69(a) > 29 and op_9(a) < 257 and a >= 161:\n count = op_count_41(a,a)+op_count_58(a)+op_count_2(op_41(a,a),op_58(a))+op_count_63(op_2(op_41(a,a),op_58(a)))+op_count_69(a)+op_count_9(a)\n elif a < 291:\n count = op_count_25(a,a)+op_count_22(a,a)+op_count_44(op_25(a,a),op_22(a,a))+op_count_16(a,a)+op_count_49(op_16(a,a),a)+op_count_49(op_44(op_25(a,a),op_22(a,a)),op_49(op_16(a,a),a))\n else:\n count = op_count_67(a)+op_count_80(op_67(a))+op_count_78(72,a)+op_count_10(a,a)+op_count_51(op_78(72,a),op_10(a,a))+op_count_76(op_80(op_67(a)),op_51(op_78(72,a),op_10(a,a)))\n return count\n", "dependencies": [2, 67, 69, 9, 41, 10, 44, 76, 78, 16, 49, 80, 51, 22, 25, 58, 63]}
|
82 |
-
{"id": 82, "symbol": "⋹↛", "n_ary": 1, "unary_position": "prefix", "n_order": 3, "is_base": null, "definition": "⋹↛a = { (((a∱∤30)⊧⩉(a+a))⨅⩐⩼((a∱∤a)⋫⩶(a↲⫝̸a))) , if a >= 106 ; a, else }", "definition_type": "branch_definition", "priority": 13, "associativity_direction": "right", "op_compute_func": "def op_82(a):\n if a >= 106:\n return op_72(op_78(op_25(a,30),op_1(a,a)),op_14(op_25(a,a),op_51(a,a)))\n else:\n return a\n", "op_count_func": "def op_count_82(a):\n if a >= 106:\n count = op_count_25(a,30)+op_count_1(a,a)+op_count_78(op_25(a,30),op_1(a,a))+op_count_25(a,a)+op_count_51(a,a)+op_count_14(op_25(a,a),op_51(a,a))+op_count_72(op_78(op_25(a,30),op_1(a,a)),op_14(op_25(a,a),op_51(a,a)))\n else:\n count = 1\n return count\n", "dependencies": [1, 72, 78, 14, 51, 25]}
|
83 |
-
{"id": 83, "symbol": "≤↰", "n_ary": 2, "unary_position": null, "n_order": 3, "is_base": null, "definition": "a≤↰b = { (⇊⩙⩇((a⨌⋈⩕b)≃(b↨⫒205))) }", "definition_type": "simple_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_83(a, b):\n return op_17(op_12(op_76(a,b),op_22(b,205)))\n", "op_count_func": "def op_count_83(a, b):\n count = op_count_76(a,b)+op_count_22(b,205)+op_count_12(op_76(a,b),op_22(b,205))+op_count_17(op_12(op_76(a,b),op_22(b,205)))\n return count\n", "dependencies": [12, 76, 17, 22]}
|
84 |
-
{"id": 84, "symbol": "⫣", "n_ary": 2, "unary_position": null, "n_order": 3, "is_base": null, "definition": "a⫣b = { ((192⨅⩐⩼134)⨅⩐⩼(639+59)) , if ((⇋⪶a) == 394 and a < 84) ; ((a⪲b)⋼⩄(55≃a)) , if a > 257 or (⋹↛a) != 775 ; ((a⊧⩉b)/(∬⊷135)) , if (b⩠) >= 867 ; ((216∵6)↛⊱⨖(a⫋↯⪋a)), else }", "definition_type": "branch_definition", "priority": 10, "associativity_direction": "right", "op_compute_func": "def op_84(a, b):\n if (op_50(a) == 394 and a < 84):\n return op_72(op_72(192,134),op_1(639,59))\n elif a > 257 or op_82(a) != 775:\n return op_23(op_6(a,b),op_12(55,a))\n elif op_29(b) >= 867:\n return op_45(op_78(a,b),op_67(135))\n else:\n return op_5(op_62(216,6),op_32(a,a))\n", "op_count_func": "def op_count_84(a, b):\n if (op_50(a) == 394 and a < 84):\n count = op_count_72(192,134)+op_count_1(639,59)+op_count_72(op_72(192,134),op_1(639,59))+op_count_50(a)\n elif a > 257 or op_82(a) != 775:\n count = op_count_6(a,b)+op_count_12(55,a)+op_count_23(op_6(a,b),op_12(55,a))+op_count_82(a)\n elif op_29(b) >= 867:\n count = op_count_78(a,b)+op_count_67(135)+op_count_45(op_78(a,b),op_67(135))+op_count_29(b)\n else:\n count = op_count_62(216,6)+op_count_32(a,a)+op_count_5(op_62(216,6),op_32(a,a))\n return count\n", "dependencies": [32, 1, 67, 5, 6, 72, 12, 45, 78, 50, 82, 23, 29, 62]}
|
85 |
-
{"id": 85, "symbol": "⊥⫔", "n_ary": 2, "unary_position": null, "n_order": 4, "is_base": null, "definition": "a⊥⫔b = {47, if b == 0; (a)↫⪜⊻(a⊥⫔(b-1)), if b > 0 and abs(b) < 1000; -(a)↫⪜⊻(a⊥⫔(b+1)), if b < 0 and abs(b) < 1000; NaN, else}", "definition_type": "recursive_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_85(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return float('nan')\n result = 47\n for _ in range(abs(b)):\n temp_result = op_70(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_85(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return 1\n result = 47\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_70(a, result)\n count += op_count_70(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [70]}
|
86 |
-
{"id": 86, "symbol": "-⨢", "n_ary": 2, "unary_position": null, "n_order": 4, "is_base": null, "definition": "a-⨢b = {a, if b == 0; (b)⊧⩉(a-⨢(b-1)), if b > 0 and abs(b) < 1000; -(b)⊧⩉(a-⨢(b+1)), if b < 0 and abs(b) < 1000; NaN, else}", "definition_type": "recursive_definition", "priority": 11, "associativity_direction": "left", "op_compute_func": "def op_86(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return float('nan')\n result = a\n for _ in range(abs(b)):\n temp_result = op_78(b, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_86(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return 1\n result = a\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_78(b, result)\n count += op_count_78(b, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [78]}
|
87 |
-
{"id": 87, "symbol": "⋂", "n_ary": 2, "unary_position": null, "n_order": 4, "is_base": null, "definition": "a⋂b = {a, if b == 0; (a⋂(b-1))⫣(a⋂(b-1)), if b > 0 and abs(b) < 1000; -(a⋂(b+1))⫣(a⋂(b+1)), if b < 0 and abs(b) < 1000; NaN, else}", "definition_type": "recursive_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_87(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return float('nan')\n result = a\n for _ in range(abs(b)):\n temp_result = op_84(result, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_87(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return 1\n result = a\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_84(result, result)\n count += op_count_84(result, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [84]}
|
88 |
-
{"id": 88, "symbol": "⋳⪱≇", "n_ary": 1, "unary_position": "postfix", "n_order": 4, "is_base": null, "definition": "a⋳⪱≇ = { ((↥(a∋a))⋂a) }", "definition_type": "simple_definition", "priority": 8, "associativity_direction": "left", "op_compute_func": "def op_88(a):\n return op_87(op_69(op_30(a,a)),a)\n", "op_count_func": "def op_count_88(a):\n count = op_count_30(a,a)+op_count_69(op_30(a,a))+op_count_87(op_69(op_30(a,a)),a)\n return count\n", "dependencies": [69, 30, 87]}
|
89 |
-
{"id": 89, "symbol": "↣∦⪺", "n_ary": 2, "unary_position": null, "n_order": 4, "is_base": null, "definition": "a↣∦⪺b = { (∾≤((b⨅⩐⩼a)⫋↯⪋(⩠a))) , if a <= 334 ; (≵⊿(⋳⪱≇a)), else }", "definition_type": "branch_definition", "priority": 4, "associativity_direction": "left", "op_compute_func": "def op_89(a, b):\n if a <= 334:\n return op_8(op_32(op_72(b,a),op_29(a)))\n else:\n return op_48(op_88(a))\n", "op_count_func": "def op_count_89(a, b):\n if a <= 334:\n count = op_count_72(b,a)+op_count_29(a)+op_count_32(op_72(b,a),op_29(a))+op_count_8(op_32(op_72(b,a),op_29(a)))\n else:\n count = op_count_88(a)+op_count_48(op_88(a))\n return count\n", "dependencies": [32, 8, 72, 48, 88, 29]}
|
90 |
-
{"id": 90, "symbol": "⊯", "n_ary": 1, "unary_position": "postfix", "n_order": 4, "is_base": null, "definition": "a⊯ = { ((⩹⋁⇣a)⋂(⇀58)) }", "definition_type": "simple_definition", "priority": 11, "associativity_direction": "left", "op_compute_func": "def op_90(a):\n return op_87(op_4(a),op_27(58))\n", "op_count_func": "def op_count_90(a):\n count = op_count_4(a)+op_count_27(58)+op_count_87(op_4(a),op_27(58))\n return count\n", "dependencies": [27, 4, 87]}
|
91 |
-
{"id": 91, "symbol": "∄⋕", "n_ary": 1, "unary_position": "prefix", "n_order": 4, "is_base": null, "definition": "∄⋕a = { ((⋹↛(a⫏⪅a))∱∤((≵⊿a)↨⫒(a∽∎∏66))) , if (a ∽∎∏ 283) == 20 ; (≁(⊯(a∎⊖a))) , if (⨘a) < 907 ; ((⇔(270⋼⩄378))⩟((a⨌⋈⩕a)∛⊢∷a)) , if (a⫌≇) > 64 ; a , if (a⋳) != 849 or (⨈⪬⋋a) <= 777 ; (⊜(⊨⪞(a⊧⩉a))), else }", "definition_type": "branch_definition", "priority": 13, "associativity_direction": "right", "op_compute_func": "def op_91(a):\n if op_49(a,283) == 20:\n return op_25(op_82(op_77(a,a)),op_22(op_48(a),op_49(a,66)))\n elif op_42(a) < 907:\n return op_64(op_90(op_39(a,a)))\n elif op_24(a) > 64:\n return op_61(op_18(op_23(270,378)),op_57(op_76(a,a),a))\n elif op_65(a) != 849 or op_33(a) <= 777:\n return a\n else:\n return op_9(op_28(op_78(a,a)))\n", "op_count_func": "def op_count_91(a):\n if op_49(a,283) == 20:\n count = op_count_77(a,a)+op_count_82(op_77(a,a))+op_count_48(a)+op_count_49(a,66)+op_count_22(op_48(a),op_49(a,66))+op_count_25(op_82(op_77(a,a)),op_22(op_48(a),op_49(a,66)))+op_count_49(a,283)\n elif op_42(a) < 907:\n count = op_count_39(a,a)+op_count_90(op_39(a,a))+op_count_64(op_90(op_39(a,a)))+op_count_42(a)\n elif op_24(a) > 64:\n count = op_count_23(270,378)+op_count_18(op_23(270,378))+op_count_76(a,a)+op_count_57(op_76(a,a),a)+op_count_61(op_18(op_23(270,378)),op_57(op_76(a,a),a))+op_count_24(a)\n elif op_65(a) != 849 or op_33(a) <= 777:\n count = 1\n else:\n count = op_count_78(a,a)+op_count_28(op_78(a,a))+op_count_9(op_28(op_78(a,a)))\n return count\n", "dependencies": [9, 18, 22, 23, 24, 25, 28, 33, 39, 42, 48, 49, 57, 61, 64, 65, 76, 77, 78, 82, 90]}
|
92 |
-
{"id": 92, "symbol": "⨙≞⋥", "n_ary": 2, "unary_position": null, "n_order": 4, "is_base": null, "definition": "a⨙≞⋥b = { (⩫↺a) , if ((a ⊥⫔ 685) < 38 or (b * 89) != 686) ; (a-⨢a), else }", "definition_type": "branch_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_92(a, b):\n if (op_85(a,685) < 38 or op_44(b,89) != 686):\n return op_37(a)\n else:\n return op_86(a,a)\n", "op_count_func": "def op_count_92(a, b):\n if (op_85(a,685) < 38 or op_44(b,89) != 686):\n count = op_count_37(a)+op_count_85(a,685)+op_count_44(b,89)\n else:\n count = op_count_86(a,a)\n return count\n", "dependencies": [37, 44, 85, 86]}
|
93 |
-
{"id": 93, "symbol": "⪷", "n_ary": 1, "unary_position": "postfix", "n_order": 4, "is_base": null, "definition": "a⪷ = { ((⫙⋖a)⨙≞⋥a) }", "definition_type": "simple_definition", "priority": 14, "associativity_direction": "left", "op_compute_func": "def op_93(a):\n return op_92(op_35(a),a)\n", "op_count_func": "def op_count_93(a):\n count = op_count_35(a)+op_count_92(op_35(a),a)\n return count\n", "dependencies": [35, 92]}
|
94 |
-
{"id": 94, "symbol": "⩾", "n_ary": 2, "unary_position": null, "n_order": 5, "is_base": null, "definition": "a⩾b = {-73, if b == 0; (a)⋂(a⩾(b-1)), if b > 0 and abs(b) < 100; -(a)⋂(a⩾(b+1)), if b < 0 and abs(b) < 100; NaN, else}", "definition_type": "recursive_definition", "priority": 11, "associativity_direction": "left", "op_compute_func": "def op_94(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return float('nan')\n result = -73\n for _ in range(abs(b)):\n temp_result = op_87(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_94(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return 1\n result = -73\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_87(a, result)\n count += op_count_87(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [87]}
|
95 |
-
{"id": 95, "symbol": "⫮⊹⋀", "n_ary": 2, "unary_position": null, "n_order": 5, "is_base": null, "definition": "a⫮⊹⋀b = {a, if b == 0; (a)↣∦⪺(a⫮⊹⋀(b-1)), if b > 0 and abs(b) < 100; -(a)↣∦⪺(a⫮⊹⋀(b+1)), if b < 0 and abs(b) < 100; NaN, else}", "definition_type": "recursive_definition", "priority": 3, "associativity_direction": "right", "op_compute_func": "def op_95(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return float('nan')\n result = a\n for _ in range(abs(b)):\n temp_result = op_89(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_95(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return 1\n result = a\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_89(a, result)\n count += op_count_89(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [89]}
|
96 |
-
{"id": 96, "symbol": "↞⪢", "n_ary": 2, "unary_position": null, "n_order": 5, "is_base": null, "definition": "a↞⪢b = {-57, if b == 0; (a)⋂(a↞⪢(b-1)), if b > 0 and abs(b) < 100; -(a)⋂(a↞⪢(b+1)), if b < 0 and abs(b) < 100; NaN, else}", "definition_type": "recursive_definition", "priority": 11, "associativity_direction": "left", "op_compute_func": "def op_96(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return float('nan')\n result = -57\n for _ in range(abs(b)):\n temp_result = op_87(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n", "op_count_func": "def op_count_96(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return 1\n result = -57\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_87(a, result)\n count += op_count_87(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n", "dependencies": [87]}
|
97 |
-
{"id": 97, "symbol": "⩙", "n_ary": 1, "unary_position": "prefix", "n_order": 5, "is_base": null, "definition": "⩙a = { (((a↞⪢156)⊧⩉(↥a))⊧⩉((93⋼⩄a)*(⇀a))) }", "definition_type": "simple_definition", "priority": 6, "associativity_direction": "right", "op_compute_func": "def op_97(a):\n return op_78(op_78(op_96(a,156),op_69(a)),op_44(op_23(93,a),op_27(a)))\n", "op_count_func": "def op_count_97(a):\n count = op_count_96(a,156)+op_count_69(a)+op_count_78(op_96(a,156),op_69(a))+op_count_23(93,a)+op_count_27(a)+op_count_44(op_23(93,a),op_27(a))+op_count_78(op_78(op_96(a,156),op_69(a)),op_44(op_23(93,a),op_27(a)))\n return count\n", "dependencies": [96, 69, 44, 78, 23, 27]}
|
98 |
-
{"id": 98, "symbol": "∑≙⇔", "n_ary": 1, "unary_position": "prefix", "n_order": 5, "is_base": null, "definition": "∑≙⇔a = { (⨈⪬⋋((a⩟a)⫮⊹⋀(a⋼⩄406))) , if a > 209 ; (a∽∎∏(⨈⪬⋋(a⪲134))) , if (a∾≤) >= 437 and a == 145 ; (↯∬(⋳(a∱∤a))) , if a <= 195 ; a , if (a ⊜⫢ 472) != 533 ; ((⪠⪬∖a)⨙≞⋥a), else }", "definition_type": "branch_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_98(a):\n if a > 209:\n return op_33(op_95(op_61(a,a),op_23(a,406)))\n elif op_8(a) >= 437 and a == 145:\n return op_49(a,op_33(op_6(a,134)))\n elif a <= 195:\n return op_38(op_65(op_25(a,a)))\n elif op_21(a,472) != 533:\n return a\n else:\n return op_92(op_66(a),a)\n", "op_count_func": "def op_count_98(a):\n if a > 209:\n count = op_count_61(a,a)+op_count_23(a,406)+op_count_95(op_61(a,a),op_23(a,406))+op_count_33(op_95(op_61(a,a),op_23(a,406)))\n elif op_8(a) >= 437 and a == 145:\n count = op_count_6(a,134)+op_count_33(op_6(a,134))+op_count_49(a,op_33(op_6(a,134)))+op_count_8(a)\n elif a <= 195:\n count = op_count_25(a,a)+op_count_65(op_25(a,a))+op_count_38(op_65(op_25(a,a)))\n elif op_21(a,472) != 533:\n count = 1\n else:\n count = op_count_66(a)+op_count_92(op_66(a),a)\n return count\n", "dependencies": [33, 65, 66, 6, 38, 8, 49, 21, 23, 25, 92, 61, 95]}
|
99 |
-
{"id": 99, "symbol": "⨭", "n_ary": 1, "unary_position": "postfix", "n_order": 5, "is_base": null, "definition": "a⨭ = { (a↞⪢a) }", "definition_type": "simple_definition", "priority": 8, "associativity_direction": "left", "op_compute_func": "def op_99(a):\n return op_96(a,a)\n", "op_count_func": "def op_count_99(a):\n count = op_count_96(a,a)\n return count\n", "dependencies": [96]}
|
100 |
-
{"id": 100, "symbol": "⇼↴", "n_ary": 1, "unary_position": "prefix", "n_order": 5, "is_base": null, "definition": "⇼↴a = { (143⩾a) }", "definition_type": "simple_definition", "priority": 1, "associativity_direction": "right", "op_compute_func": "def op_100(a):\n return op_94(143,a)\n", "op_count_func": "def op_count_100(a):\n count = op_count_94(143,a)\n return count\n", "dependencies": [94]}
|
101 |
-
{"id": 101, "symbol": "≯", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 2, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
102 |
-
{"id": 102, "symbol": "⊢", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 3, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
103 |
-
{"id": 103, "symbol": "⋴", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 4, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
104 |
-
{"id": 104, "symbol": "⋇↭", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 5, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
105 |
-
{"id": 105, "symbol": "∎⊍⪢", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 6, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
106 |
-
{"id": 106, "symbol": "⨾≇⩉", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 7, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
107 |
-
{"id": 107, "symbol": "⇮", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 8, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
108 |
-
{"id": 108, "symbol": "⫨⩬", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 9, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
109 |
-
{"id": 109, "symbol": "⫧⩩", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 10, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
110 |
-
{"id": 110, "symbol": "≎⨁", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 11, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
111 |
-
{"id": 111, "symbol": "⇎∩", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 12, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
112 |
-
{"id": 112, "symbol": "⪯⫁", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 13, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
113 |
-
{"id": 113, "symbol": "⪇", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 14, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
114 |
-
{"id": 114, "symbol": "⨳", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 15, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
115 |
-
{"id": 115, "symbol": "⊅⋣", "n_ary": 1, "unary_position": "prefix", "n_order": null, "is_base": 16, "definition": null, "definition_type": null, "priority": null, "associativity_direction": null, "op_compute_func": null, "op_count_func": null, "dependencies": null}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|