:- dynamic example/3. example(1,pos,[hs = round, bs = round, sm = yes, ho = sword, jc = red, ti = yes]). example(2,pos,[hs = round, bs = round, sm = yes, ho = sword, jc = red, ti = no]). example(3,pos,[hs = round, bs = round, sm = yes, ho = sword, jc = yellow, ti = yes]). example(4,pos,[hs = round, bs = round, sm = yes, ho = sword, jc = yellow, ti = no]). example(5,pos,[hs = round, bs = round, sm = yes, ho = sword, jc = green, ti = yes]). example(6,pos,[hs = round, bs = round, sm = yes, ho = sword, jc = green, ti = no]). example(7,pos,[hs = round, bs = round, sm = yes, ho = sword, jc = blue, ti = yes]). example(8,pos,[hs = round, bs = round, sm = yes, ho = sword, jc = blue, ti = no]). example(9,pos,[hs = round, bs = round, sm = yes, ho = balloon, jc = red, ti = yes]). example(10,pos,[hs = round, bs = round, sm = yes, ho = balloon, jc = red, ti = no]). example(11,pos,[hs = round, bs = round, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(12,pos,[hs = round, bs = round, sm = yes, ho = balloon, jc = yellow, ti = no]). example(13,pos,[hs = round, bs = round, sm = yes, ho = balloon, jc = green, ti = yes]). example(14,pos,[hs = round, bs = round, sm = yes, ho = balloon, jc = green, ti = no]). example(15,pos,[hs = round, bs = round, sm = yes, ho = balloon, jc = blue, ti = yes]). example(16,pos,[hs = round, bs = round, sm = yes, ho = balloon, jc = blue, ti = no]). example(17,pos,[hs = round, bs = round, sm = yes, ho = flag, jc = red, ti = yes]). example(18,pos,[hs = round, bs = round, sm = yes, ho = flag, jc = red, ti = no]). example(19,pos,[hs = round, bs = round, sm = yes, ho = flag, jc = yellow, ti = yes]). example(20,pos,[hs = round, bs = round, sm = yes, ho = flag, jc = yellow, ti = no]). example(21,pos,[hs = round, bs = round, sm = yes, ho = flag, jc = green, ti = yes]). example(22,pos,[hs = round, bs = round, sm = yes, ho = flag, jc = green, ti = no]). example(23,pos,[hs = round, bs = round, sm = yes, ho = flag, jc = blue, ti = yes]). example(24,pos,[hs = round, bs = round, sm = yes, ho = flag, jc = blue, ti = no]). example(25,pos,[hs = round, bs = round, sm = no, ho = sword, jc = red, ti = yes]). example(26,pos,[hs = round, bs = round, sm = no, ho = sword, jc = red, ti = no]). example(27,pos,[hs = round, bs = round, sm = no, ho = sword, jc = yellow, ti = yes]). example(28,pos,[hs = round, bs = round, sm = no, ho = sword, jc = yellow, ti = no]). example(29,pos,[hs = round, bs = round, sm = no, ho = sword, jc = green, ti = yes]). example(30,pos,[hs = round, bs = round, sm = no, ho = sword, jc = green, ti = no]). example(31,pos,[hs = round, bs = round, sm = no, ho = sword, jc = blue, ti = yes]). example(32,pos,[hs = round, bs = round, sm = no, ho = sword, jc = blue, ti = no]). example(33,pos,[hs = round, bs = round, sm = no, ho = balloon, jc = red, ti = yes]). example(34,pos,[hs = round, bs = round, sm = no, ho = balloon, jc = red, ti = no]). example(35,pos,[hs = round, bs = round, sm = no, ho = balloon, jc = yellow, ti = yes]). example(36,pos,[hs = round, bs = round, sm = no, ho = balloon, jc = yellow, ti = no]). example(37,pos,[hs = round, bs = round, sm = no, ho = balloon, jc = green, ti = yes]). example(38,pos,[hs = round, bs = round, sm = no, ho = balloon, jc = green, ti = no]). example(39,pos,[hs = round, bs = round, sm = no, ho = balloon, jc = blue, ti = yes]). example(40,pos,[hs = round, bs = round, sm = no, ho = balloon, jc = blue, ti = no]). example(41,pos,[hs = round, bs = round, sm = no, ho = flag, jc = red, ti = yes]). example(42,pos,[hs = round, bs = round, sm = no, ho = flag, jc = red, ti = no]). example(43,pos,[hs = round, bs = round, sm = no, ho = flag, jc = yellow, ti = yes]). example(44,pos,[hs = round, bs = round, sm = no, ho = flag, jc = yellow, ti = no]). example(45,pos,[hs = round, bs = round, sm = no, ho = flag, jc = green, ti = yes]). example(46,pos,[hs = round, bs = round, sm = no, ho = flag, jc = green, ti = no]). example(47,pos,[hs = round, bs = round, sm = no, ho = flag, jc = blue, ti = yes]). example(48,pos,[hs = round, bs = round, sm = no, ho = flag, jc = blue, ti = no]). example(49,pos,[hs = round, bs = square, sm = yes, ho = sword, jc = red, ti = yes]). example(50,pos,[hs = round, bs = square, sm = yes, ho = sword, jc = red, ti = no]). example(51,neg,[hs = round, bs = square, sm = yes, ho = sword, jc = yellow, ti = yes]). example(52,neg,[hs = round, bs = square, sm = yes, ho = sword, jc = yellow, ti = no]). example(53,neg,[hs = round, bs = square, sm = yes, ho = sword, jc = green, ti = yes]). example(54,neg,[hs = round, bs = square, sm = yes, ho = sword, jc = green, ti = no]). example(55,neg,[hs = round, bs = square, sm = yes, ho = sword, jc = blue, ti = yes]). example(56,neg,[hs = round, bs = square, sm = yes, ho = sword, jc = blue, ti = no]). example(57,pos,[hs = round, bs = square, sm = yes, ho = balloon, jc = red, ti = yes]). example(58,pos,[hs = round, bs = square, sm = yes, ho = balloon, jc = red, ti = no]). example(59,neg,[hs = round, bs = square, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(60,neg,[hs = round, bs = square, sm = yes, ho = balloon, jc = yellow, ti = no]). example(61,neg,[hs = round, bs = square, sm = yes, ho = balloon, jc = green, ti = yes]). example(62,neg,[hs = round, bs = square, sm = yes, ho = balloon, jc = green, ti = no]). example(63,neg,[hs = round, bs = square, sm = yes, ho = balloon, jc = blue, ti = yes]). example(64,neg,[hs = round, bs = square, sm = yes, ho = balloon, jc = blue, ti = no]). example(65,pos,[hs = round, bs = square, sm = yes, ho = flag, jc = red, ti = yes]). example(66,pos,[hs = round, bs = square, sm = yes, ho = flag, jc = red, ti = no]). example(67,neg,[hs = round, bs = square, sm = yes, ho = flag, jc = yellow, ti = yes]). example(68,neg,[hs = round, bs = square, sm = yes, ho = flag, jc = yellow, ti = no]). example(69,neg,[hs = round, bs = square, sm = yes, ho = flag, jc = green, ti = yes]). example(70,neg,[hs = round, bs = square, sm = yes, ho = flag, jc = green, ti = no]). example(71,neg,[hs = round, bs = square, sm = yes, ho = flag, jc = blue, ti = yes]). example(72,neg,[hs = round, bs = square, sm = yes, ho = flag, jc = blue, ti = no]). example(73,pos,[hs = round, bs = square, sm = no, ho = sword, jc = red, ti = yes]). example(74,pos,[hs = round, bs = square, sm = no, ho = sword, jc = red, ti = no]). example(75,neg,[hs = round, bs = square, sm = no, ho = sword, jc = yellow, ti = yes]). example(76,neg,[hs = round, bs = square, sm = no, ho = sword, jc = yellow, ti = no]). example(77,neg,[hs = round, bs = square, sm = no, ho = sword, jc = green, ti = yes]). example(78,neg,[hs = round, bs = square, sm = no, ho = sword, jc = green, ti = no]). example(79,neg,[hs = round, bs = square, sm = no, ho = sword, jc = blue, ti = yes]). example(80,neg,[hs = round, bs = square, sm = no, ho = sword, jc = blue, ti = no]). example(81,pos,[hs = round, bs = square, sm = no, ho = balloon, jc = red, ti = yes]). example(82,pos,[hs = round, bs = square, sm = no, ho = balloon, jc = red, ti = no]). example(83,neg,[hs = round, bs = square, sm = no, ho = balloon, jc = yellow, ti = yes]). example(84,neg,[hs = round, bs = square, sm = no, ho = balloon, jc = yellow, ti = no]). example(85,neg,[hs = round, bs = square, sm = no, ho = balloon, jc = green, ti = yes]). example(86,neg,[hs = round, bs = square, sm = no, ho = balloon, jc = green, ti = no]). example(87,neg,[hs = round, bs = square, sm = no, ho = balloon, jc = blue, ti = yes]). example(88,neg,[hs = round, bs = square, sm = no, ho = balloon, jc = blue, ti = no]). example(89,pos,[hs = round, bs = square, sm = no, ho = flag, jc = red, ti = yes]). example(90,pos,[hs = round, bs = square, sm = no, ho = flag, jc = red, ti = no]). example(91,neg,[hs = round, bs = square, sm = no, ho = flag, jc = yellow, ti = yes]). example(92,neg,[hs = round, bs = square, sm = no, ho = flag, jc = yellow, ti = no]). example(93,neg,[hs = round, bs = square, sm = no, ho = flag, jc = green, ti = yes]). example(94,neg,[hs = round, bs = square, sm = no, ho = flag, jc = green, ti = no]). example(95,neg,[hs = round, bs = square, sm = no, ho = flag, jc = blue, ti = yes]). example(96,neg,[hs = round, bs = square, sm = no, ho = flag, jc = blue, ti = no]). example(97,pos,[hs = round, bs = octagon, sm = yes, ho = sword, jc = red, ti = yes]). example(98,pos,[hs = round, bs = octagon, sm = yes, ho = sword, jc = red, ti = no]). example(99,neg,[hs = round, bs = octagon, sm = yes, ho = sword, jc = yellow, ti = yes]). example(100,neg,[hs = round, bs = octagon, sm = yes, ho = sword, jc = yellow, ti = no]). example(101,neg,[hs = round, bs = octagon, sm = yes, ho = sword, jc = green, ti = yes]). example(102,neg,[hs = round, bs = octagon, sm = yes, ho = sword, jc = green, ti = no]). example(103,neg,[hs = round, bs = octagon, sm = yes, ho = sword, jc = blue, ti = yes]). example(104,neg,[hs = round, bs = octagon, sm = yes, ho = sword, jc = blue, ti = no]). example(105,pos,[hs = round, bs = octagon, sm = yes, ho = balloon, jc = red, ti = yes]). example(106,pos,[hs = round, bs = octagon, sm = yes, ho = balloon, jc = red, ti = no]). example(107,neg,[hs = round, bs = octagon, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(108,neg,[hs = round, bs = octagon, sm = yes, ho = balloon, jc = yellow, ti = no]). example(109,neg,[hs = round, bs = octagon, sm = yes, ho = balloon, jc = green, ti = yes]). example(110,neg,[hs = round, bs = octagon, sm = yes, ho = balloon, jc = green, ti = no]). example(111,neg,[hs = round, bs = octagon, sm = yes, ho = balloon, jc = blue, ti = yes]). example(112,neg,[hs = round, bs = octagon, sm = yes, ho = balloon, jc = blue, ti = no]). example(113,pos,[hs = round, bs = octagon, sm = yes, ho = flag, jc = red, ti = yes]). example(114,pos,[hs = round, bs = octagon, sm = yes, ho = flag, jc = red, ti = no]). example(115,neg,[hs = round, bs = octagon, sm = yes, ho = flag, jc = yellow, ti = yes]). example(116,neg,[hs = round, bs = octagon, sm = yes, ho = flag, jc = yellow, ti = no]). example(117,neg,[hs = round, bs = octagon, sm = yes, ho = flag, jc = green, ti = yes]). example(118,neg,[hs = round, bs = octagon, sm = yes, ho = flag, jc = green, ti = no]). example(119,neg,[hs = round, bs = octagon, sm = yes, ho = flag, jc = blue, ti = yes]). example(120,neg,[hs = round, bs = octagon, sm = yes, ho = flag, jc = blue, ti = no]). example(121,pos,[hs = round, bs = octagon, sm = no, ho = sword, jc = red, ti = yes]). example(122,pos,[hs = round, bs = octagon, sm = no, ho = sword, jc = red, ti = no]). example(123,neg,[hs = round, bs = octagon, sm = no, ho = sword, jc = yellow, ti = yes]). example(124,neg,[hs = round, bs = octagon, sm = no, ho = sword, jc = yellow, ti = no]). example(125,neg,[hs = round, bs = octagon, sm = no, ho = sword, jc = green, ti = yes]). example(126,neg,[hs = round, bs = octagon, sm = no, ho = sword, jc = green, ti = no]). example(127,neg,[hs = round, bs = octagon, sm = no, ho = sword, jc = blue, ti = yes]). example(128,neg,[hs = round, bs = octagon, sm = no, ho = sword, jc = blue, ti = no]). example(129,pos,[hs = round, bs = octagon, sm = no, ho = balloon, jc = red, ti = yes]). example(130,pos,[hs = round, bs = octagon, sm = no, ho = balloon, jc = red, ti = no]). example(131,neg,[hs = round, bs = octagon, sm = no, ho = balloon, jc = yellow, ti = yes]). example(132,neg,[hs = round, bs = octagon, sm = no, ho = balloon, jc = yellow, ti = no]). example(133,neg,[hs = round, bs = octagon, sm = no, ho = balloon, jc = green, ti = yes]). example(134,neg,[hs = round, bs = octagon, sm = no, ho = balloon, jc = green, ti = no]). example(135,neg,[hs = round, bs = octagon, sm = no, ho = balloon, jc = blue, ti = yes]). example(136,neg,[hs = round, bs = octagon, sm = no, ho = balloon, jc = blue, ti = no]). example(137,pos,[hs = round, bs = octagon, sm = no, ho = flag, jc = red, ti = yes]). example(138,pos,[hs = round, bs = octagon, sm = no, ho = flag, jc = red, ti = no]). example(139,neg,[hs = round, bs = octagon, sm = no, ho = flag, jc = yellow, ti = yes]). example(140,neg,[hs = round, bs = octagon, sm = no, ho = flag, jc = yellow, ti = no]). example(141,neg,[hs = round, bs = octagon, sm = no, ho = flag, jc = green, ti = yes]). example(142,neg,[hs = round, bs = octagon, sm = no, ho = flag, jc = green, ti = no]). example(143,neg,[hs = round, bs = octagon, sm = no, ho = flag, jc = blue, ti = yes]). example(144,neg,[hs = round, bs = octagon, sm = no, ho = flag, jc = blue, ti = no]). example(145,pos,[hs = square, bs = round, sm = yes, ho = sword, jc = red, ti = yes]). example(146,pos,[hs = square, bs = round, sm = yes, ho = sword, jc = red, ti = no]). example(147,neg,[hs = square, bs = round, sm = yes, ho = sword, jc = yellow, ti = yes]). example(148,neg,[hs = square, bs = round, sm = yes, ho = sword, jc = yellow, ti = no]). example(149,neg,[hs = square, bs = round, sm = yes, ho = sword, jc = green, ti = yes]). example(150,neg,[hs = square, bs = round, sm = yes, ho = sword, jc = green, ti = no]). example(151,neg,[hs = square, bs = round, sm = yes, ho = sword, jc = blue, ti = yes]). example(152,neg,[hs = square, bs = round, sm = yes, ho = sword, jc = blue, ti = no]). example(153,pos,[hs = square, bs = round, sm = yes, ho = balloon, jc = red, ti = yes]). example(154,pos,[hs = square, bs = round, sm = yes, ho = balloon, jc = red, ti = no]). example(155,neg,[hs = square, bs = round, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(156,neg,[hs = square, bs = round, sm = yes, ho = balloon, jc = yellow, ti = no]). example(157,neg,[hs = square, bs = round, sm = yes, ho = balloon, jc = green, ti = yes]). example(158,neg,[hs = square, bs = round, sm = yes, ho = balloon, jc = green, ti = no]). example(159,neg,[hs = square, bs = round, sm = yes, ho = balloon, jc = blue, ti = yes]). example(160,neg,[hs = square, bs = round, sm = yes, ho = balloon, jc = blue, ti = no]). example(161,pos,[hs = square, bs = round, sm = yes, ho = flag, jc = red, ti = yes]). example(162,pos,[hs = square, bs = round, sm = yes, ho = flag, jc = red, ti = no]). example(163,neg,[hs = square, bs = round, sm = yes, ho = flag, jc = yellow, ti = yes]). example(164,neg,[hs = square, bs = round, sm = yes, ho = flag, jc = yellow, ti = no]). example(165,neg,[hs = square, bs = round, sm = yes, ho = flag, jc = green, ti = yes]). example(166,neg,[hs = square, bs = round, sm = yes, ho = flag, jc = green, ti = no]). example(167,neg,[hs = square, bs = round, sm = yes, ho = flag, jc = blue, ti = yes]). example(168,neg,[hs = square, bs = round, sm = yes, ho = flag, jc = blue, ti = no]). example(169,pos,[hs = square, bs = round, sm = no, ho = sword, jc = red, ti = yes]). example(170,pos,[hs = square, bs = round, sm = no, ho = sword, jc = red, ti = no]). example(171,neg,[hs = square, bs = round, sm = no, ho = sword, jc = yellow, ti = yes]). example(172,neg,[hs = square, bs = round, sm = no, ho = sword, jc = yellow, ti = no]). example(173,neg,[hs = square, bs = round, sm = no, ho = sword, jc = green, ti = yes]). example(174,neg,[hs = square, bs = round, sm = no, ho = sword, jc = green, ti = no]). example(175,neg,[hs = square, bs = round, sm = no, ho = sword, jc = blue, ti = yes]). example(176,neg,[hs = square, bs = round, sm = no, ho = sword, jc = blue, ti = no]). example(177,pos,[hs = square, bs = round, sm = no, ho = balloon, jc = red, ti = yes]). example(178,pos,[hs = square, bs = round, sm = no, ho = balloon, jc = red, ti = no]). example(179,neg,[hs = square, bs = round, sm = no, ho = balloon, jc = yellow, ti = yes]). example(180,neg,[hs = square, bs = round, sm = no, ho = balloon, jc = yellow, ti = no]). example(181,neg,[hs = square, bs = round, sm = no, ho = balloon, jc = green, ti = yes]). example(182,neg,[hs = square, bs = round, sm = no, ho = balloon, jc = green, ti = no]). example(183,neg,[hs = square, bs = round, sm = no, ho = balloon, jc = blue, ti = yes]). example(184,neg,[hs = square, bs = round, sm = no, ho = balloon, jc = blue, ti = no]). example(185,pos,[hs = square, bs = round, sm = no, ho = flag, jc = red, ti = yes]). example(186,pos,[hs = square, bs = round, sm = no, ho = flag, jc = red, ti = no]). example(187,neg,[hs = square, bs = round, sm = no, ho = flag, jc = yellow, ti = yes]). example(188,neg,[hs = square, bs = round, sm = no, ho = flag, jc = yellow, ti = no]). example(189,neg,[hs = square, bs = round, sm = no, ho = flag, jc = green, ti = yes]). example(190,neg,[hs = square, bs = round, sm = no, ho = flag, jc = green, ti = no]). example(191,neg,[hs = square, bs = round, sm = no, ho = flag, jc = blue, ti = yes]). example(192,neg,[hs = square, bs = round, sm = no, ho = flag, jc = blue, ti = no]). example(193,pos,[hs = square, bs = square, sm = yes, ho = sword, jc = red, ti = yes]). example(194,pos,[hs = square, bs = square, sm = yes, ho = sword, jc = red, ti = no]). example(195,pos,[hs = square, bs = square, sm = yes, ho = sword, jc = yellow, ti = yes]). example(196,pos,[hs = square, bs = square, sm = yes, ho = sword, jc = yellow, ti = no]). example(197,pos,[hs = square, bs = square, sm = yes, ho = sword, jc = green, ti = yes]). example(198,pos,[hs = square, bs = square, sm = yes, ho = sword, jc = green, ti = no]). example(199,pos,[hs = square, bs = square, sm = yes, ho = sword, jc = blue, ti = yes]). example(200,pos,[hs = square, bs = square, sm = yes, ho = sword, jc = blue, ti = no]). example(201,pos,[hs = square, bs = square, sm = yes, ho = balloon, jc = red, ti = yes]). example(202,pos,[hs = square, bs = square, sm = yes, ho = balloon, jc = red, ti = no]). example(203,pos,[hs = square, bs = square, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(204,pos,[hs = square, bs = square, sm = yes, ho = balloon, jc = yellow, ti = no]). example(205,pos,[hs = square, bs = square, sm = yes, ho = balloon, jc = green, ti = yes]). example(206,pos,[hs = square, bs = square, sm = yes, ho = balloon, jc = green, ti = no]). example(207,pos,[hs = square, bs = square, sm = yes, ho = balloon, jc = blue, ti = yes]). example(208,pos,[hs = square, bs = square, sm = yes, ho = balloon, jc = blue, ti = no]). example(209,pos,[hs = square, bs = square, sm = yes, ho = flag, jc = red, ti = yes]). example(210,pos,[hs = square, bs = square, sm = yes, ho = flag, jc = red, ti = no]). example(211,pos,[hs = square, bs = square, sm = yes, ho = flag, jc = yellow, ti = yes]). example(212,pos,[hs = square, bs = square, sm = yes, ho = flag, jc = yellow, ti = no]). example(213,pos,[hs = square, bs = square, sm = yes, ho = flag, jc = green, ti = yes]). example(214,pos,[hs = square, bs = square, sm = yes, ho = flag, jc = green, ti = no]). example(215,pos,[hs = square, bs = square, sm = yes, ho = flag, jc = blue, ti = yes]). example(216,pos,[hs = square, bs = square, sm = yes, ho = flag, jc = blue, ti = no]). example(217,pos,[hs = square, bs = square, sm = no, ho = sword, jc = red, ti = yes]). example(218,pos,[hs = square, bs = square, sm = no, ho = sword, jc = red, ti = no]). example(219,pos,[hs = square, bs = square, sm = no, ho = sword, jc = yellow, ti = yes]). example(220,pos,[hs = square, bs = square, sm = no, ho = sword, jc = yellow, ti = no]). example(221,pos,[hs = square, bs = square, sm = no, ho = sword, jc = green, ti = yes]). example(222,pos,[hs = square, bs = square, sm = no, ho = sword, jc = green, ti = no]). example(223,pos,[hs = square, bs = square, sm = no, ho = sword, jc = blue, ti = yes]). example(224,pos,[hs = square, bs = square, sm = no, ho = sword, jc = blue, ti = no]). example(225,pos,[hs = square, bs = square, sm = no, ho = balloon, jc = red, ti = yes]). example(226,pos,[hs = square, bs = square, sm = no, ho = balloon, jc = red, ti = no]). example(227,pos,[hs = square, bs = square, sm = no, ho = balloon, jc = yellow, ti = yes]). example(228,pos,[hs = square, bs = square, sm = no, ho = balloon, jc = yellow, ti = no]). example(229,pos,[hs = square, bs = square, sm = no, ho = balloon, jc = green, ti = yes]). example(230,pos,[hs = square, bs = square, sm = no, ho = balloon, jc = green, ti = no]). example(231,pos,[hs = square, bs = square, sm = no, ho = balloon, jc = blue, ti = yes]). example(232,pos,[hs = square, bs = square, sm = no, ho = balloon, jc = blue, ti = no]). example(233,pos,[hs = square, bs = square, sm = no, ho = flag, jc = red, ti = yes]). example(234,pos,[hs = square, bs = square, sm = no, ho = flag, jc = red, ti = no]). example(235,pos,[hs = square, bs = square, sm = no, ho = flag, jc = yellow, ti = yes]). example(236,pos,[hs = square, bs = square, sm = no, ho = flag, jc = yellow, ti = no]). example(237,pos,[hs = square, bs = square, sm = no, ho = flag, jc = green, ti = yes]). example(238,pos,[hs = square, bs = square, sm = no, ho = flag, jc = green, ti = no]). example(239,pos,[hs = square, bs = square, sm = no, ho = flag, jc = blue, ti = yes]). example(240,pos,[hs = square, bs = square, sm = no, ho = flag, jc = blue, ti = no]). example(241,pos,[hs = square, bs = octagon, sm = yes, ho = sword, jc = red, ti = yes]). example(242,pos,[hs = square, bs = octagon, sm = yes, ho = sword, jc = red, ti = no]). example(243,neg,[hs = square, bs = octagon, sm = yes, ho = sword, jc = yellow, ti = yes]). example(244,neg,[hs = square, bs = octagon, sm = yes, ho = sword, jc = yellow, ti = no]). example(245,neg,[hs = square, bs = octagon, sm = yes, ho = sword, jc = green, ti = yes]). example(246,neg,[hs = square, bs = octagon, sm = yes, ho = sword, jc = green, ti = no]). example(247,neg,[hs = square, bs = octagon, sm = yes, ho = sword, jc = blue, ti = yes]). example(248,neg,[hs = square, bs = octagon, sm = yes, ho = sword, jc = blue, ti = no]). example(249,pos,[hs = square, bs = octagon, sm = yes, ho = balloon, jc = red, ti = yes]). example(250,pos,[hs = square, bs = octagon, sm = yes, ho = balloon, jc = red, ti = no]). example(251,neg,[hs = square, bs = octagon, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(252,neg,[hs = square, bs = octagon, sm = yes, ho = balloon, jc = yellow, ti = no]). example(253,neg,[hs = square, bs = octagon, sm = yes, ho = balloon, jc = green, ti = yes]). example(254,neg,[hs = square, bs = octagon, sm = yes, ho = balloon, jc = green, ti = no]). example(255,neg,[hs = square, bs = octagon, sm = yes, ho = balloon, jc = blue, ti = yes]). example(256,neg,[hs = square, bs = octagon, sm = yes, ho = balloon, jc = blue, ti = no]). example(257,pos,[hs = square, bs = octagon, sm = yes, ho = flag, jc = red, ti = yes]). example(258,pos,[hs = square, bs = octagon, sm = yes, ho = flag, jc = red, ti = no]). example(259,neg,[hs = square, bs = octagon, sm = yes, ho = flag, jc = yellow, ti = yes]). example(260,neg,[hs = square, bs = octagon, sm = yes, ho = flag, jc = yellow, ti = no]). example(261,neg,[hs = square, bs = octagon, sm = yes, ho = flag, jc = green, ti = yes]). example(262,neg,[hs = square, bs = octagon, sm = yes, ho = flag, jc = green, ti = no]). example(263,neg,[hs = square, bs = octagon, sm = yes, ho = flag, jc = blue, ti = yes]). example(264,neg,[hs = square, bs = octagon, sm = yes, ho = flag, jc = blue, ti = no]). example(265,pos,[hs = square, bs = octagon, sm = no, ho = sword, jc = red, ti = yes]). example(266,pos,[hs = square, bs = octagon, sm = no, ho = sword, jc = red, ti = no]). example(267,neg,[hs = square, bs = octagon, sm = no, ho = sword, jc = yellow, ti = yes]). example(268,neg,[hs = square, bs = octagon, sm = no, ho = sword, jc = yellow, ti = no]). example(269,neg,[hs = square, bs = octagon, sm = no, ho = sword, jc = green, ti = yes]). example(270,neg,[hs = square, bs = octagon, sm = no, ho = sword, jc = green, ti = no]). example(271,neg,[hs = square, bs = octagon, sm = no, ho = sword, jc = blue, ti = yes]). example(272,neg,[hs = square, bs = octagon, sm = no, ho = sword, jc = blue, ti = no]). example(273,pos,[hs = square, bs = octagon, sm = no, ho = balloon, jc = red, ti = yes]). example(274,pos,[hs = square, bs = octagon, sm = no, ho = balloon, jc = red, ti = no]). example(275,neg,[hs = square, bs = octagon, sm = no, ho = balloon, jc = yellow, ti = yes]). example(276,neg,[hs = square, bs = octagon, sm = no, ho = balloon, jc = yellow, ti = no]). example(277,neg,[hs = square, bs = octagon, sm = no, ho = balloon, jc = green, ti = yes]). example(278,neg,[hs = square, bs = octagon, sm = no, ho = balloon, jc = green, ti = no]). example(279,neg,[hs = square, bs = octagon, sm = no, ho = balloon, jc = blue, ti = yes]). example(280,neg,[hs = square, bs = octagon, sm = no, ho = balloon, jc = blue, ti = no]). example(281,pos,[hs = square, bs = octagon, sm = no, ho = flag, jc = red, ti = yes]). example(282,pos,[hs = square, bs = octagon, sm = no, ho = flag, jc = red, ti = no]). example(283,neg,[hs = square, bs = octagon, sm = no, ho = flag, jc = yellow, ti = yes]). example(284,neg,[hs = square, bs = octagon, sm = no, ho = flag, jc = yellow, ti = no]). example(285,neg,[hs = square, bs = octagon, sm = no, ho = flag, jc = green, ti = yes]). example(286,neg,[hs = square, bs = octagon, sm = no, ho = flag, jc = green, ti = no]). example(287,neg,[hs = square, bs = octagon, sm = no, ho = flag, jc = blue, ti = yes]). example(288,neg,[hs = square, bs = octagon, sm = no, ho = flag, jc = blue, ti = no]). example(289,pos,[hs = octagon, bs = round, sm = yes, ho = sword, jc = red, ti = yes]). example(290,pos,[hs = octagon, bs = round, sm = yes, ho = sword, jc = red, ti = no]). example(291,neg,[hs = octagon, bs = round, sm = yes, ho = sword, jc = yellow, ti = yes]). example(292,neg,[hs = octagon, bs = round, sm = yes, ho = sword, jc = yellow, ti = no]). example(293,neg,[hs = octagon, bs = round, sm = yes, ho = sword, jc = green, ti = yes]). example(294,neg,[hs = octagon, bs = round, sm = yes, ho = sword, jc = green, ti = no]). example(295,neg,[hs = octagon, bs = round, sm = yes, ho = sword, jc = blue, ti = yes]). example(296,neg,[hs = octagon, bs = round, sm = yes, ho = sword, jc = blue, ti = no]). example(297,pos,[hs = octagon, bs = round, sm = yes, ho = balloon, jc = red, ti = yes]). example(298,pos,[hs = octagon, bs = round, sm = yes, ho = balloon, jc = red, ti = no]). example(299,neg,[hs = octagon, bs = round, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(300,neg,[hs = octagon, bs = round, sm = yes, ho = balloon, jc = yellow, ti = no]). example(301,neg,[hs = octagon, bs = round, sm = yes, ho = balloon, jc = green, ti = yes]). example(302,neg,[hs = octagon, bs = round, sm = yes, ho = balloon, jc = green, ti = no]). example(303,neg,[hs = octagon, bs = round, sm = yes, ho = balloon, jc = blue, ti = yes]). example(304,neg,[hs = octagon, bs = round, sm = yes, ho = balloon, jc = blue, ti = no]). example(305,pos,[hs = octagon, bs = round, sm = yes, ho = flag, jc = red, ti = yes]). example(306,pos,[hs = octagon, bs = round, sm = yes, ho = flag, jc = red, ti = no]). example(307,neg,[hs = octagon, bs = round, sm = yes, ho = flag, jc = yellow, ti = yes]). example(308,neg,[hs = octagon, bs = round, sm = yes, ho = flag, jc = yellow, ti = no]). example(309,neg,[hs = octagon, bs = round, sm = yes, ho = flag, jc = green, ti = yes]). example(310,neg,[hs = octagon, bs = round, sm = yes, ho = flag, jc = green, ti = no]). example(311,neg,[hs = octagon, bs = round, sm = yes, ho = flag, jc = blue, ti = yes]). example(312,neg,[hs = octagon, bs = round, sm = yes, ho = flag, jc = blue, ti = no]). example(313,pos,[hs = octagon, bs = round, sm = no, ho = sword, jc = red, ti = yes]). example(314,pos,[hs = octagon, bs = round, sm = no, ho = sword, jc = red, ti = no]). example(315,neg,[hs = octagon, bs = round, sm = no, ho = sword, jc = yellow, ti = yes]). example(316,neg,[hs = octagon, bs = round, sm = no, ho = sword, jc = yellow, ti = no]). example(317,neg,[hs = octagon, bs = round, sm = no, ho = sword, jc = green, ti = yes]). example(318,neg,[hs = octagon, bs = round, sm = no, ho = sword, jc = green, ti = no]). example(319,neg,[hs = octagon, bs = round, sm = no, ho = sword, jc = blue, ti = yes]). example(320,neg,[hs = octagon, bs = round, sm = no, ho = sword, jc = blue, ti = no]). example(321,pos,[hs = octagon, bs = round, sm = no, ho = balloon, jc = red, ti = yes]). example(322,pos,[hs = octagon, bs = round, sm = no, ho = balloon, jc = red, ti = no]). example(323,neg,[hs = octagon, bs = round, sm = no, ho = balloon, jc = yellow, ti = yes]). example(324,neg,[hs = octagon, bs = round, sm = no, ho = balloon, jc = yellow, ti = no]). example(325,neg,[hs = octagon, bs = round, sm = no, ho = balloon, jc = green, ti = yes]). example(326,neg,[hs = octagon, bs = round, sm = no, ho = balloon, jc = green, ti = no]). example(327,neg,[hs = octagon, bs = round, sm = no, ho = balloon, jc = blue, ti = yes]). example(328,neg,[hs = octagon, bs = round, sm = no, ho = balloon, jc = blue, ti = no]). example(329,pos,[hs = octagon, bs = round, sm = no, ho = flag, jc = red, ti = yes]). example(330,pos,[hs = octagon, bs = round, sm = no, ho = flag, jc = red, ti = no]). example(331,neg,[hs = octagon, bs = round, sm = no, ho = flag, jc = yellow, ti = yes]). example(332,neg,[hs = octagon, bs = round, sm = no, ho = flag, jc = yellow, ti = no]). example(333,neg,[hs = octagon, bs = round, sm = no, ho = flag, jc = green, ti = yes]). example(334,neg,[hs = octagon, bs = round, sm = no, ho = flag, jc = green, ti = no]). example(335,neg,[hs = octagon, bs = round, sm = no, ho = flag, jc = blue, ti = yes]). example(336,neg,[hs = octagon, bs = round, sm = no, ho = flag, jc = blue, ti = no]). example(337,pos,[hs = octagon, bs = square, sm = yes, ho = sword, jc = red, ti = yes]). example(338,pos,[hs = octagon, bs = square, sm = yes, ho = sword, jc = red, ti = no]). example(339,neg,[hs = octagon, bs = square, sm = yes, ho = sword, jc = yellow, ti = yes]). example(340,neg,[hs = octagon, bs = square, sm = yes, ho = sword, jc = yellow, ti = no]). example(341,neg,[hs = octagon, bs = square, sm = yes, ho = sword, jc = green, ti = yes]). example(342,neg,[hs = octagon, bs = square, sm = yes, ho = sword, jc = green, ti = no]). example(343,neg,[hs = octagon, bs = square, sm = yes, ho = sword, jc = blue, ti = yes]). example(344,neg,[hs = octagon, bs = square, sm = yes, ho = sword, jc = blue, ti = no]). example(345,pos,[hs = octagon, bs = square, sm = yes, ho = balloon, jc = red, ti = yes]). example(346,pos,[hs = octagon, bs = square, sm = yes, ho = balloon, jc = red, ti = no]). example(347,neg,[hs = octagon, bs = square, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(348,neg,[hs = octagon, bs = square, sm = yes, ho = balloon, jc = yellow, ti = no]). example(349,neg,[hs = octagon, bs = square, sm = yes, ho = balloon, jc = green, ti = yes]). example(350,neg,[hs = octagon, bs = square, sm = yes, ho = balloon, jc = green, ti = no]). example(351,neg,[hs = octagon, bs = square, sm = yes, ho = balloon, jc = blue, ti = yes]). example(352,neg,[hs = octagon, bs = square, sm = yes, ho = balloon, jc = blue, ti = no]). example(353,pos,[hs = octagon, bs = square, sm = yes, ho = flag, jc = red, ti = yes]). example(354,pos,[hs = octagon, bs = square, sm = yes, ho = flag, jc = red, ti = no]). example(355,neg,[hs = octagon, bs = square, sm = yes, ho = flag, jc = yellow, ti = yes]). example(356,neg,[hs = octagon, bs = square, sm = yes, ho = flag, jc = yellow, ti = no]). example(357,neg,[hs = octagon, bs = square, sm = yes, ho = flag, jc = green, ti = yes]). example(358,neg,[hs = octagon, bs = square, sm = yes, ho = flag, jc = green, ti = no]). example(359,neg,[hs = octagon, bs = square, sm = yes, ho = flag, jc = blue, ti = yes]). example(360,neg,[hs = octagon, bs = square, sm = yes, ho = flag, jc = blue, ti = no]). example(361,pos,[hs = octagon, bs = square, sm = no, ho = sword, jc = red, ti = yes]). example(362,pos,[hs = octagon, bs = square, sm = no, ho = sword, jc = red, ti = no]). example(363,neg,[hs = octagon, bs = square, sm = no, ho = sword, jc = yellow, ti = yes]). example(364,neg,[hs = octagon, bs = square, sm = no, ho = sword, jc = yellow, ti = no]). example(365,neg,[hs = octagon, bs = square, sm = no, ho = sword, jc = green, ti = yes]). example(366,neg,[hs = octagon, bs = square, sm = no, ho = sword, jc = green, ti = no]). example(367,neg,[hs = octagon, bs = square, sm = no, ho = sword, jc = blue, ti = yes]). example(368,neg,[hs = octagon, bs = square, sm = no, ho = sword, jc = blue, ti = no]). example(369,pos,[hs = octagon, bs = square, sm = no, ho = balloon, jc = red, ti = yes]). example(370,pos,[hs = octagon, bs = square, sm = no, ho = balloon, jc = red, ti = no]). example(371,neg,[hs = octagon, bs = square, sm = no, ho = balloon, jc = yellow, ti = yes]). example(372,neg,[hs = octagon, bs = square, sm = no, ho = balloon, jc = yellow, ti = no]). example(373,neg,[hs = octagon, bs = square, sm = no, ho = balloon, jc = green, ti = yes]). example(374,neg,[hs = octagon, bs = square, sm = no, ho = balloon, jc = green, ti = no]). example(375,neg,[hs = octagon, bs = square, sm = no, ho = balloon, jc = blue, ti = yes]). example(376,neg,[hs = octagon, bs = square, sm = no, ho = balloon, jc = blue, ti = no]). example(377,pos,[hs = octagon, bs = square, sm = no, ho = flag, jc = red, ti = yes]). example(378,pos,[hs = octagon, bs = square, sm = no, ho = flag, jc = red, ti = no]). example(379,neg,[hs = octagon, bs = square, sm = no, ho = flag, jc = yellow, ti = yes]). example(380,neg,[hs = octagon, bs = square, sm = no, ho = flag, jc = yellow, ti = no]). example(381,neg,[hs = octagon, bs = square, sm = no, ho = flag, jc = green, ti = yes]). example(382,neg,[hs = octagon, bs = square, sm = no, ho = flag, jc = green, ti = no]). example(383,neg,[hs = octagon, bs = square, sm = no, ho = flag, jc = blue, ti = yes]). example(384,neg,[hs = octagon, bs = square, sm = no, ho = flag, jc = blue, ti = no]). example(385,pos,[hs = octagon, bs = octagon, sm = yes, ho = sword, jc = red, ti = yes]). example(386,pos,[hs = octagon, bs = octagon, sm = yes, ho = sword, jc = red, ti = no]). example(387,pos,[hs = octagon, bs = octagon, sm = yes, ho = sword, jc = yellow, ti = yes]). example(388,pos,[hs = octagon, bs = octagon, sm = yes, ho = sword, jc = yellow, ti = no]). example(389,pos,[hs = octagon, bs = octagon, sm = yes, ho = sword, jc = green, ti = yes]). example(390,pos,[hs = octagon, bs = octagon, sm = yes, ho = sword, jc = green, ti = no]). example(391,pos,[hs = octagon, bs = octagon, sm = yes, ho = sword, jc = blue, ti = yes]). example(392,pos,[hs = octagon, bs = octagon, sm = yes, ho = sword, jc = blue, ti = no]). example(393,pos,[hs = octagon, bs = octagon, sm = yes, ho = balloon, jc = red, ti = yes]). example(394,pos,[hs = octagon, bs = octagon, sm = yes, ho = balloon, jc = red, ti = no]). example(395,pos,[hs = octagon, bs = octagon, sm = yes, ho = balloon, jc = yellow, ti = yes]). example(396,pos,[hs = octagon, bs = octagon, sm = yes, ho = balloon, jc = yellow, ti = no]). example(397,pos,[hs = octagon, bs = octagon, sm = yes, ho = balloon, jc = green, ti = yes]). example(398,pos,[hs = octagon, bs = octagon, sm = yes, ho = balloon, jc = green, ti = no]). example(399,pos,[hs = octagon, bs = octagon, sm = yes, ho = balloon, jc = blue, ti = yes]). example(400,pos,[hs = octagon, bs = octagon, sm = yes, ho = balloon, jc = blue, ti = no]). example(401,pos,[hs = octagon, bs = octagon, sm = yes, ho = flag, jc = red, ti = yes]). example(402,pos,[hs = octagon, bs = octagon, sm = yes, ho = flag, jc = red, ti = no]). example(403,pos,[hs = octagon, bs = octagon, sm = yes, ho = flag, jc = yellow, ti = yes]). example(404,pos,[hs = octagon, bs = octagon, sm = yes, ho = flag, jc = yellow, ti = no]). example(405,pos,[hs = octagon, bs = octagon, sm = yes, ho = flag, jc = green, ti = yes]). example(406,pos,[hs = octagon, bs = octagon, sm = yes, ho = flag, jc = green, ti = no]). example(407,pos,[hs = octagon, bs = octagon, sm = yes, ho = flag, jc = blue, ti = yes]). example(408,pos,[hs = octagon, bs = octagon, sm = yes, ho = flag, jc = blue, ti = no]). example(409,pos,[hs = octagon, bs = octagon, sm = no, ho = sword, jc = red, ti = yes]). example(410,pos,[hs = octagon, bs = octagon, sm = no, ho = sword, jc = red, ti = no]). example(411,pos,[hs = octagon, bs = octagon, sm = no, ho = sword, jc = yellow, ti = yes]). example(412,pos,[hs = octagon, bs = octagon, sm = no, ho = sword, jc = yellow, ti = no]). example(413,pos,[hs = octagon, bs = octagon, sm = no, ho = sword, jc = green, ti = yes]). example(414,pos,[hs = octagon, bs = octagon, sm = no, ho = sword, jc = green, ti = no]). example(415,pos,[hs = octagon, bs = octagon, sm = no, ho = sword, jc = blue, ti = yes]). example(416,pos,[hs = octagon, bs = octagon, sm = no, ho = sword, jc = blue, ti = no]). example(417,pos,[hs = octagon, bs = octagon, sm = no, ho = balloon, jc = red, ti = yes]). example(418,pos,[hs = octagon, bs = octagon, sm = no, ho = balloon, jc = red, ti = no]). example(419,pos,[hs = octagon, bs = octagon, sm = no, ho = balloon, jc = yellow, ti = yes]). example(420,pos,[hs = octagon, bs = octagon, sm = no, ho = balloon, jc = yellow, ti = no]). example(421,pos,[hs = octagon, bs = octagon, sm = no, ho = balloon, jc = green, ti = yes]). example(422,pos,[hs = octagon, bs = octagon, sm = no, ho = balloon, jc = green, ti = no]). example(423,pos,[hs = octagon, bs = octagon, sm = no, ho = balloon, jc = blue, ti = yes]). example(424,pos,[hs = octagon, bs = octagon, sm = no, ho = balloon, jc = blue, ti = no]). example(425,pos,[hs = octagon, bs = octagon, sm = no, ho = flag, jc = red, ti = yes]). example(426,pos,[hs = octagon, bs = octagon, sm = no, ho = flag, jc = red, ti = no]). example(427,pos,[hs = octagon, bs = octagon, sm = no, ho = flag, jc = yellow, ti = yes]). example(428,pos,[hs = octagon, bs = octagon, sm = no, ho = flag, jc = yellow, ti = no]). example(429,pos,[hs = octagon, bs = octagon, sm = no, ho = flag, jc = green, ti = yes]). example(430,pos,[hs = octagon, bs = octagon, sm = no, ho = flag, jc = green, ti = no]). example(431,pos,[hs = octagon, bs = octagon, sm = no, ho = flag, jc = blue, ti = yes]). example(432,pos,[hs = octagon, bs = octagon, sm = no, ho = flag, jc = blue, ti = no]).