/* #: 3 */ ps_outdoor -50 40 0 0.9 0.7 1 /* #: 4 */ blue green yellow red /* #: 4 */ icy cool mild hot ps_indoor 0 40 15 0.9 0.7 0.9 /* #: 3 */ blue green red /* #: 3 */ cold medium warm ps_heating 0 100 50 0.9 0.8 1 /* #: 3 */ blue green red /* #: 3 */ no half full /* #: 3 */ outdoor 7 -50 40 0 0.9 0.7 1 /* #: 4 */ icy -50 -15.6 blue point_list 0 /* #: 4 */ -50 0 -50 1 -32.4 1 -15.6 0 /* #: 2 */ -50 0 -15.6 0 cool -32.4 8.4 green point_list 0.0833332 /* #: 4 */ -32.4 0 -15.6 1 -8.4 1 8.4 0 /* #: 4 */ -32.4 0 -31 0.0833332 7 0.0833332 8.4 0 mild -8.4 32.4 yellow point_list 0.916667 /* #: 4 */ -8.4 0 8.4 1 15.6 1 32.4 0 /* #: 4 */ -8.4 0 7 0.916667 17 0.916667 32.4 0 hot 12 40 red point_list 0 /* #: 4 */ 12 0 28.8 1 40 1 40 0 /* #: 2 */ 12 0 40 0 indoor 17 0 40 15 0.9 0.7 0.9 /* #: 3 */ cold 0 12.975 blue point_list 0 /* #: 4 */ 0 0 0 1 3.525 1 12.975 0 /* #: 2 */ 0 0 12.975 0 medium 3.525 26.475 green point_list 1 /* #: 4 */ 3.525 0 12.975 1 17.025 1 26.475 0 /* #: 4 */ 3.525 0 12.975 1 17.025 1 26.475 0 warm 15 40 red point_list 0.21164 /* #: 4 */ 15 0 24.45 1 40 1 40 0 /* #: 4 */ 15 0 17 0.21164 40 0.21164 40 0 heating 50 0 100 50 0.9 0.8 1 /* #: 3 */ no 0 45.5 blue point_list 0 /* #: 4 */ 0 0 0 1 9.5 1 45.5 0 /* #: 2 */ 0 0 45.5 0 half 9.5 90.5 green point_list 0.8 /* #: 4 */ 9.5 0 45.5 1 54.5 1 90.5 0 /* #: 4 */ 9.5 0 38.3 0.8 61.7 0.8 90.5 0 full 50 100 red point_list 0 /* #: 4 */ 50 0 86 1 100 1 100 0 /* #: 2 */ 50 0 100 0 no_fop minimum maximum minimum maximum minimum cog 1 10 nameless_rule_set /* #: 1 */ /* #: 8 */ IF /* #: 2 */ outdoor IS icy AND indoor IS cold THEN heating IS full WITH CERTAINTY 1. IF /* #: 2 */ outdoor IS icy AND indoor IS medium THEN heating IS full WITH CERTAINTY 0.9. IF /* #: 2 */ outdoor IS icy AND indoor IS warm THEN heating IS half WITH CERTAINTY 1. IF /* #: 2 */ outdoor IS cool AND indoor IS cold THEN heating IS full WITH CERTAINTY 0.8. IF /* #: 2 */ outdoor IS cool AND indoor IS medium THEN heating IS half WITH CERTAINTY 1. IF /* #: 2 */ outdoor IS cool AND indoor IS warm THEN heating IS half WITH CERTAINTY 0.7. IF /* #: 2 */ outdoor IS mild AND indoor IS cold THEN heating IS half WITH CERTAINTY 1. IF /* #: 2 */ outdoor IS mild AND indoor IS medium THEN heating IS half WITH CERTAINTY 0.8.