Skip to content

Commit 9521b3a

Browse files
committed
Update samples
1 parent 724521d commit 9521b3a

17 files changed

Lines changed: 31 additions & 21 deletions

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ this is the default algorithm;
1919
by Ian Mackie;
2020

2121
* `optimal`, an implementation of
22-
[_Lambdascope_][5] by Vincent van Oostrom et al;
22+
[_Lambdascope_][5] by Vincent van Oostrom et al.
2323

2424
The embedded read-back mechanism is described
2525
in Section 7 of [10.4204/EPTCS.225.7][4].
@@ -39,14 +39,16 @@ The following is output of the `test.sh` script provided in the package:
3939
SAMPLE ABSTRACT CLOSED OPTIMAL
4040
counter 27/4 58/6 143/4
4141
w2eta 37/7 137/16 205/7
42-
22210ii 731/70 1740/182 7886/70
43-
3222ii 1182/43 5896/545 164197/43
44-
1022ii 4298/59 23026/2085 2489461/59
45-
4222ii 262401/64 1442259/131124 N/A
46-
222210ii 2359812/201 6685119/655415 N/A
47-
cfact4 3711/691 15506/887 56890/691
42+
1021 173/45 11747/1058 717218/45
43+
22210i 728/69 1719/181 7826/69
44+
3222i 1179/42 5635/544 163882/42
45+
1022i 4295/58 21997/2084 2488384/58
46+
4222i 262398/63 1376718/131123 N/A
47+
222210i 2359809/200 6619578/655414 N/A
48+
2222101 4719108/590024 N/A N/A
49+
cfact4 3715/692 15560/888 56928/692
4850
yfact4 4168/760 24150/1741 526971/760
49-
cfact5 69147/13462 799868/16170 3074471/13462
51+
cfact5 69151/13463 799931/16171 3074509/13463
5052
yfact5 69780/13550 857864/22267 N/A
5153
```
5254

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "codedot/lambda",
55
"name": "@alexo/lambda",
66
"bin": "./lambda.js",
7-
"version": "0.2.6",
7+
"version": "0.2.7",
88
"license": "MIT",
99
"dependencies": {
1010
"inet-lib": "0.2.5",

samples/1021.mlc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C10 C2 C1

samples/1022i.mlc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C10 C2 C2 I

samples/1022ii.mlc

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/22210i.mlc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C2 C2 C2 C10 I

samples/22210ii.mlc

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/2222101.mlc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C2 C2 C2 C2 C10 C1

samples/222210i.mlc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C2 C2 C2 C2 C10 I

samples/222210ii.mlc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)