Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
jifwin committed Jan 1, 2017
1 parent 8c56a9f commit 0b4b72b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions zad1konspekt10/zad1konspekt10.dat
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ Js =
[1 1 1 0 0] //13
[0 1 1 1 0] //14
[0 0 1 1 1] //15
[1 1 0 1 1] //16
[1 0 0 1 1] //16
[1 0 0 0 1] //17
[0 1 0 1 0] //18
[1 1 0 1 0] //19
[0 1 0 1 1] //20
[0 0 0 1 0] //18
[1 0 0 1 0] //19
[0 0 0 1 1] //20
];


T = {1,2,3};

Tj =
[
[<2,10>, <3,15>, <4,18>]
[<2,10>, <3,15>, <4,18>]
[<2,10>, <3,15>, <4,18>]
[<2,10>, <3,15>, <4,18>]
[<2,10>, <3,15>, <4,18>]
[<3,10>, <5,15>, <6,18>]
[<3,10>, <5,15>, <6,18>]
[<3,10>, <5,15>, <6,18>]
[<3,10>, <5,15>, <6,18>]
[<3,10>, <5,15>, <6,18>]
];

0 comments on commit 0b4b72b

Please sign in to comment.