From 4c253bdea92c8670b9c874dc0ed05ccfee0be85a Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Tue, 26 Jan 2021 15:12:21 +0100 Subject: [PATCH] test shellsession --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index fac7391..443a587 100644 --- a/README.md +++ b/README.md @@ -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 + +``` \ No newline at end of file