File: g2.model

package info (click to toggle)
ladr 0.0.200902a-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,400 kB
  • ctags: 7,168
  • sloc: ansic: 59,953; perl: 1,006; python: 620; makefile: 403; sh: 86; csh: 58; modula3: 13
file content (20 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
interpretation( 6, [number = 1,seconds = 0], [
    function(*(_,_), [
        0,1,2,3,4,5,
        1,0,3,2,5,4,
        2,4,0,5,1,3,
        3,5,1,4,0,2,
        4,2,5,0,3,1,
        5,3,4,1,2,0]),
    function(c1, [0]),
    function(c2, [1]),
    function(c3, [2]),
    function(f1(_), [0,1,2,4,3,5])]).
interpretation( 4, [number = 1,seconds = 0], [
    function(*(_,_), [
        0,1,2,3,
        1,0,3,2,
        2,3,0,1,
        3,2,1,0]),
    function(c1, [0]),
    function(f1(_), [0,1,2,3])]).