test shellsession

This commit is contained in:
2021-01-26 15:12:21 +01:00
parent 4801d78659
commit 4c253bdea9

View File

@@ -49,3 +49,27 @@ git clone https://foo.bar/toto.git
```
## block
> Aliquam erat volutpat. Nunc eleifend leo vitae magna. In id erat non orci commodo lobortis. Proin neque massa, cursus ut, gravida ut, lobortis eget, lacus. Sed diam. Praesent fermentum tempor tellus. Nullam tempus. Mauris ac felis vel velit tristique imperdiet. Donec at pede. Etiam vel neque nec dui dignissim bibendum. Vivamus id enim. Phasellus neque orci, porta a, aliquet quis, semper a, massa. Phasellus purus. Pellentesque tristique imperdiet tortor. Nam euismod tellus id erat.
## shellsession
``` shellsession
$ make && ./lceb 2 7 1 7 8 8
make: Nothing to be done for 'all'.
timer started...
mem: allocating operators working area (5 bytes)
new_stack: allocating 1024 stacks
get_node: allocating 1024 new nodes - total nodes=1024
target assigned (2).
SIGINT armed.
stacks : 30
ops combinations: 256
trees : 14
max evaluations : 537,600
BEST SOLUTION: res=2 diff=0 ops=2 found after 0.00013 secs.
1 8 7 - +
1 8 8 / +
1 7 7 / +
1 8 + 7 -
8 7 1 - -
Total time elapsed: 0.01099 secs, nodes/leaves evaluated:401,817/397,973
```