*** This is Jacc: Just another compiler compiler... 
*** Run of Mon Nov 17 15:35:46 PST 2008
*** Reading grammar in file ./sources/BLD.grm ... 
*** Including file ./sources\BLD_doc.grm ...
*** Including file ./sources\Keywords.grm ...
*** Including file ./sources\ParserCode.grm ...
*** Defining XML namespace prefix: rif = "http://www.w3.org/2007/rif#"
*** Defining XML namespace prefix: xsi = "http://www.w3.org/2001/XMLSchema-instance"
*** Defining XML namespace prefix: xs = "http://www.w3.org/2001/XMLSchema#"
*** Setting XML root to Document
*** Including file ./sources\BLR.grm ...
*** Including file ./sources\BLC.grm ...
*** Including file ./sources\AdHoc.grm ...
***	... in 141 ms

RULES:

[0]	$START$ --> $ROOTS$
	precedence = 1
[1]	$ROOTS$ --> RifDocument
	precedence = 1
[2]	$ROOTS$ --> '$RifDocument_switch$' RifDocument
	precedence = 1
[3]	$ROOTS$ --> '$Implies_switch$' Implies
	precedence = 1
[4]	Document --> IriMeta_opt 'DOCUMENT' 'OPENPAR' Base_opt Prefix_star DocumentBody 'CLOSEPAR'
	precedence = 71
[5]	Base --> 'BASE' 'OPENPAR' Iri 'CLOSEPAR'
	precedence = 71
[6]	Prefix --> 'PREFIX' 'OPENPAR' Name Iri 'CLOSEPAR'
	precedence = 71
[7]	DocumentBody --> Import_star Group_opt
	precedence = 1
[8]	Import --> IriMeta_opt 'IMPORT' 'OPENPAR' IriConst Profile_opt 'CLOSEPAR'
	precedence = 71
[9]	Group --> IriMeta_opt 'GROUP' 'OPENPAR' RuleOrGroup_star 'CLOSEPAR'
	precedence = 71
[10]	RuleOrGroup --> Rule
	precedence = 1
[11]	RuleOrGroup --> Group
	precedence = 1
[12]	Rule --> Clause
	precedence = 1
[13]	Rule --> QuantifiedClause
	precedence = 1
[14]	QuantifiedClause --> IriMeta_opt 'FORALL' Var_plus 'OPENPAR' Clause 'CLOSEPAR'
	precedence = 71
[15]	Clause --> AtomicFormula
	precedence = 1
[16]	Clause --> Implies
	precedence = 1
[17]	Implies --> IriMeta_opt Consequent 'IF' Antecedent
	precedence = 21
[18]	Consequent --> AtomicFormula
	precedence = 1
[19]	Consequent --> 'AND' 'OPENPAR' AtomicFormula_star 'CLOSEPAR'
	precedence = 71
[20]	Antecedent --> Formula
	precedence = 1
[21]	Profile --> Term
	precedence = 1
[22]	Base_opt -->
	precedence = 1
[23]	Base_opt --> Base
	precedence = 1
[24]	Prefix_star -->
	precedence = 1
[25]	Prefix_star --> Prefix_star Prefix
	precedence = 1
[26]	Import_star -->
	precedence = 1
[27]	Import_star --> Import_star Import
	precedence = 1
[28]	Profile_opt -->
	precedence = 1
[29]	Profile_opt --> Profile
	precedence = 1
[30]	Group_opt -->
	precedence = 1
[31]	Group_opt --> Group
	precedence = 1
[32]	RuleOrGroup_star -->
	precedence = 1
[33]	RuleOrGroup_star --> RuleOrGroup_star RuleOrGroup
	precedence = 1
[34]	AtomicFormula_star -->
	precedence = 1
[35]	AtomicFormula_star --> AtomicFormula_star AtomicFormula
	precedence = 1
[36]	IriMeta --> 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	precedence = 71
[37]	IriMetaBody --> Frame
	precedence = 1
[38]	IriMetaBody --> 'AND' 'OPENPAR' Frame_star 'CLOSEPAR'
	precedence = 71
[39]	Formula --> IriMeta_opt RawFormula
	precedence = 1
[40]	RawFormula --> AtomicFormula
	precedence = 1
[41]	RawFormula --> 'AND' 'OPENPAR' Formula_star 'CLOSEPAR'
	precedence = 71
[42]	RawFormula --> 'OR' 'OPENPAR' Formula_star 'CLOSEPAR'
	precedence = 71
[43]	RawFormula --> 'EXISTS' Var_plus 'OPENPAR' Formula 'CLOSEPAR'
	precedence = 71
[44]	RawFormula --> 'EXTERNAL' 'OPENPAR' AtomOrFrame 'CLOSEPAR'
	precedence = 71
[45]	AtomicFormula --> Atom
	precedence = 1
[46]	AtomicFormula --> Equal
	precedence = 1
[47]	AtomicFormula --> Member
	precedence = 1
[48]	AtomicFormula --> Subclass
	precedence = 1
[49]	AtomicFormula --> Frame
	precedence = 1
[50]	AtomOrFrame --> Atom
	precedence = 1
[51]	AtomOrFrame --> Frame
	precedence = 1
[52]	Atom --> UniTerm
	precedence = 1
[53]	UniTerm --> Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	precedence = 71
[54]	Equal --> Term 'EQUAL' Term
	precedence = 41
[55]	Member --> Term 'MEMBER' Term
	precedence = 41
[56]	Subclass --> Term 'SUBCLASS' Term
	precedence = 41
[57]	Frame --> Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	precedence = 71
[58]	FrameAttribute --> Term 'ARROW' Term
	precedence = 41
[59]	Term --> IriMeta_opt RawTerm
	precedence = 1
[60]	RawTerm --> Const
	precedence = 1
[61]	RawTerm --> Var
	precedence = 1
[62]	RawTerm --> Expr
	precedence = 1
[63]	RawTerm --> 'EXTERNAL' 'OPENPAR' Expr 'CLOSEPAR'
	precedence = 71
[64]	Expr --> UniTerm
	precedence = 1
[65]	Const --> FullyQualifiedConstant
	precedence = 1
[66]	Const --> ConstShort
	precedence = 1
[67]	FullyQualifiedConstant --> 'STRING' 'LEXSPACE' SymSpace
	precedence = 91
[68]	SymSpace --> Curie
	precedence = 1
[69]	ConstShort --> 'NUMBER'
	precedence = 61
[70]	ConstShort --> 'STRING'
	precedence = 61
[71]	ConstShort --> 'LOCALNAME'
	precedence = 61
[72]	ConstShort --> 'ANGLEBRACKETIRI'
	precedence = 61
[73]	ConstShort --> Curie
	precedence = 1
[74]	Var --> 'VARIABLE'
	precedence = 61
[75]	UniTermBody --> TermArgument_star
	precedence = 1
[76]	TermArgument --> Term
	precedence = 1
[77]	Var_plus --> Var
	precedence = 1
[78]	Var_plus --> Var_plus Var
	precedence = 1
[79]	IriMeta_opt -->
	precedence = 1
[80]	IriMeta_opt --> IriMeta
	precedence = 1
[81]	IriConst_opt -->
	precedence = 1
[82]	IriConst_opt --> IriConst
	precedence = 1
[83]	IriMetaBody_opt -->
	precedence = 1
[84]	IriMetaBody_opt --> IriMetaBody
	precedence = 1
[85]	Formula_star -->
	precedence = 1
[86]	Formula_star --> Formula_star Formula
	precedence = 1
[87]	TermArgument_star -->
	precedence = 1
[88]	TermArgument_star --> TermArgument TermArgument_star
	precedence = 101
[89]	Frame_star -->
	precedence = 1
[90]	Frame_star --> Frame_star Frame
	precedence = 1
[91]	FrameAttribute_star -->
	precedence = 1
[92]	FrameAttribute_star --> FrameAttribute_star FrameAttribute
	precedence = 1
[93]	Name --> 'IDENTIFIER'
	precedence = 61
[94]	Iri --> 'STRING'
	precedence = 61
[95]	IriConst --> FullyQualifiedConstant
	precedence = 1
[96]	Curie --> 'IDENTIFIER'
	precedence = 61
[97]	Curie --> 'COLON' 'IDENTIFIER'
	precedence = 61
[98]	Curie --> 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	precedence = 61
[99]	$ACTION0$ -->
	precedence = 1
[100]	RifDocument --> $ACTION0$ Document
	precedence = 1

*** Starting grammar analysis ... 
***	Preprocessing the grammar ... 
***	... in 31 ms

TERMINALS:

	----------	-------------	--------
	PRECEDENCE	ASSOCIATIVITY	TERMINAL
	----------	-------------	--------
[0]	1		none		'$EMPTY$'
[1]	1		none		'$E_O_I$'
[2]	1		none		'error'
[3]	1		none		'$RifDocument_switch$'
[4]	1		none		'$Implies_switch$'
[5]	1		none		'LEASTPREC'
[6]	11		none		'DOCUMENT'
[7]	11		none		'BASE'
[8]	11		none		'PREFIX'
[9]	11		none		'IMPORT'
[10]	11		none		'GROUP'
[11]	21		none		'IF'
[12]	31		none		'OR'
[13]	31		none		'AND'
[14]	31		none		'EXISTS'
[15]	31		none		'FORALL'
[16]	41		none		'ARROW'
[17]	41		none		'EQUAL'
[18]	41		none		'MEMBER'
[19]	41		none		'SUBCLASS'
[20]	51		none		'EXTERNAL'
[21]	61		none		'NUMBER'
[22]	61		none		'LOCALNAME'
[23]	61		none		'VARIABLE'
[24]	61		none		'STRING'
[25]	61		none		'IDENTIFIER'
[26]	61		none		'ANGLEBRACKETIRI'
[27]	71		none		'OPENPAR'
[28]	71		none		'CLOSEPAR'
[29]	71		none		'OPENBRA'
[30]	71		none		'CLOSEBRA'
[31]	71		none		'OPENMETA'
[32]	71		none		'CLOSEMETA'
[33]	81		none		'COLON'
[34]	91		none		'LEXSPACE'
[35]	101		none		'HIGHESTPREC'
	----------------------------------------

NON TERMINALS:

  [0]	$START$
	FIRST:	 {'$RifDocument_switch$', '$Implies_switch$', 'DOCUMENT', 'OPENMETA'}
	LSet:	 {$START$, $ROOTS$, RifDocument, $ACTION0$}

  [1]	$ROOTS$
	FIRST:	 {'$RifDocument_switch$', '$Implies_switch$', 'DOCUMENT', 'OPENMETA'}
	LSet:	 {$ROOTS$, RifDocument, $ACTION0$}

  [2]	RifDocument
	FIRST:	 {'DOCUMENT', 'OPENMETA'}
	LSet:	 {RifDocument, $ACTION0$}

  [3]	Implies
	FIRST:	 {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {Implies, IriMeta_opt, IriMeta}

  [4]	Document
	FIRST:	 {'DOCUMENT', 'OPENMETA'}
	LSet:	 {Document, IriMeta_opt, IriMeta}

  [5]	IriMeta_opt	(nullable)
	FIRST:	 {'OPENMETA'}
	LSet:	 {IriMeta_opt, IriMeta}

  [6]	Base_opt	(nullable)
	FIRST:	 {'BASE'}
	LSet:	 {Base_opt, Base}

  [7]	Prefix_star	(nullable)
	FIRST:	 {'PREFIX'}
	LSet:	 {Prefix_star}

  [8]	DocumentBody	(nullable)
	FIRST:	 {'IMPORT', 'GROUP', 'OPENMETA'}
	LSet:	 {DocumentBody, Import_star}

  [9]	Base
	FIRST:	 {'BASE'}
	LSet:	 {Base}

  [10]	Iri
	FIRST:	 {'STRING'}
	LSet:	 {Iri}

  [11]	Prefix
	FIRST:	 {'PREFIX'}
	LSet:	 {Prefix}

  [12]	Name
	FIRST:	 {'IDENTIFIER'}
	LSet:	 {Name}

  [13]	Import_star	(nullable)
	FIRST:	 {'IMPORT', 'OPENMETA'}
	LSet:	 {Import_star}

  [14]	Group_opt	(nullable)
	FIRST:	 {'GROUP', 'OPENMETA'}
	LSet:	 {IriMeta_opt, Group_opt, Group, IriMeta}

  [15]	Import
	FIRST:	 {'IMPORT', 'OPENMETA'}
	LSet:	 {IriMeta_opt, Import, IriMeta}

  [16]	IriConst
	FIRST:	 {'STRING'}
	LSet:	 {IriConst, FullyQualifiedConstant}

  [17]	Profile_opt	(nullable)
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Profile_opt, Profile, Term, IriMeta}

  [18]	Group
	FIRST:	 {'GROUP', 'OPENMETA'}
	LSet:	 {IriMeta_opt, Group, IriMeta}

  [19]	RuleOrGroup_star	(nullable)
	FIRST:	 {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {RuleOrGroup_star}

  [20]	RuleOrGroup
	FIRST:	 {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {Implies, IriMeta_opt, Group, RuleOrGroup, Rule, Clause, QuantifiedClause, AtomicFormula, Term, IriMeta, Frame, Atom, Equal, Member, Subclass, UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [21]	Rule
	FIRST:	 {'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {Implies, IriMeta_opt, Rule, Clause, QuantifiedClause, AtomicFormula, Term, IriMeta, Frame, Atom, Equal, Member, Subclass, UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [22]	Clause
	FIRST:	 {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {Implies, IriMeta_opt, Clause, AtomicFormula, Term, IriMeta, Frame, Atom, Equal, Member, Subclass, UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [23]	QuantifiedClause
	FIRST:	 {'FORALL', 'OPENMETA'}
	LSet:	 {IriMeta_opt, QuantifiedClause, IriMeta}

  [24]	Var_plus
	FIRST:	 {'VARIABLE'}
	LSet:	 {Var_plus, Var}

  [25]	AtomicFormula
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, AtomicFormula, Term, IriMeta, Frame, Atom, Equal, Member, Subclass, UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [26]	Consequent
	FIRST:	 {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, AtomicFormula, Consequent, Term, IriMeta, Frame, Atom, Equal, Member, Subclass, UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [27]	Antecedent
	FIRST:	 {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Antecedent, Formula, IriMeta}

  [28]	AtomicFormula_star	(nullable)
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {AtomicFormula_star}

  [29]	Formula
	FIRST:	 {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Formula, IriMeta}

  [30]	Profile
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Profile, Term, IriMeta}

  [31]	Term
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta}

  [32]	IriMeta
	FIRST:	 {'OPENMETA'}
	LSet:	 {IriMeta}

  [33]	IriConst_opt	(nullable)
	FIRST:	 {'STRING'}
	LSet:	 {IriConst, IriConst_opt, FullyQualifiedConstant}

  [34]	IriMetaBody_opt	(nullable)
	FIRST:	 {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, IriMetaBody_opt, IriMetaBody, Frame}

  [35]	IriMetaBody
	FIRST:	 {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, IriMetaBody, Frame}

  [36]	Frame
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, Frame}

  [37]	Frame_star	(nullable)
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {Frame_star}

  [38]	RawFormula
	FIRST:	 {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, AtomicFormula, Term, IriMeta, Frame, RawFormula, Atom, Equal, Member, Subclass, UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [39]	Formula_star	(nullable)
	FIRST:	 {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {Formula_star}

  [40]	AtomOrFrame
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, Frame, AtomOrFrame, Atom, UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [41]	Atom
	FIRST:	 {'NUMBER', 'LOCALNAME', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
	LSet:	 {Atom, UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [42]	Equal
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, Equal}

  [43]	Member
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, Member}

  [44]	Subclass
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, Subclass}

  [45]	UniTerm
	FIRST:	 {'NUMBER', 'LOCALNAME', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
	LSet:	 {UniTerm, Const, FullyQualifiedConstant, ConstShort, Curie}

  [46]	Const
	FIRST:	 {'NUMBER', 'LOCALNAME', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
	LSet:	 {Const, FullyQualifiedConstant, ConstShort, Curie}

  [47]	UniTermBody	(nullable)
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, UniTermBody, TermArgument_star, TermArgument}

  [48]	FrameAttribute_star	(nullable)
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {FrameAttribute_star}

  [49]	FrameAttribute
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, FrameAttribute}

  [50]	RawTerm
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
	LSet:	 {UniTerm, Const, RawTerm, Var, Expr, FullyQualifiedConstant, ConstShort, Curie}

  [51]	Var
	FIRST:	 {'VARIABLE'}
	LSet:	 {Var}

  [52]	Expr
	FIRST:	 {'NUMBER', 'LOCALNAME', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
	LSet:	 {UniTerm, Const, Expr, FullyQualifiedConstant, ConstShort, Curie}

  [53]	FullyQualifiedConstant
	FIRST:	 {'STRING'}
	LSet:	 {FullyQualifiedConstant}

  [54]	ConstShort
	FIRST:	 {'NUMBER', 'LOCALNAME', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
	LSet:	 {ConstShort, Curie}

  [55]	SymSpace
	FIRST:	 {'IDENTIFIER', 'COLON'}
	LSet:	 {SymSpace, Curie}

  [56]	Curie
	FIRST:	 {'IDENTIFIER', 'COLON'}
	LSet:	 {Curie}

  [57]	TermArgument_star	(nullable)
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, TermArgument_star, TermArgument}

  [58]	TermArgument
	FIRST:	 {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
	LSet:	 {IriMeta_opt, Term, IriMeta, TermArgument}

  [59]	$ACTION0$	(nullable)
	FIRST:	 {}
	LSet:	 {$ACTION0$}


***	Building canonical LR states ... 
***	 ... in 47 ms
***	Propagating lookahead symbols ... 
***	 ... in 16 ms
*** Grammar analysis completed in 109 ms.
*** Building parsing tables ... 
***	... in 16 ms



=============================
STATE NUMBER: 0
=============================
[0] $START$ --> . $ROOTS$
	Preceding states: {0}
	Follow set: {'$E_O_I$'}
	Preceding states: {0}
[1] $ROOTS$ --> . RifDocument
	Preceding states: {0}
[2] $ROOTS$ --> . '$RifDocument_switch$' RifDocument
	Preceding states: {0}
[3] $ROOTS$ --> . '$Implies_switch$' Implies
	Preceding states: {0}
[99] $ACTION0$ --> .
	Preceding states: {0}
	Lookahead set: {'DOCUMENT', 'OPENMETA'}
[100] RifDocument --> . $ACTION0$ Document
	Preceding states: {0}
-----------------------------
With $ROOTS$, go to state 1
With RifDocument, go to state 2
With '$RifDocument_switch$', go to state 3
With '$Implies_switch$', go to state 4
With $ACTION0$, go to state 5

=============================
STATE NUMBER: 1
=============================
[0] $START$ --> $ROOTS$ .
	Preceding states: {0}
	Lookahead set: {}
-----------------------------

=============================
STATE NUMBER: 2
=============================
[1] $ROOTS$ --> RifDocument .
	Preceding states: {0}
	Lookahead set: {'$E_O_I$'}
-----------------------------

=============================
STATE NUMBER: 3
=============================
[2] $ROOTS$ --> '$RifDocument_switch$' . RifDocument
	Preceding states: {0}
	Follow set: {'$E_O_I$'}
[99] $ACTION0$ --> .
	Preceding states: {3}
	Lookahead set: {'DOCUMENT', 'OPENMETA'}
[100] RifDocument --> . $ACTION0$ Document
	Preceding states: {3}
-----------------------------
With RifDocument, go to state 165
With $ACTION0$, go to state 5

=============================
STATE NUMBER: 4
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S9	over R79, 	on input 'OPENMETA'
-----------------------------
[3] $ROOTS$ --> '$Implies_switch$' . Implies
	Preceding states: {0}
	Follow set: {'$E_O_I$'}
[17] Implies --> . IriMeta_opt Consequent 'IF' Antecedent
	Preceding states: {4}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {4}
[79] IriMeta_opt --> .
	Preceding states: {4}
	Lookahead set: {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {4}
-----------------------------
With Implies, go to state 163
With IriMeta_opt, go to state 164
With IriMeta, go to state 8
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 5
=============================
[4] Document --> . IriMeta_opt 'DOCUMENT' 'OPENPAR' Base_opt Prefix_star DocumentBody 'CLOSEPAR'
	Preceding states: {5}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {5}
[79] IriMeta_opt --> .
	Preceding states: {5}
	Lookahead set: {'DOCUMENT'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {5}
[100] RifDocument --> $ACTION0$ . Document
	Preceding states: {0, 3}
	Follow set: {'$E_O_I$'}
-----------------------------
With Document, go to state 6
With IriMeta_opt, go to state 7
With IriMeta, go to state 8
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 6
=============================
[100] RifDocument --> $ACTION0$ Document .
	Preceding states: {0, 3}
	Lookahead set: {'$E_O_I$'}
-----------------------------

=============================
STATE NUMBER: 7
=============================
[4] Document --> IriMeta_opt . 'DOCUMENT' 'OPENPAR' Base_opt Prefix_star DocumentBody 'CLOSEPAR'
	Preceding states: {5}
-----------------------------
With 'DOCUMENT', go to state 65

=============================
STATE NUMBER: 8
=============================
[80] IriMeta_opt --> IriMeta .
	Preceding states: {4, 5, 10, 29, 33, 36, 56, 59, 77, 91, 94, 108, 109, 110, 120, 123, 126, 133, 140, 145, 149, 152, 154, 157, 164}
	Lookahead set: {'DOCUMENT', 'IMPORT', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 9
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S13	over R81, 	on input 'STRING'
-----------------------------
[36] IriMeta --> 'OPENMETA' . IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {4, 5, 10, 29, 33, 36, 56, 59, 77, 91, 94, 108, 109, 110, 120, 123, 126, 133, 140, 145, 149, 152, 154, 157, 164}
	Follow set: {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'CLOSEMETA', 'COLON'}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {9}
[81] IriConst_opt --> .
	Preceding states: {9}
	Lookahead set: {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'CLOSEMETA', 'COLON'}
[82] IriConst_opt --> . IriConst
	Preceding states: {9}
[95] IriConst --> . FullyQualifiedConstant
	Preceding states: {9}
-----------------------------
With IriConst_opt, go to state 10
With FullyQualifiedConstant, go to state 11
With IriConst, go to state 12
With 'STRING', go to state 13

=============================
STATE NUMBER: 10
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {10}
[36] IriMeta --> 'OPENMETA' IriConst_opt . IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {4, 5, 10, 29, 33, 36, 56, 59, 77, 91, 94, 108, 109, 110, 120, 123, 126, 133, 140, 145, 149, 152, 154, 157, 164}
	Follow set: {'CLOSEMETA'}
[37] IriMetaBody --> . Frame
	Preceding states: {10}
[38] IriMetaBody --> . 'AND' 'OPENPAR' Frame_star 'CLOSEPAR'
	Preceding states: {10}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {10}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {10}
[79] IriMeta_opt --> .
	Preceding states: {10}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {10}
[83] IriMetaBody_opt --> .
	Preceding states: {10}
	Lookahead set: {'CLOSEMETA'}
[84] IriMetaBody_opt --> . IriMetaBody
	Preceding states: {10}
-----------------------------
With IriMetaBody_opt, go to state 22
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With IriMetaBody, go to state 24
With Frame, go to state 25
With 'AND', go to state 26
With Term, go to state 27

=============================
STATE NUMBER: 11
=============================
[95] IriConst --> FullyQualifiedConstant .
	Preceding states: {9, 156}
	Lookahead set: {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'CLOSEMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 12
=============================
[82] IriConst_opt --> IriConst .
	Preceding states: {9}
	Lookahead set: {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'CLOSEMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 13
=============================
[67] FullyQualifiedConstant --> 'STRING' . 'LEXSPACE' SymSpace
	Preceding states: {9, 156}
-----------------------------
With 'LEXSPACE', go to state 14

=============================
STATE NUMBER: 14
=============================
[67] FullyQualifiedConstant --> 'STRING' 'LEXSPACE' . SymSpace
	Preceding states: {9, 23, 53, 91, 94, 120, 126, 133, 152, 154, 156, 164}
	Follow set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'CLOSEMETA', 'COLON'}
[68] SymSpace --> . Curie
	Preceding states: {14}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {14}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {14}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {14}
-----------------------------
With SymSpace, go to state 15
With Curie, go to state 16
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 15
=============================
[67] FullyQualifiedConstant --> 'STRING' 'LEXSPACE' SymSpace .
	Preceding states: {9, 23, 53, 91, 94, 120, 126, 133, 152, 154, 156, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'CLOSEMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 16
=============================
[68] SymSpace --> Curie .
	Preceding states: {14}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'CLOSEMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 17
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S20	over R96, 	on input 'COLON'
-----------------------------
[96] Curie --> 'IDENTIFIER' .
	Preceding states: {14, 23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'CLOSEMETA', 'COLON'}
[98] Curie --> 'IDENTIFIER' . 'COLON' 'IDENTIFIER'
	Preceding states: {14, 23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
-----------------------------
With 'COLON', go to state 20

=============================
STATE NUMBER: 18
=============================
[97] Curie --> 'COLON' . 'IDENTIFIER'
	Preceding states: {14, 23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
-----------------------------
With 'IDENTIFIER', go to state 19

=============================
STATE NUMBER: 19
=============================
[97] Curie --> 'COLON' 'IDENTIFIER' .
	Preceding states: {14, 23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'CLOSEMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 20
=============================
[98] Curie --> 'IDENTIFIER' 'COLON' . 'IDENTIFIER'
	Preceding states: {14, 23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
-----------------------------
With 'IDENTIFIER', go to state 21

=============================
STATE NUMBER: 21
=============================
[98] Curie --> 'IDENTIFIER' 'COLON' 'IDENTIFIER' .
	Preceding states: {14, 23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'CLOSEMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 22
=============================
[36] IriMeta --> 'OPENMETA' IriConst_opt IriMetaBody_opt . 'CLOSEMETA'
	Preceding states: {4, 5, 10, 29, 33, 36, 56, 59, 77, 91, 94, 108, 109, 110, 120, 123, 126, 133, 140, 145, 149, 152, 154, 157, 164}
-----------------------------
With 'CLOSEMETA', go to state 64

=============================
STATE NUMBER: 23
=============================
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {23}
[59] Term --> IriMeta_opt . RawTerm
	Preceding states: {10, 29, 33, 36, 56, 59, 94, 108, 109, 110, 120, 126, 133, 154, 157, 164}
	Follow set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
[60] RawTerm --> . Const
	Preceding states: {23}
[61] RawTerm --> . Var
	Preceding states: {23}
[62] RawTerm --> . Expr
	Preceding states: {23}
[63] RawTerm --> . 'EXTERNAL' 'OPENPAR' Expr 'CLOSEPAR'
	Preceding states: {23}
[64] Expr --> . UniTerm
	Preceding states: {23}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {23}
[66] Const --> . ConstShort
	Preceding states: {23}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {23}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {23}
[70] ConstShort --> . 'STRING'
	Preceding states: {23}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {23}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {23}
[73] ConstShort --> . Curie
	Preceding states: {23}
[74] Var --> . 'VARIABLE'
	Preceding states: {23}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {23}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {23}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {23}
-----------------------------
With RawTerm, go to state 39
With Const, go to state 40
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With Var, go to state 43
With Expr, go to state 44
With 'EXTERNAL', go to state 45
With 'VARIABLE', go to state 46
With UniTerm, go to state 47
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 24
=============================
[84] IriMetaBody_opt --> IriMetaBody .
	Preceding states: {10}
	Lookahead set: {'CLOSEMETA'}
-----------------------------

=============================
STATE NUMBER: 25
=============================
[37] IriMetaBody --> Frame .
	Preceding states: {10}
	Lookahead set: {'CLOSEMETA'}
-----------------------------

=============================
STATE NUMBER: 26
=============================
[38] IriMetaBody --> 'AND' . 'OPENPAR' Frame_star 'CLOSEPAR'
	Preceding states: {10}
-----------------------------
With 'OPENPAR', go to state 35

=============================
STATE NUMBER: 27
=============================
[57] Frame --> Term . 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {10, 36, 133}
-----------------------------
With 'OPENBRA', go to state 28

=============================
STATE NUMBER: 28
=============================
[57] Frame --> Term 'OPENBRA' . FrameAttribute_star 'CLOSEBRA'
	Preceding states: {10, 36, 91, 94, 120, 126, 133, 152, 154, 164}
	Follow set: {'CLOSEBRA'}
[91] FrameAttribute_star --> .
	Preceding states: {28}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEBRA', 'OPENMETA', 'COLON'}
[92] FrameAttribute_star --> . FrameAttribute_star FrameAttribute
	Preceding states: {28}
-----------------------------
With FrameAttribute_star, go to state 29

=============================
STATE NUMBER: 29
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {29}
[57] Frame --> Term 'OPENBRA' FrameAttribute_star . 'CLOSEBRA'
	Preceding states: {10, 36, 91, 94, 120, 126, 133, 152, 154, 164}
[58] FrameAttribute --> . Term 'ARROW' Term
	Preceding states: {29}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {29}
[79] IriMeta_opt --> .
	Preceding states: {29}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {29}
[92] FrameAttribute_star --> FrameAttribute_star . FrameAttribute
	Preceding states: {28}
	Follow set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------
With 'CLOSEBRA', go to state 30
With FrameAttribute, go to state 31
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With Term, go to state 32

=============================
STATE NUMBER: 30
=============================
[57] Frame --> Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA' .
	Preceding states: {10, 36, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'CLOSEMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 31
=============================
[92] FrameAttribute_star --> FrameAttribute_star FrameAttribute .
	Preceding states: {28}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 32
=============================
[58] FrameAttribute --> Term . 'ARROW' Term
	Preceding states: {29}
-----------------------------
With 'ARROW', go to state 33

=============================
STATE NUMBER: 33
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {33}
[58] FrameAttribute --> Term 'ARROW' . Term
	Preceding states: {29}
	Follow set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEBRA', 'OPENMETA', 'COLON'}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {33}
[79] IriMeta_opt --> .
	Preceding states: {33}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {33}
-----------------------------
With Term, go to state 34
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 34
=============================
[58] FrameAttribute --> Term 'ARROW' Term .
	Preceding states: {29}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 35
=============================
[38] IriMetaBody --> 'AND' 'OPENPAR' . Frame_star 'CLOSEPAR'
	Preceding states: {10}
	Follow set: {'CLOSEPAR'}
[89] Frame_star --> .
	Preceding states: {35}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[90] Frame_star --> . Frame_star Frame
	Preceding states: {35}
-----------------------------
With Frame_star, go to state 36

=============================
STATE NUMBER: 36
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {36}
[38] IriMetaBody --> 'AND' 'OPENPAR' Frame_star . 'CLOSEPAR'
	Preceding states: {10}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {36}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {36}
[79] IriMeta_opt --> .
	Preceding states: {36}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {36}
[90] Frame_star --> Frame_star . Frame
	Preceding states: {35}
	Follow set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------
With 'CLOSEPAR', go to state 37
With Frame, go to state 38
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With Term, go to state 27

=============================
STATE NUMBER: 37
=============================
[38] IriMetaBody --> 'AND' 'OPENPAR' Frame_star 'CLOSEPAR' .
	Preceding states: {10}
	Lookahead set: {'CLOSEMETA'}
-----------------------------

=============================
STATE NUMBER: 38
=============================
[90] Frame_star --> Frame_star Frame .
	Preceding states: {35}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 39
=============================
[59] Term --> IriMeta_opt RawTerm .
	Preceding states: {10, 29, 33, 36, 56, 59, 91, 94, 108, 109, 110, 120, 126, 133, 152, 154, 157, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 40
=============================
[53] UniTerm --> Const . 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {23, 94, 154}
[60] RawTerm --> Const .
	Preceding states: {23, 94, 154}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------
With 'OPENPAR', go to state 56

=============================
STATE NUMBER: 41
=============================
[65] Const --> FullyQualifiedConstant .
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 42
=============================
[66] Const --> ConstShort .
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 43
=============================
[61] RawTerm --> Var .
	Preceding states: {23, 94, 154}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 44
=============================
[62] RawTerm --> Expr .
	Preceding states: {23, 94, 154}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 45
=============================
[63] RawTerm --> 'EXTERNAL' . 'OPENPAR' Expr 'CLOSEPAR'
	Preceding states: {23, 94, 154}
-----------------------------
With 'OPENPAR', go to state 53

=============================
STATE NUMBER: 46
=============================
[74] Var --> 'VARIABLE' .
	Preceding states: {23, 94, 114, 131, 138, 151, 154}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 47
=============================
[64] Expr --> UniTerm .
	Preceding states: {23, 53}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 48
=============================
[67] FullyQualifiedConstant --> 'STRING' . 'LEXSPACE' SymSpace
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
[70] ConstShort --> 'STRING' .
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------
With 'LEXSPACE', go to state 14

=============================
STATE NUMBER: 49
=============================
[69] ConstShort --> 'NUMBER' .
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 50
=============================
[71] ConstShort --> 'LOCALNAME' .
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 51
=============================
[72] ConstShort --> 'ANGLEBRACKETIRI' .
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 52
=============================
[73] ConstShort --> Curie .
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENPAR', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 53
=============================
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {53}
[63] RawTerm --> 'EXTERNAL' 'OPENPAR' . Expr 'CLOSEPAR'
	Preceding states: {23, 94, 154}
	Follow set: {'CLOSEPAR'}
[64] Expr --> . UniTerm
	Preceding states: {53}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {53}
[66] Const --> . ConstShort
	Preceding states: {53}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {53}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {53}
[70] ConstShort --> . 'STRING'
	Preceding states: {53}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {53}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {53}
[73] ConstShort --> . Curie
	Preceding states: {53}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {53}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {53}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {53}
-----------------------------
With Expr, go to state 54
With Const, go to state 55
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With UniTerm, go to state 47
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 54
=============================
[63] RawTerm --> 'EXTERNAL' 'OPENPAR' Expr . 'CLOSEPAR'
	Preceding states: {23, 94, 154}
-----------------------------
With 'CLOSEPAR', go to state 63

=============================
STATE NUMBER: 55
=============================
[53] UniTerm --> Const . 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {53, 91, 120, 126, 133, 152, 164}
-----------------------------
With 'OPENPAR', go to state 56

=============================
STATE NUMBER: 56
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {56}
[53] UniTerm --> Const 'OPENPAR' . UniTermBody 'CLOSEPAR'
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Follow set: {'CLOSEPAR'}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {56}
[75] UniTermBody --> . TermArgument_star
	Preceding states: {56}
[76] TermArgument --> . Term
	Preceding states: {56}
[79] IriMeta_opt --> .
	Preceding states: {56}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {56}
[87] TermArgument_star --> .
	Preceding states: {56}
	Lookahead set: {'CLOSEPAR'}
[88] TermArgument_star --> . TermArgument TermArgument_star
	Preceding states: {56}
-----------------------------
With UniTermBody, go to state 57
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With TermArgument_star, go to state 58
With TermArgument, go to state 59
With Term, go to state 60

=============================
STATE NUMBER: 57
=============================
[53] UniTerm --> Const 'OPENPAR' UniTermBody . 'CLOSEPAR'
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
-----------------------------
With 'CLOSEPAR', go to state 62

=============================
STATE NUMBER: 58
=============================
[75] UniTermBody --> TermArgument_star .
	Preceding states: {56}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 59
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {59}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {59}
[76] TermArgument --> . Term
	Preceding states: {59}
[79] IriMeta_opt --> .
	Preceding states: {59}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {59}
[87] TermArgument_star --> .
	Preceding states: {59}
	Lookahead set: {'CLOSEPAR'}
[88] TermArgument_star --> . TermArgument TermArgument_star
	Preceding states: {59}
[88] TermArgument_star --> TermArgument . TermArgument_star
	Preceding states: {56, 59}
	Follow set: {'CLOSEPAR'}
-----------------------------
With TermArgument_star, go to state 61
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With TermArgument, go to state 59
With Term, go to state 60

=============================
STATE NUMBER: 60
=============================
[76] TermArgument --> Term .
	Preceding states: {56, 59}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 61
=============================
[88] TermArgument_star --> TermArgument TermArgument_star .
	Preceding states: {56, 59}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 62
=============================
[53] UniTerm --> Const 'OPENPAR' UniTermBody 'CLOSEPAR' .
	Preceding states: {23, 53, 91, 94, 120, 126, 133, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 63
=============================
[63] RawTerm --> 'EXTERNAL' 'OPENPAR' Expr 'CLOSEPAR' .
	Preceding states: {23, 94, 154}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'ARROW', 'EQUAL', 'MEMBER', 'SUBCLASS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENBRA', 'CLOSEBRA', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 64
=============================
[36] IriMeta --> 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA' .
	Preceding states: {4, 5, 10, 29, 33, 36, 56, 59, 77, 91, 94, 108, 109, 110, 120, 123, 126, 133, 140, 145, 149, 152, 154, 157, 164}
	Lookahead set: {'DOCUMENT', 'IMPORT', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 65
=============================
[4] Document --> IriMeta_opt 'DOCUMENT' . 'OPENPAR' Base_opt Prefix_star DocumentBody 'CLOSEPAR'
	Preceding states: {5}
-----------------------------
With 'OPENPAR', go to state 66

=============================
STATE NUMBER: 66
=============================
[4] Document --> IriMeta_opt 'DOCUMENT' 'OPENPAR' . Base_opt Prefix_star DocumentBody 'CLOSEPAR'
	Preceding states: {5}
	Follow set: {'PREFIX', 'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
[5] Base --> . 'BASE' 'OPENPAR' Iri 'CLOSEPAR'
	Preceding states: {66}
[22] Base_opt --> .
	Preceding states: {66}
	Lookahead set: {'PREFIX', 'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
[23] Base_opt --> . Base
	Preceding states: {66}
-----------------------------
With Base_opt, go to state 67
With Base, go to state 68
With 'BASE', go to state 69

=============================
STATE NUMBER: 67
=============================
[4] Document --> IriMeta_opt 'DOCUMENT' 'OPENPAR' Base_opt . Prefix_star DocumentBody 'CLOSEPAR'
	Preceding states: {5}
	Follow set: {'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
[24] Prefix_star --> .
	Preceding states: {67}
	Lookahead set: {'PREFIX', 'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
[25] Prefix_star --> . Prefix_star Prefix
	Preceding states: {67}
-----------------------------
With Prefix_star, go to state 74

=============================
STATE NUMBER: 68
=============================
[23] Base_opt --> Base .
	Preceding states: {66}
	Lookahead set: {'PREFIX', 'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
-----------------------------

=============================
STATE NUMBER: 69
=============================
[5] Base --> 'BASE' . 'OPENPAR' Iri 'CLOSEPAR'
	Preceding states: {66}
-----------------------------
With 'OPENPAR', go to state 70

=============================
STATE NUMBER: 70
=============================
[5] Base --> 'BASE' 'OPENPAR' . Iri 'CLOSEPAR'
	Preceding states: {66}
	Follow set: {'CLOSEPAR'}
[94] Iri --> . 'STRING'
	Preceding states: {70}
-----------------------------
With Iri, go to state 71
With 'STRING', go to state 72

=============================
STATE NUMBER: 71
=============================
[5] Base --> 'BASE' 'OPENPAR' Iri . 'CLOSEPAR'
	Preceding states: {66}
-----------------------------
With 'CLOSEPAR', go to state 73

=============================
STATE NUMBER: 72
=============================
[94] Iri --> 'STRING' .
	Preceding states: {70, 80}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 73
=============================
[5] Base --> 'BASE' 'OPENPAR' Iri 'CLOSEPAR' .
	Preceding states: {66}
	Lookahead set: {'PREFIX', 'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
-----------------------------

=============================
STATE NUMBER: 74
=============================
[4] Document --> IriMeta_opt 'DOCUMENT' 'OPENPAR' Base_opt Prefix_star . DocumentBody 'CLOSEPAR'
	Preceding states: {5}
	Follow set: {'CLOSEPAR'}
[6] Prefix --> . 'PREFIX' 'OPENPAR' Name Iri 'CLOSEPAR'
	Preceding states: {74}
[7] DocumentBody --> . Import_star Group_opt
	Preceding states: {74}
[25] Prefix_star --> Prefix_star . Prefix
	Preceding states: {67}
	Follow set: {'PREFIX', 'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
[26] Import_star --> .
	Preceding states: {74}
	Lookahead set: {'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
[27] Import_star --> . Import_star Import
	Preceding states: {74}
-----------------------------
With DocumentBody, go to state 75
With Prefix, go to state 76
With Import_star, go to state 77
With 'PREFIX', go to state 78

=============================
STATE NUMBER: 75
=============================
[4] Document --> IriMeta_opt 'DOCUMENT' 'OPENPAR' Base_opt Prefix_star DocumentBody . 'CLOSEPAR'
	Preceding states: {5}
-----------------------------
With 'CLOSEPAR', go to state 162

=============================
STATE NUMBER: 76
=============================
[25] Prefix_star --> Prefix_star Prefix .
	Preceding states: {67}
	Lookahead set: {'PREFIX', 'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
-----------------------------

=============================
STATE NUMBER: 77
=============================
[7] DocumentBody --> Import_star . Group_opt
	Preceding states: {74}
	Follow set: {'CLOSEPAR'}
[8] Import --> . IriMeta_opt 'IMPORT' 'OPENPAR' IriConst Profile_opt 'CLOSEPAR'
	Preceding states: {77}
[9] Group --> . IriMeta_opt 'GROUP' 'OPENPAR' RuleOrGroup_star 'CLOSEPAR'
	Preceding states: {77}
[27] Import_star --> Import_star . Import
	Preceding states: {74}
	Follow set: {'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
[30] Group_opt --> .
	Preceding states: {77}
	Lookahead set: {'CLOSEPAR'}
[31] Group_opt --> . Group
	Preceding states: {77}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {77}
[79] IriMeta_opt --> .
	Preceding states: {77}
	Lookahead set: {'IMPORT', 'GROUP'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {77}
-----------------------------
With Group_opt, go to state 84
With Import, go to state 85
With IriMeta, go to state 8
With Group, go to state 86
With IriMeta_opt, go to state 87
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 78
=============================
[6] Prefix --> 'PREFIX' . 'OPENPAR' Name Iri 'CLOSEPAR'
	Preceding states: {74}
-----------------------------
With 'OPENPAR', go to state 79

=============================
STATE NUMBER: 79
=============================
[6] Prefix --> 'PREFIX' 'OPENPAR' . Name Iri 'CLOSEPAR'
	Preceding states: {74}
	Follow set: {'STRING'}
[93] Name --> . 'IDENTIFIER'
	Preceding states: {79}
-----------------------------
With Name, go to state 80
With 'IDENTIFIER', go to state 81

=============================
STATE NUMBER: 80
=============================
[6] Prefix --> 'PREFIX' 'OPENPAR' Name . Iri 'CLOSEPAR'
	Preceding states: {74}
	Follow set: {'CLOSEPAR'}
[94] Iri --> . 'STRING'
	Preceding states: {80}
-----------------------------
With Iri, go to state 82
With 'STRING', go to state 72

=============================
STATE NUMBER: 81
=============================
[93] Name --> 'IDENTIFIER' .
	Preceding states: {79}
	Lookahead set: {'STRING'}
-----------------------------

=============================
STATE NUMBER: 82
=============================
[6] Prefix --> 'PREFIX' 'OPENPAR' Name Iri . 'CLOSEPAR'
	Preceding states: {74}
-----------------------------
With 'CLOSEPAR', go to state 83

=============================
STATE NUMBER: 83
=============================
[6] Prefix --> 'PREFIX' 'OPENPAR' Name Iri 'CLOSEPAR' .
	Preceding states: {74}
	Lookahead set: {'PREFIX', 'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
-----------------------------

=============================
STATE NUMBER: 84
=============================
[7] DocumentBody --> Import_star Group_opt .
	Preceding states: {74}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 85
=============================
[27] Import_star --> Import_star Import .
	Preceding states: {74}
	Lookahead set: {'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
-----------------------------

=============================
STATE NUMBER: 86
=============================
[31] Group_opt --> Group .
	Preceding states: {77}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 87
=============================
[8] Import --> IriMeta_opt . 'IMPORT' 'OPENPAR' IriConst Profile_opt 'CLOSEPAR'
	Preceding states: {77}
[9] Group --> IriMeta_opt . 'GROUP' 'OPENPAR' RuleOrGroup_star 'CLOSEPAR'
	Preceding states: {77}
-----------------------------
With 'IMPORT', go to state 88
With 'GROUP', go to state 89

=============================
STATE NUMBER: 88
=============================
[8] Import --> IriMeta_opt 'IMPORT' . 'OPENPAR' IriConst Profile_opt 'CLOSEPAR'
	Preceding states: {77}
-----------------------------
With 'OPENPAR', go to state 156

=============================
STATE NUMBER: 89
=============================
[9] Group --> IriMeta_opt 'GROUP' . 'OPENPAR' RuleOrGroup_star 'CLOSEPAR'
	Preceding states: {77, 91}
-----------------------------
With 'OPENPAR', go to state 90

=============================
STATE NUMBER: 90
=============================
[9] Group --> IriMeta_opt 'GROUP' 'OPENPAR' . RuleOrGroup_star 'CLOSEPAR'
	Preceding states: {77, 91}
	Follow set: {'CLOSEPAR'}
[32] RuleOrGroup_star --> .
	Preceding states: {90}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[33] RuleOrGroup_star --> . RuleOrGroup_star RuleOrGroup
	Preceding states: {90}
-----------------------------
With RuleOrGroup_star, go to state 91

=============================
STATE NUMBER: 91
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S9	over R79, 	on input 'OPENMETA'
Resolved   S/R conflict: choosing S48	over R79, 	on input 'STRING'
Resolved   S/R conflict: choosing S49	over R79, 	on input 'NUMBER'
Resolved   S/R conflict: choosing S50	over R79, 	on input 'LOCALNAME'
Resolved   S/R conflict: choosing S51	over R79, 	on input 'ANGLEBRACKETIRI'
Resolved   S/R conflict: choosing S17	over R79, 	on input 'IDENTIFIER'
Resolved   S/R conflict: choosing S18	over R79, 	on input 'COLON'
-----------------------------
[9] Group --> . IriMeta_opt 'GROUP' 'OPENPAR' RuleOrGroup_star 'CLOSEPAR'
	Preceding states: {91}
[9] Group --> IriMeta_opt 'GROUP' 'OPENPAR' RuleOrGroup_star . 'CLOSEPAR'
	Preceding states: {77, 91}
[10] RuleOrGroup --> . Rule
	Preceding states: {91}
[11] RuleOrGroup --> . Group
	Preceding states: {91}
[12] Rule --> . Clause
	Preceding states: {91}
[13] Rule --> . QuantifiedClause
	Preceding states: {91}
[14] QuantifiedClause --> . IriMeta_opt 'FORALL' Var_plus 'OPENPAR' Clause 'CLOSEPAR'
	Preceding states: {91}
[15] Clause --> . AtomicFormula
	Preceding states: {91}
[16] Clause --> . Implies
	Preceding states: {91}
[17] Implies --> . IriMeta_opt Consequent 'IF' Antecedent
	Preceding states: {91}
[33] RuleOrGroup_star --> RuleOrGroup_star . RuleOrGroup
	Preceding states: {90}
	Follow set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {91}
[45] AtomicFormula --> . Atom
	Preceding states: {91}
[46] AtomicFormula --> . Equal
	Preceding states: {91}
[47] AtomicFormula --> . Member
	Preceding states: {91}
[48] AtomicFormula --> . Subclass
	Preceding states: {91}
[49] AtomicFormula --> . Frame
	Preceding states: {91}
[52] Atom --> . UniTerm
	Preceding states: {91}
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {91}
[54] Equal --> . Term 'EQUAL' Term
	Preceding states: {91}
[55] Member --> . Term 'MEMBER' Term
	Preceding states: {91}
[56] Subclass --> . Term 'SUBCLASS' Term
	Preceding states: {91}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {91}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {91}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {91}
[66] Const --> . ConstShort
	Preceding states: {91}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {91}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {91}
[70] ConstShort --> . 'STRING'
	Preceding states: {91}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {91}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {91}
[73] ConstShort --> . Curie
	Preceding states: {91}
[79] IriMeta_opt --> .
	Preceding states: {91}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {91}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {91}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {91}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {91}
-----------------------------
With 'CLOSEPAR', go to state 92
With RuleOrGroup, go to state 93
With IriMeta_opt, go to state 94
With IriMeta, go to state 8
With Rule, go to state 95
With Group, go to state 96
With Clause, go to state 97
With QuantifiedClause, go to state 98
With AtomicFormula, go to state 99
With Implies, go to state 100
With Atom, go to state 101
With Equal, go to state 102
With Member, go to state 103
With Subclass, go to state 104
With Frame, go to state 105
With 'OPENMETA', go to state 9
With Term, go to state 106
With UniTerm, go to state 107
With Const, go to state 55
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 92
=============================
[9] Group --> IriMeta_opt 'GROUP' 'OPENPAR' RuleOrGroup_star 'CLOSEPAR' .
	Preceding states: {77, 91}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 93
=============================
[33] RuleOrGroup_star --> RuleOrGroup_star RuleOrGroup .
	Preceding states: {90}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 94
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S48	over R79, 	on input 'STRING'
Resolved   S/R conflict: choosing S49	over R79, 	on input 'NUMBER'
Resolved   S/R conflict: choosing S50	over R79, 	on input 'LOCALNAME'
Resolved   S/R conflict: choosing S51	over R79, 	on input 'ANGLEBRACKETIRI'
Resolved   S/R conflict: choosing S17	over R79, 	on input 'IDENTIFIER'
Resolved   S/R conflict: choosing S18	over R79, 	on input 'COLON'
Resolved   S/R conflict: choosing S45	over R79, 	on input 'EXTERNAL'
Resolved   S/R conflict: choosing S46	over R79, 	on input 'VARIABLE'
-----------------------------
[9] Group --> IriMeta_opt . 'GROUP' 'OPENPAR' RuleOrGroup_star 'CLOSEPAR'
	Preceding states: {91}
[14] QuantifiedClause --> IriMeta_opt . 'FORALL' Var_plus 'OPENPAR' Clause 'CLOSEPAR'
	Preceding states: {91}
[17] Implies --> IriMeta_opt . Consequent 'IF' Antecedent
	Preceding states: {91}
	Follow set: {'IF'}
[18] Consequent --> . AtomicFormula
	Preceding states: {94}
[19] Consequent --> . 'AND' 'OPENPAR' AtomicFormula_star 'CLOSEPAR'
	Preceding states: {94}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {94}
[45] AtomicFormula --> . Atom
	Preceding states: {94}
[46] AtomicFormula --> . Equal
	Preceding states: {94}
[47] AtomicFormula --> . Member
	Preceding states: {94}
[48] AtomicFormula --> . Subclass
	Preceding states: {94}
[49] AtomicFormula --> . Frame
	Preceding states: {94}
[52] Atom --> . UniTerm
	Preceding states: {94}
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {94}
[54] Equal --> . Term 'EQUAL' Term
	Preceding states: {94}
[55] Member --> . Term 'MEMBER' Term
	Preceding states: {94}
[56] Subclass --> . Term 'SUBCLASS' Term
	Preceding states: {94}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {94}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {94}
[59] Term --> IriMeta_opt . RawTerm
	Preceding states: {91}
	Follow set: {'EQUAL', 'MEMBER', 'SUBCLASS', 'OPENBRA'}
[60] RawTerm --> . Const
	Preceding states: {94}
[61] RawTerm --> . Var
	Preceding states: {94}
[62] RawTerm --> . Expr
	Preceding states: {94}
[63] RawTerm --> . 'EXTERNAL' 'OPENPAR' Expr 'CLOSEPAR'
	Preceding states: {94}
[64] Expr --> . UniTerm
	Preceding states: {94}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {94}
[66] Const --> . ConstShort
	Preceding states: {94}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {94}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {94}
[70] ConstShort --> . 'STRING'
	Preceding states: {94}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {94}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {94}
[73] ConstShort --> . Curie
	Preceding states: {94}
[74] Var --> . 'VARIABLE'
	Preceding states: {94}
[79] IriMeta_opt --> .
	Preceding states: {94}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {94}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {94}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {94}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {94}
-----------------------------
With 'GROUP', go to state 89
With 'FORALL', go to state 114
With Consequent, go to state 115
With RawTerm, go to state 39
With IriMeta, go to state 8
With Atom, go to state 101
With Equal, go to state 102
With Member, go to state 103
With Subclass, go to state 104
With Frame, go to state 105
With AtomicFormula, go to state 116
With 'AND', go to state 117
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With Term, go to state 106
With UniTerm, go to state 118
With Const, go to state 40
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18
With Var, go to state 43
With Expr, go to state 44
With 'EXTERNAL', go to state 45
With 'VARIABLE', go to state 46

=============================
STATE NUMBER: 95
=============================
[10] RuleOrGroup --> Rule .
	Preceding states: {91}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 96
=============================
[11] RuleOrGroup --> Group .
	Preceding states: {91}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 97
=============================
[12] Rule --> Clause .
	Preceding states: {91}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 98
=============================
[13] Rule --> QuantifiedClause .
	Preceding states: {91}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 99
=============================
[15] Clause --> AtomicFormula .
	Preceding states: {91, 152}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 100
=============================
[16] Clause --> Implies .
	Preceding states: {91, 152}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 101
=============================
[45] AtomicFormula --> Atom .
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 102
=============================
[46] AtomicFormula --> Equal .
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 103
=============================
[47] AtomicFormula --> Member .
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 104
=============================
[48] AtomicFormula --> Subclass .
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 105
=============================
[49] AtomicFormula --> Frame .
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 106
=============================
[54] Equal --> Term . 'EQUAL' Term
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
[55] Member --> Term . 'MEMBER' Term
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
[56] Subclass --> Term . 'SUBCLASS' Term
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
[57] Frame --> Term . 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
-----------------------------
With 'EQUAL', go to state 108
With 'MEMBER', go to state 109
With 'SUBCLASS', go to state 110
With 'OPENBRA', go to state 28

=============================
STATE NUMBER: 107
=============================
[52] Atom --> UniTerm .
	Preceding states: {91, 120, 126, 133, 152, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 108
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {108}
[54] Equal --> Term 'EQUAL' . Term
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Follow set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {108}
[79] IriMeta_opt --> .
	Preceding states: {108}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {108}
-----------------------------
With Term, go to state 113
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 109
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {109}
[55] Member --> Term 'MEMBER' . Term
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Follow set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {109}
[79] IriMeta_opt --> .
	Preceding states: {109}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {109}
-----------------------------
With Term, go to state 112
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 110
=============================
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {110}
[56] Subclass --> Term 'SUBCLASS' . Term
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Follow set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {110}
[79] IriMeta_opt --> .
	Preceding states: {110}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {110}
-----------------------------
With Term, go to state 111
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 111
=============================
[56] Subclass --> Term 'SUBCLASS' Term .
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 112
=============================
[55] Member --> Term 'MEMBER' Term .
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 113
=============================
[54] Equal --> Term 'EQUAL' Term .
	Preceding states: {91, 94, 120, 126, 152, 154, 164}
	Lookahead set: {'$E_O_I$', 'GROUP', 'IF', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 114
=============================
[14] QuantifiedClause --> IriMeta_opt 'FORALL' . Var_plus 'OPENPAR' Clause 'CLOSEPAR'
	Preceding states: {91}
	Follow set: {'OPENPAR'}
[74] Var --> . 'VARIABLE'
	Preceding states: {114}
[77] Var_plus --> . Var
	Preceding states: {114}
[78] Var_plus --> . Var_plus Var
	Preceding states: {114}
-----------------------------
With Var_plus, go to state 151
With Var, go to state 139
With 'VARIABLE', go to state 46

=============================
STATE NUMBER: 115
=============================
[17] Implies --> IriMeta_opt Consequent . 'IF' Antecedent
	Preceding states: {4, 91, 152}
-----------------------------
With 'IF', go to state 123

=============================
STATE NUMBER: 116
=============================
[18] Consequent --> AtomicFormula .
	Preceding states: {94, 154, 164}
	Lookahead set: {'IF'}
-----------------------------

=============================
STATE NUMBER: 117
=============================
[19] Consequent --> 'AND' . 'OPENPAR' AtomicFormula_star 'CLOSEPAR'
	Preceding states: {94, 154, 164}
-----------------------------
With 'OPENPAR', go to state 119

=============================
STATE NUMBER: 118
=============================
[52] Atom --> UniTerm .
	Preceding states: {94, 154}
	Lookahead set: {'IF'}
[64] Expr --> UniTerm .
	Preceding states: {94, 154}
	Lookahead set: {'EQUAL', 'MEMBER', 'SUBCLASS', 'OPENBRA'}
-----------------------------

=============================
STATE NUMBER: 119
=============================
[19] Consequent --> 'AND' 'OPENPAR' . AtomicFormula_star 'CLOSEPAR'
	Preceding states: {94, 154, 164}
	Follow set: {'CLOSEPAR'}
[34] AtomicFormula_star --> .
	Preceding states: {119}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[35] AtomicFormula_star --> . AtomicFormula_star AtomicFormula
	Preceding states: {119}
-----------------------------
With AtomicFormula_star, go to state 120

=============================
STATE NUMBER: 120
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S48	over R79, 	on input 'STRING'
Resolved   S/R conflict: choosing S49	over R79, 	on input 'NUMBER'
Resolved   S/R conflict: choosing S50	over R79, 	on input 'LOCALNAME'
Resolved   S/R conflict: choosing S51	over R79, 	on input 'ANGLEBRACKETIRI'
Resolved   S/R conflict: choosing S17	over R79, 	on input 'IDENTIFIER'
Resolved   S/R conflict: choosing S18	over R79, 	on input 'COLON'
-----------------------------
[19] Consequent --> 'AND' 'OPENPAR' AtomicFormula_star . 'CLOSEPAR'
	Preceding states: {94, 154, 164}
[35] AtomicFormula_star --> AtomicFormula_star . AtomicFormula
	Preceding states: {119}
	Follow set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {120}
[45] AtomicFormula --> . Atom
	Preceding states: {120}
[46] AtomicFormula --> . Equal
	Preceding states: {120}
[47] AtomicFormula --> . Member
	Preceding states: {120}
[48] AtomicFormula --> . Subclass
	Preceding states: {120}
[49] AtomicFormula --> . Frame
	Preceding states: {120}
[52] Atom --> . UniTerm
	Preceding states: {120}
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {120}
[54] Equal --> . Term 'EQUAL' Term
	Preceding states: {120}
[55] Member --> . Term 'MEMBER' Term
	Preceding states: {120}
[56] Subclass --> . Term 'SUBCLASS' Term
	Preceding states: {120}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {120}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {120}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {120}
[66] Const --> . ConstShort
	Preceding states: {120}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {120}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {120}
[70] ConstShort --> . 'STRING'
	Preceding states: {120}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {120}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {120}
[73] ConstShort --> . Curie
	Preceding states: {120}
[79] IriMeta_opt --> .
	Preceding states: {120}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {120}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {120}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {120}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {120}
-----------------------------
With 'CLOSEPAR', go to state 121
With AtomicFormula, go to state 122
With IriMeta, go to state 8
With Atom, go to state 101
With Equal, go to state 102
With Member, go to state 103
With Subclass, go to state 104
With Frame, go to state 105
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With Term, go to state 106
With UniTerm, go to state 107
With Const, go to state 55
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 121
=============================
[19] Consequent --> 'AND' 'OPENPAR' AtomicFormula_star 'CLOSEPAR' .
	Preceding states: {94, 154, 164}
	Lookahead set: {'IF'}
-----------------------------

=============================
STATE NUMBER: 122
=============================
[35] AtomicFormula_star --> AtomicFormula_star AtomicFormula .
	Preceding states: {119}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 123
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S9	over R79, 	on input 'OPENMETA'
-----------------------------
[17] Implies --> IriMeta_opt Consequent 'IF' . Antecedent
	Preceding states: {4, 91, 152}
	Follow set: {'$E_O_I$', 'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[20] Antecedent --> . Formula
	Preceding states: {123}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {123}
[39] Formula --> . IriMeta_opt RawFormula
	Preceding states: {123}
[79] IriMeta_opt --> .
	Preceding states: {123}
	Lookahead set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {123}
-----------------------------
With Antecedent, go to state 124
With IriMeta, go to state 8
With Formula, go to state 125
With IriMeta_opt, go to state 126
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 124
=============================
[17] Implies --> IriMeta_opt Consequent 'IF' Antecedent .
	Preceding states: {4, 91, 152}
	Lookahead set: {'$E_O_I$', 'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 125
=============================
[20] Antecedent --> Formula .
	Preceding states: {123}
	Lookahead set: {'$E_O_I$', 'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 126
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S132	over R79, 	on input 'EXTERNAL'
Resolved   S/R conflict: choosing S48	over R79, 	on input 'STRING'
Resolved   S/R conflict: choosing S49	over R79, 	on input 'NUMBER'
Resolved   S/R conflict: choosing S50	over R79, 	on input 'LOCALNAME'
Resolved   S/R conflict: choosing S51	over R79, 	on input 'ANGLEBRACKETIRI'
Resolved   S/R conflict: choosing S17	over R79, 	on input 'IDENTIFIER'
Resolved   S/R conflict: choosing S18	over R79, 	on input 'COLON'
-----------------------------
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {126}
[39] Formula --> IriMeta_opt . RawFormula
	Preceding states: {123, 140, 145, 149}
	Follow set: {'$E_O_I$', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[40] RawFormula --> . AtomicFormula
	Preceding states: {126}
[41] RawFormula --> . 'AND' 'OPENPAR' Formula_star 'CLOSEPAR'
	Preceding states: {126}
[42] RawFormula --> . 'OR' 'OPENPAR' Formula_star 'CLOSEPAR'
	Preceding states: {126}
[43] RawFormula --> . 'EXISTS' Var_plus 'OPENPAR' Formula 'CLOSEPAR'
	Preceding states: {126}
[44] RawFormula --> . 'EXTERNAL' 'OPENPAR' AtomOrFrame 'CLOSEPAR'
	Preceding states: {126}
[45] AtomicFormula --> . Atom
	Preceding states: {126}
[46] AtomicFormula --> . Equal
	Preceding states: {126}
[47] AtomicFormula --> . Member
	Preceding states: {126}
[48] AtomicFormula --> . Subclass
	Preceding states: {126}
[49] AtomicFormula --> . Frame
	Preceding states: {126}
[52] Atom --> . UniTerm
	Preceding states: {126}
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {126}
[54] Equal --> . Term 'EQUAL' Term
	Preceding states: {126}
[55] Member --> . Term 'MEMBER' Term
	Preceding states: {126}
[56] Subclass --> . Term 'SUBCLASS' Term
	Preceding states: {126}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {126}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {126}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {126}
[66] Const --> . ConstShort
	Preceding states: {126}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {126}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {126}
[70] ConstShort --> . 'STRING'
	Preceding states: {126}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {126}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {126}
[73] ConstShort --> . Curie
	Preceding states: {126}
[79] IriMeta_opt --> .
	Preceding states: {126}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {126}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {126}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {126}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {126}
-----------------------------
With RawFormula, go to state 127
With IriMeta, go to state 8
With Atom, go to state 101
With Equal, go to state 102
With Member, go to state 103
With Subclass, go to state 104
With Frame, go to state 105
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With Term, go to state 106
With AtomicFormula, go to state 128
With 'AND', go to state 129
With 'OR', go to state 130
With 'EXISTS', go to state 131
With 'EXTERNAL', go to state 132
With UniTerm, go to state 107
With Const, go to state 55
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 127
=============================
[39] Formula --> IriMeta_opt RawFormula .
	Preceding states: {123, 140, 145, 149}
	Lookahead set: {'$E_O_I$', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 128
=============================
[40] RawFormula --> AtomicFormula .
	Preceding states: {126}
	Lookahead set: {'$E_O_I$', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 129
=============================
[41] RawFormula --> 'AND' . 'OPENPAR' Formula_star 'CLOSEPAR'
	Preceding states: {126}
-----------------------------
With 'OPENPAR', go to state 148

=============================
STATE NUMBER: 130
=============================
[42] RawFormula --> 'OR' . 'OPENPAR' Formula_star 'CLOSEPAR'
	Preceding states: {126}
-----------------------------
With 'OPENPAR', go to state 144

=============================
STATE NUMBER: 131
=============================
[43] RawFormula --> 'EXISTS' . Var_plus 'OPENPAR' Formula 'CLOSEPAR'
	Preceding states: {126}
	Follow set: {'OPENPAR'}
[74] Var --> . 'VARIABLE'
	Preceding states: {131}
[77] Var_plus --> . Var
	Preceding states: {131}
[78] Var_plus --> . Var_plus Var
	Preceding states: {131}
-----------------------------
With Var_plus, go to state 138
With Var, go to state 139
With 'VARIABLE', go to state 46

=============================
STATE NUMBER: 132
=============================
[44] RawFormula --> 'EXTERNAL' . 'OPENPAR' AtomOrFrame 'CLOSEPAR'
	Preceding states: {126}
-----------------------------
With 'OPENPAR', go to state 133

=============================
STATE NUMBER: 133
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S48	over R79, 	on input 'STRING'
Resolved   S/R conflict: choosing S49	over R79, 	on input 'NUMBER'
Resolved   S/R conflict: choosing S50	over R79, 	on input 'LOCALNAME'
Resolved   S/R conflict: choosing S51	over R79, 	on input 'ANGLEBRACKETIRI'
Resolved   S/R conflict: choosing S17	over R79, 	on input 'IDENTIFIER'
Resolved   S/R conflict: choosing S18	over R79, 	on input 'COLON'
-----------------------------
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {133}
[44] RawFormula --> 'EXTERNAL' 'OPENPAR' . AtomOrFrame 'CLOSEPAR'
	Preceding states: {126}
	Follow set: {'CLOSEPAR'}
[50] AtomOrFrame --> . Atom
	Preceding states: {133}
[51] AtomOrFrame --> . Frame
	Preceding states: {133}
[52] Atom --> . UniTerm
	Preceding states: {133}
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {133}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {133}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {133}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {133}
[66] Const --> . ConstShort
	Preceding states: {133}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {133}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {133}
[70] ConstShort --> . 'STRING'
	Preceding states: {133}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {133}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {133}
[73] ConstShort --> . Curie
	Preceding states: {133}
[79] IriMeta_opt --> .
	Preceding states: {133}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {133}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {133}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {133}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {133}
-----------------------------
With AtomOrFrame, go to state 134
With IriMeta, go to state 8
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With Term, go to state 27
With Atom, go to state 135
With Frame, go to state 136
With UniTerm, go to state 107
With Const, go to state 55
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 134
=============================
[44] RawFormula --> 'EXTERNAL' 'OPENPAR' AtomOrFrame . 'CLOSEPAR'
	Preceding states: {126}
-----------------------------
With 'CLOSEPAR', go to state 137

=============================
STATE NUMBER: 135
=============================
[50] AtomOrFrame --> Atom .
	Preceding states: {133}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 136
=============================
[51] AtomOrFrame --> Frame .
	Preceding states: {133}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 137
=============================
[44] RawFormula --> 'EXTERNAL' 'OPENPAR' AtomOrFrame 'CLOSEPAR' .
	Preceding states: {126}
	Lookahead set: {'$E_O_I$', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 138
=============================
[43] RawFormula --> 'EXISTS' Var_plus . 'OPENPAR' Formula 'CLOSEPAR'
	Preceding states: {126}
[74] Var --> . 'VARIABLE'
	Preceding states: {138}
[78] Var_plus --> Var_plus . Var
	Preceding states: {131}
	Follow set: {'VARIABLE', 'OPENPAR'}
-----------------------------
With 'OPENPAR', go to state 140
With Var, go to state 141
With 'VARIABLE', go to state 46

=============================
STATE NUMBER: 139
=============================
[77] Var_plus --> Var .
	Preceding states: {114, 131}
	Lookahead set: {'VARIABLE', 'OPENPAR'}
-----------------------------

=============================
STATE NUMBER: 140
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S9	over R79, 	on input 'OPENMETA'
-----------------------------
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {140}
[39] Formula --> . IriMeta_opt RawFormula
	Preceding states: {140}
[43] RawFormula --> 'EXISTS' Var_plus 'OPENPAR' . Formula 'CLOSEPAR'
	Preceding states: {126}
	Follow set: {'CLOSEPAR'}
[79] IriMeta_opt --> .
	Preceding states: {140}
	Lookahead set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {140}
-----------------------------
With Formula, go to state 142
With IriMeta, go to state 8
With IriMeta_opt, go to state 126
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 141
=============================
[78] Var_plus --> Var_plus Var .
	Preceding states: {114, 131}
	Lookahead set: {'VARIABLE', 'OPENPAR'}
-----------------------------

=============================
STATE NUMBER: 142
=============================
[43] RawFormula --> 'EXISTS' Var_plus 'OPENPAR' Formula . 'CLOSEPAR'
	Preceding states: {126}
-----------------------------
With 'CLOSEPAR', go to state 143

=============================
STATE NUMBER: 143
=============================
[43] RawFormula --> 'EXISTS' Var_plus 'OPENPAR' Formula 'CLOSEPAR' .
	Preceding states: {126}
	Lookahead set: {'$E_O_I$', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 144
=============================
[42] RawFormula --> 'OR' 'OPENPAR' . Formula_star 'CLOSEPAR'
	Preceding states: {126}
	Follow set: {'CLOSEPAR'}
[85] Formula_star --> .
	Preceding states: {144}
	Lookahead set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[86] Formula_star --> . Formula_star Formula
	Preceding states: {144}
-----------------------------
With Formula_star, go to state 145

=============================
STATE NUMBER: 145
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S9	over R79, 	on input 'OPENMETA'
-----------------------------
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {145}
[39] Formula --> . IriMeta_opt RawFormula
	Preceding states: {145}
[42] RawFormula --> 'OR' 'OPENPAR' Formula_star . 'CLOSEPAR'
	Preceding states: {126}
[79] IriMeta_opt --> .
	Preceding states: {145}
	Lookahead set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {145}
[86] Formula_star --> Formula_star . Formula
	Preceding states: {144}
	Follow set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------
With 'CLOSEPAR', go to state 146
With Formula, go to state 147
With IriMeta, go to state 8
With IriMeta_opt, go to state 126
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 146
=============================
[42] RawFormula --> 'OR' 'OPENPAR' Formula_star 'CLOSEPAR' .
	Preceding states: {126}
	Lookahead set: {'$E_O_I$', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 147
=============================
[86] Formula_star --> Formula_star Formula .
	Preceding states: {144, 148}
	Lookahead set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 148
=============================
[41] RawFormula --> 'AND' 'OPENPAR' . Formula_star 'CLOSEPAR'
	Preceding states: {126}
	Follow set: {'CLOSEPAR'}
[85] Formula_star --> .
	Preceding states: {148}
	Lookahead set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[86] Formula_star --> . Formula_star Formula
	Preceding states: {148}
-----------------------------
With Formula_star, go to state 149

=============================
STATE NUMBER: 149
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S9	over R79, 	on input 'OPENMETA'
-----------------------------
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {149}
[39] Formula --> . IriMeta_opt RawFormula
	Preceding states: {149}
[41] RawFormula --> 'AND' 'OPENPAR' Formula_star . 'CLOSEPAR'
	Preceding states: {126}
[79] IriMeta_opt --> .
	Preceding states: {149}
	Lookahead set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {149}
[86] Formula_star --> Formula_star . Formula
	Preceding states: {148}
	Follow set: {'OR', 'AND', 'EXISTS', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------
With 'CLOSEPAR', go to state 150
With Formula, go to state 147
With IriMeta, go to state 8
With IriMeta_opt, go to state 126
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 150
=============================
[41] RawFormula --> 'AND' 'OPENPAR' Formula_star 'CLOSEPAR' .
	Preceding states: {126}
	Lookahead set: {'$E_O_I$', 'GROUP', 'OR', 'AND', 'EXISTS', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 151
=============================
[14] QuantifiedClause --> IriMeta_opt 'FORALL' Var_plus . 'OPENPAR' Clause 'CLOSEPAR'
	Preceding states: {91}
[74] Var --> . 'VARIABLE'
	Preceding states: {151}
[78] Var_plus --> Var_plus . Var
	Preceding states: {114}
	Follow set: {'VARIABLE', 'OPENPAR'}
-----------------------------
With 'OPENPAR', go to state 152
With Var, go to state 141
With 'VARIABLE', go to state 46

=============================
STATE NUMBER: 152
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S9	over R79, 	on input 'OPENMETA'
Resolved   S/R conflict: choosing S48	over R79, 	on input 'STRING'
Resolved   S/R conflict: choosing S49	over R79, 	on input 'NUMBER'
Resolved   S/R conflict: choosing S50	over R79, 	on input 'LOCALNAME'
Resolved   S/R conflict: choosing S51	over R79, 	on input 'ANGLEBRACKETIRI'
Resolved   S/R conflict: choosing S17	over R79, 	on input 'IDENTIFIER'
Resolved   S/R conflict: choosing S18	over R79, 	on input 'COLON'
-----------------------------
[14] QuantifiedClause --> IriMeta_opt 'FORALL' Var_plus 'OPENPAR' . Clause 'CLOSEPAR'
	Preceding states: {91}
	Follow set: {'CLOSEPAR'}
[15] Clause --> . AtomicFormula
	Preceding states: {152}
[16] Clause --> . Implies
	Preceding states: {152}
[17] Implies --> . IriMeta_opt Consequent 'IF' Antecedent
	Preceding states: {152}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {152}
[45] AtomicFormula --> . Atom
	Preceding states: {152}
[46] AtomicFormula --> . Equal
	Preceding states: {152}
[47] AtomicFormula --> . Member
	Preceding states: {152}
[48] AtomicFormula --> . Subclass
	Preceding states: {152}
[49] AtomicFormula --> . Frame
	Preceding states: {152}
[52] Atom --> . UniTerm
	Preceding states: {152}
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {152}
[54] Equal --> . Term 'EQUAL' Term
	Preceding states: {152}
[55] Member --> . Term 'MEMBER' Term
	Preceding states: {152}
[56] Subclass --> . Term 'SUBCLASS' Term
	Preceding states: {152}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {152}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {152}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {152}
[66] Const --> . ConstShort
	Preceding states: {152}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {152}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {152}
[70] ConstShort --> . 'STRING'
	Preceding states: {152}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {152}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {152}
[73] ConstShort --> . Curie
	Preceding states: {152}
[79] IriMeta_opt --> .
	Preceding states: {152}
	Lookahead set: {'AND', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'OPENMETA', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {152}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {152}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {152}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {152}
-----------------------------
With Clause, go to state 153
With IriMeta_opt, go to state 154
With IriMeta, go to state 8
With AtomicFormula, go to state 99
With Implies, go to state 100
With Atom, go to state 101
With Equal, go to state 102
With Member, go to state 103
With Subclass, go to state 104
With Frame, go to state 105
With 'OPENMETA', go to state 9
With Term, go to state 106
With UniTerm, go to state 107
With Const, go to state 55
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 153
=============================
[14] QuantifiedClause --> IriMeta_opt 'FORALL' Var_plus 'OPENPAR' Clause . 'CLOSEPAR'
	Preceding states: {91}
-----------------------------
With 'CLOSEPAR', go to state 155

=============================
STATE NUMBER: 154
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S48	over R79, 	on input 'STRING'
Resolved   S/R conflict: choosing S49	over R79, 	on input 'NUMBER'
Resolved   S/R conflict: choosing S50	over R79, 	on input 'LOCALNAME'
Resolved   S/R conflict: choosing S51	over R79, 	on input 'ANGLEBRACKETIRI'
Resolved   S/R conflict: choosing S17	over R79, 	on input 'IDENTIFIER'
Resolved   S/R conflict: choosing S18	over R79, 	on input 'COLON'
Resolved   S/R conflict: choosing S45	over R79, 	on input 'EXTERNAL'
Resolved   S/R conflict: choosing S46	over R79, 	on input 'VARIABLE'
-----------------------------
[17] Implies --> IriMeta_opt . Consequent 'IF' Antecedent
	Preceding states: {152}
	Follow set: {'IF'}
[18] Consequent --> . AtomicFormula
	Preceding states: {154}
[19] Consequent --> . 'AND' 'OPENPAR' AtomicFormula_star 'CLOSEPAR'
	Preceding states: {154}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {154}
[45] AtomicFormula --> . Atom
	Preceding states: {154}
[46] AtomicFormula --> . Equal
	Preceding states: {154}
[47] AtomicFormula --> . Member
	Preceding states: {154}
[48] AtomicFormula --> . Subclass
	Preceding states: {154}
[49] AtomicFormula --> . Frame
	Preceding states: {154}
[52] Atom --> . UniTerm
	Preceding states: {154}
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {154}
[54] Equal --> . Term 'EQUAL' Term
	Preceding states: {154}
[55] Member --> . Term 'MEMBER' Term
	Preceding states: {154}
[56] Subclass --> . Term 'SUBCLASS' Term
	Preceding states: {154}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {154}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {154}
[59] Term --> IriMeta_opt . RawTerm
	Preceding states: {152}
	Follow set: {'EQUAL', 'MEMBER', 'SUBCLASS', 'OPENBRA'}
[60] RawTerm --> . Const
	Preceding states: {154}
[61] RawTerm --> . Var
	Preceding states: {154}
[62] RawTerm --> . Expr
	Preceding states: {154}
[63] RawTerm --> . 'EXTERNAL' 'OPENPAR' Expr 'CLOSEPAR'
	Preceding states: {154}
[64] Expr --> . UniTerm
	Preceding states: {154}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {154}
[66] Const --> . ConstShort
	Preceding states: {154}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {154}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {154}
[70] ConstShort --> . 'STRING'
	Preceding states: {154}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {154}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {154}
[73] ConstShort --> . Curie
	Preceding states: {154}
[74] Var --> . 'VARIABLE'
	Preceding states: {154}
[79] IriMeta_opt --> .
	Preceding states: {154}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {154}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {154}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {154}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {154}
-----------------------------
With Consequent, go to state 115
With RawTerm, go to state 39
With IriMeta, go to state 8
With Atom, go to state 101
With Equal, go to state 102
With Member, go to state 103
With Subclass, go to state 104
With Frame, go to state 105
With AtomicFormula, go to state 116
With 'AND', go to state 117
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With Term, go to state 106
With UniTerm, go to state 118
With Const, go to state 40
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18
With Var, go to state 43
With Expr, go to state 44
With 'EXTERNAL', go to state 45
With 'VARIABLE', go to state 46

=============================
STATE NUMBER: 155
=============================
[14] QuantifiedClause --> IriMeta_opt 'FORALL' Var_plus 'OPENPAR' Clause 'CLOSEPAR' .
	Preceding states: {91}
	Lookahead set: {'GROUP', 'AND', 'FORALL', 'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
-----------------------------

=============================
STATE NUMBER: 156
=============================
[8] Import --> IriMeta_opt 'IMPORT' 'OPENPAR' . IriConst Profile_opt 'CLOSEPAR'
	Preceding states: {77}
	Follow set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'CLOSEPAR', 'OPENMETA', 'COLON'}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {156}
[95] IriConst --> . FullyQualifiedConstant
	Preceding states: {156}
-----------------------------
With IriConst, go to state 157
With FullyQualifiedConstant, go to state 11
With 'STRING', go to state 13

=============================
STATE NUMBER: 157
=============================
[8] Import --> IriMeta_opt 'IMPORT' 'OPENPAR' IriConst . Profile_opt 'CLOSEPAR'
	Preceding states: {77}
	Follow set: {'CLOSEPAR'}
[21] Profile --> . Term
	Preceding states: {157}
[28] Profile_opt --> .
	Preceding states: {157}
	Lookahead set: {'CLOSEPAR'}
[29] Profile_opt --> . Profile
	Preceding states: {157}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {157}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {157}
[79] IriMeta_opt --> .
	Preceding states: {157}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {157}
-----------------------------
With Profile_opt, go to state 158
With IriMeta, go to state 8
With Profile, go to state 159
With Term, go to state 160
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9

=============================
STATE NUMBER: 158
=============================
[8] Import --> IriMeta_opt 'IMPORT' 'OPENPAR' IriConst Profile_opt . 'CLOSEPAR'
	Preceding states: {77}
-----------------------------
With 'CLOSEPAR', go to state 161

=============================
STATE NUMBER: 159
=============================
[29] Profile_opt --> Profile .
	Preceding states: {157}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 160
=============================
[21] Profile --> Term .
	Preceding states: {157}
	Lookahead set: {'CLOSEPAR'}
-----------------------------

=============================
STATE NUMBER: 161
=============================
[8] Import --> IriMeta_opt 'IMPORT' 'OPENPAR' IriConst Profile_opt 'CLOSEPAR' .
	Preceding states: {77}
	Lookahead set: {'IMPORT', 'GROUP', 'CLOSEPAR', 'OPENMETA'}
-----------------------------

=============================
STATE NUMBER: 162
=============================
[4] Document --> IriMeta_opt 'DOCUMENT' 'OPENPAR' Base_opt Prefix_star DocumentBody 'CLOSEPAR' .
	Preceding states: {5}
	Lookahead set: {'$E_O_I$'}
-----------------------------

=============================
STATE NUMBER: 163
=============================
[3] $ROOTS$ --> '$Implies_switch$' Implies .
	Preceding states: {0}
	Lookahead set: {'$E_O_I$'}
-----------------------------

=============================
STATE NUMBER: 164
=============================
This state has conflicts:

Resolved   S/R conflict: choosing S48	over R79, 	on input 'STRING'
Resolved   S/R conflict: choosing S49	over R79, 	on input 'NUMBER'
Resolved   S/R conflict: choosing S50	over R79, 	on input 'LOCALNAME'
Resolved   S/R conflict: choosing S51	over R79, 	on input 'ANGLEBRACKETIRI'
Resolved   S/R conflict: choosing S17	over R79, 	on input 'IDENTIFIER'
Resolved   S/R conflict: choosing S18	over R79, 	on input 'COLON'
-----------------------------
[17] Implies --> IriMeta_opt . Consequent 'IF' Antecedent
	Preceding states: {4}
	Follow set: {'IF'}
[18] Consequent --> . AtomicFormula
	Preceding states: {164}
[19] Consequent --> . 'AND' 'OPENPAR' AtomicFormula_star 'CLOSEPAR'
	Preceding states: {164}
[36] IriMeta --> . 'OPENMETA' IriConst_opt IriMetaBody_opt 'CLOSEMETA'
	Preceding states: {164}
[45] AtomicFormula --> . Atom
	Preceding states: {164}
[46] AtomicFormula --> . Equal
	Preceding states: {164}
[47] AtomicFormula --> . Member
	Preceding states: {164}
[48] AtomicFormula --> . Subclass
	Preceding states: {164}
[49] AtomicFormula --> . Frame
	Preceding states: {164}
[52] Atom --> . UniTerm
	Preceding states: {164}
[53] UniTerm --> . Const 'OPENPAR' UniTermBody 'CLOSEPAR'
	Preceding states: {164}
[54] Equal --> . Term 'EQUAL' Term
	Preceding states: {164}
[55] Member --> . Term 'MEMBER' Term
	Preceding states: {164}
[56] Subclass --> . Term 'SUBCLASS' Term
	Preceding states: {164}
[57] Frame --> . Term 'OPENBRA' FrameAttribute_star 'CLOSEBRA'
	Preceding states: {164}
[59] Term --> . IriMeta_opt RawTerm
	Preceding states: {164}
[65] Const --> . FullyQualifiedConstant
	Preceding states: {164}
[66] Const --> . ConstShort
	Preceding states: {164}
[67] FullyQualifiedConstant --> . 'STRING' 'LEXSPACE' SymSpace
	Preceding states: {164}
[69] ConstShort --> . 'NUMBER'
	Preceding states: {164}
[70] ConstShort --> . 'STRING'
	Preceding states: {164}
[71] ConstShort --> . 'LOCALNAME'
	Preceding states: {164}
[72] ConstShort --> . 'ANGLEBRACKETIRI'
	Preceding states: {164}
[73] ConstShort --> . Curie
	Preceding states: {164}
[79] IriMeta_opt --> .
	Preceding states: {164}
	Lookahead set: {'EXTERNAL', 'NUMBER', 'LOCALNAME', 'VARIABLE', 'STRING', 'IDENTIFIER', 'ANGLEBRACKETIRI', 'COLON'}
[80] IriMeta_opt --> . IriMeta
	Preceding states: {164}
[96] Curie --> . 'IDENTIFIER'
	Preceding states: {164}
[97] Curie --> . 'COLON' 'IDENTIFIER'
	Preceding states: {164}
[98] Curie --> . 'IDENTIFIER' 'COLON' 'IDENTIFIER'
	Preceding states: {164}
-----------------------------
With Consequent, go to state 115
With IriMeta, go to state 8
With Atom, go to state 101
With Equal, go to state 102
With Member, go to state 103
With Subclass, go to state 104
With Frame, go to state 105
With AtomicFormula, go to state 116
With 'AND', go to state 117
With IriMeta_opt, go to state 23
With 'OPENMETA', go to state 9
With Term, go to state 106
With UniTerm, go to state 107
With Const, go to state 55
With FullyQualifiedConstant, go to state 41
With ConstShort, go to state 42
With 'STRING', go to state 48
With 'NUMBER', go to state 49
With 'LOCALNAME', go to state 50
With 'ANGLEBRACKETIRI', go to state 51
With Curie, go to state 52
With 'IDENTIFIER', go to state 17
With 'COLON', go to state 18

=============================
STATE NUMBER: 165
=============================
[2] $ROOTS$ --> '$RifDocument_switch$' RifDocument .
	Preceding states: {0}
	Lookahead set: {'$E_O_I$'}
-----------------------------
*** Compressing parsing tables ... 
***	8 rows eliminated in action table
***	120 rows eliminated in goto table
*** Table compression completed in 0 ms


ACTION TABLE:

	[1]	[2]	[3]	[4]	[5]	[6]	[7]	[8]	[9]	[10]	[11]	[12]	[13]	[14]	[15]	[16]	[17]	[18]	[19]	[20]	[21]	[22]	[23]	[24]	[25]	[26]	[27]	[28]	[29]	[30]	[31]	[32]	[33]	[34]	[35]
	________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
[0]	 - 	 - 	 S3	 S4	 - 	 R99	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R99	 - 	 - 	 - 	 - 
[1]	 A	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[2]	 R1	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[3]	 - 	 - 	 - 	 - 	 - 	 R99	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R99	 - 	 - 	 - 	 - 
[4]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[5]	 - 	 - 	 - 	 - 	 - 	 R79	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S9	 - 	 - 	 - 	 - 
[6]	 R100	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[7]	 - 	 - 	 - 	 - 	 - 	 S65	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[8]	 - 	 - 	 - 	 - 	 - 	 R80	 - 	 - 	 R80	 R80	 - 	 R80	 R80	 R80	 R80	 - 	 - 	 - 	 - 	 R80	 R80	 R80	 R80	 R80	 R80	 R80	 - 	 - 	 - 	 - 	 R80	 - 	 R80	 - 	 - 
[9]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R81	 - 	 - 	 - 	 - 	 - 	 - 	 R81	 R81	 R81	 R81	 S13	 R81	 R81	 - 	 - 	 - 	 - 	 R81	 R81	 R81	 - 	 - 
[10]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S26	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 S9	 R83	 R79	 - 	 - 
[11]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R95	 - 	 - 	 - 	 - 	 - 	 - 	 R95	 R95	 R95	 R95	 R95	 R95	 R95	 - 	 R95	 - 	 - 	 R95	 R95	 R95	 - 	 - 
[12]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R82	 - 	 - 	 - 	 - 	 - 	 - 	 R82	 R82	 R82	 R82	 R82	 R82	 R82	 - 	 - 	 - 	 - 	 R82	 R82	 R82	 - 	 - 
[13]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S14	 - 
[14]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S17	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S18	 - 	 - 
[15]	 R67	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 R67	 - 	 - 
[16]	 R68	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 R68	 - 	 - 
[17]	 R96	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 R96	 S20	 - 	 - 
[18]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S19	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[19]	 R97	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 R97	 - 	 - 
[20]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S21	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[21]	 R98	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 R98	 - 	 - 
[22]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S64	 - 	 - 	 - 
[23]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S45	 S49	 S50	 S46	 S48	 S17	 S51	 - 	 - 	 - 	 - 	 - 	 - 	 S18	 - 	 - 
[24]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R84	 - 	 - 	 - 
[25]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R37	 - 	 - 	 - 
[26]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S35	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[27]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S28	 - 	 - 	 - 	 - 	 - 	 - 
[28]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R91	 R91	 R91	 R91	 R91	 R91	 R91	 - 	 - 	 - 	 R91	 R91	 - 	 R91	 - 	 - 
[29]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 S30	 S9	 - 	 R79	 - 	 - 
[30]	 R57	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R57	 R57	 R57	 R57	 R57	 R57	 - 	 - 	 - 	 - 	 R57	 R57	 R57	 R57	 R57	 R57	 R57	 - 	 R57	 - 	 - 	 R57	 R57	 R57	 - 	 - 
[31]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R92	 R92	 R92	 R92	 R92	 R92	 R92	 - 	 - 	 - 	 R92	 R92	 - 	 R92	 - 	 - 
[32]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S33	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[33]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[34]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R58	 R58	 R58	 R58	 R58	 R58	 R58	 - 	 - 	 - 	 R58	 R58	 - 	 R58	 - 	 - 
[35]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R89	 R89	 R89	 R89	 R89	 R89	 R89	 - 	 R89	 - 	 - 	 R89	 - 	 R89	 - 	 - 
[36]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 S37	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[37]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R38	 - 	 - 	 - 
[38]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R90	 R90	 R90	 R90	 R90	 R90	 R90	 - 	 R90	 - 	 - 	 R90	 - 	 R90	 - 	 - 
[39]	 R59	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 R59	 - 	 R59	 R59	 R59	 R59	 - 	 R59	 - 	 - 
[40]	 R60	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 R60	 S56	 R60	 R60	 R60	 R60	 - 	 R60	 - 	 - 
[41]	 R65	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 R65	 - 	 R65	 - 	 - 
[42]	 R66	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 R66	 - 	 R66	 - 	 - 
[43]	 R61	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 R61	 - 	 R61	 R61	 R61	 R61	 - 	 R61	 - 	 - 
[44]	 R62	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 R62	 - 	 R62	 R62	 R62	 R62	 - 	 R62	 - 	 - 
[45]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S53	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[46]	 R74	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 R74	 - 	 R74	 - 	 - 
[47]	 R64	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 R64	 - 	 R64	 R64	 R64	 R64	 - 	 R64	 - 	 - 
[48]	 R70	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 R70	 - 	 R70	 S14	 - 
[49]	 R69	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 R69	 - 	 R69	 - 	 - 
[50]	 R71	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 R71	 - 	 R71	 - 	 - 
[51]	 R72	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 R72	 - 	 R72	 - 	 - 
[52]	 R73	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 R73	 - 	 R73	 - 	 - 
[53]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S49	 S50	 - 	 S48	 S17	 S51	 - 	 - 	 - 	 - 	 - 	 - 	 S18	 - 	 - 
[54]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S63	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[55]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S56	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[56]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 R87	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[57]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S62	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[58]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R75	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[59]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 R87	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[60]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R76	 R76	 R76	 R76	 R76	 R76	 R76	 - 	 R76	 - 	 - 	 R76	 - 	 R76	 - 	 - 
[61]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R88	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[62]	 R53	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 R53	 - 	 R53	 R53	 R53	 R53	 - 	 R53	 - 	 - 
[63]	 R63	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 R63	 - 	 R63	 R63	 R63	 R63	 - 	 R63	 - 	 - 
[64]	 - 	 - 	 - 	 - 	 - 	 R36	 - 	 - 	 R36	 R36	 - 	 R36	 R36	 R36	 R36	 - 	 - 	 - 	 - 	 R36	 R36	 R36	 R36	 R36	 R36	 R36	 - 	 - 	 - 	 - 	 R36	 - 	 R36	 - 	 - 
[65]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S66	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[66]	 - 	 - 	 - 	 - 	 - 	 - 	 S69	 R22	 R22	 R22	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R22	 - 	 - 	 R22	 - 	 - 	 - 	 - 
[67]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R24	 R24	 R24	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R24	 - 	 - 	 R24	 - 	 - 	 - 	 - 
[68]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R23	 R23	 R23	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R23	 - 	 - 	 R23	 - 	 - 	 - 	 - 
[69]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S70	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[70]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S72	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[71]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S73	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[72]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R94	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[73]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R5	 R5	 R5	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R5	 - 	 - 	 R5	 - 	 - 	 - 	 - 
[74]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S78	 R26	 R26	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R26	 - 	 - 	 R26	 - 	 - 	 - 	 - 
[75]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S162	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[76]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R25	 R25	 R25	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R25	 - 	 - 	 R25	 - 	 - 	 - 	 - 
[77]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R30	 - 	 - 	 S9	 - 	 - 	 - 	 - 
[78]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S79	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[79]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S81	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[80]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S72	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[81]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R93	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[82]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S83	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[83]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R6	 R6	 R6	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R6	 - 	 - 	 R6	 - 	 - 	 - 	 - 
[84]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R7	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[85]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R27	 R27	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R27	 - 	 - 	 R27	 - 	 - 	 - 	 - 
[86]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R31	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[87]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S88	 S89	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[88]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S156	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[89]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S90	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[90]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R32	 - 	 - 	 R32	 - 	 R32	 - 	 - 	 - 	 - 	 R32	 R32	 R32	 R32	 R32	 R32	 R32	 - 	 R32	 - 	 - 	 R32	 - 	 R32	 - 	 - 
[91]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 - 	 - 	 R79	 - 	 R79	 - 	 - 	 - 	 - 	 R79	 S49	 S50	 R79	 S48	 S17	 S51	 - 	 S92	 - 	 - 	 S9	 - 	 S18	 - 	 - 
[92]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R9	 - 	 - 	 R9	 - 	 R9	 - 	 - 	 - 	 - 	 R9	 R9	 R9	 R9	 R9	 R9	 R9	 - 	 R9	 - 	 - 	 R9	 - 	 R9	 - 	 - 
[93]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R33	 - 	 - 	 R33	 - 	 R33	 - 	 - 	 - 	 - 	 R33	 R33	 R33	 R33	 R33	 R33	 R33	 - 	 R33	 - 	 - 	 R33	 - 	 R33	 - 	 - 
[94]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S89	 - 	 - 	 S117	 - 	 S114	 - 	 - 	 - 	 - 	 S45	 S49	 S50	 S46	 S48	 S17	 S51	 - 	 - 	 - 	 - 	 S9	 - 	 S18	 - 	 - 
[95]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R10	 - 	 - 	 R10	 - 	 R10	 - 	 - 	 - 	 - 	 R10	 R10	 R10	 R10	 R10	 R10	 R10	 - 	 R10	 - 	 - 	 R10	 - 	 R10	 - 	 - 
[96]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R11	 - 	 - 	 R11	 - 	 R11	 - 	 - 	 - 	 - 	 R11	 R11	 R11	 R11	 R11	 R11	 R11	 - 	 R11	 - 	 - 	 R11	 - 	 R11	 - 	 - 
[97]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R12	 - 	 - 	 R12	 - 	 R12	 - 	 - 	 - 	 - 	 R12	 R12	 R12	 R12	 R12	 R12	 R12	 - 	 R12	 - 	 - 	 R12	 - 	 R12	 - 	 - 
[98]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R13	 - 	 - 	 R13	 - 	 R13	 - 	 - 	 - 	 - 	 R13	 R13	 R13	 R13	 R13	 R13	 R13	 - 	 R13	 - 	 - 	 R13	 - 	 R13	 - 	 - 
[99]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R15	 - 	 - 	 R15	 - 	 R15	 - 	 - 	 - 	 - 	 R15	 R15	 R15	 R15	 R15	 R15	 R15	 - 	 R15	 - 	 - 	 R15	 - 	 R15	 - 	 - 
[100]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R16	 - 	 - 	 R16	 - 	 R16	 - 	 - 	 - 	 - 	 R16	 R16	 R16	 R16	 R16	 R16	 R16	 - 	 R16	 - 	 - 	 R16	 - 	 R16	 - 	 - 
[101]	 R45	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R45	 R45	 R45	 R45	 R45	 R45	 - 	 - 	 - 	 - 	 R45	 R45	 R45	 R45	 R45	 R45	 R45	 - 	 R45	 - 	 - 	 R45	 - 	 R45	 - 	 - 
[102]	 R46	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R46	 R46	 R46	 R46	 R46	 R46	 - 	 - 	 - 	 - 	 R46	 R46	 R46	 R46	 R46	 R46	 R46	 - 	 R46	 - 	 - 	 R46	 - 	 R46	 - 	 - 
[103]	 R47	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R47	 R47	 R47	 R47	 R47	 R47	 - 	 - 	 - 	 - 	 R47	 R47	 R47	 R47	 R47	 R47	 R47	 - 	 R47	 - 	 - 	 R47	 - 	 R47	 - 	 - 
[104]	 R48	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R48	 R48	 R48	 R48	 R48	 R48	 - 	 - 	 - 	 - 	 R48	 R48	 R48	 R48	 R48	 R48	 R48	 - 	 R48	 - 	 - 	 R48	 - 	 R48	 - 	 - 
[105]	 R49	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R49	 R49	 R49	 R49	 R49	 R49	 - 	 - 	 - 	 - 	 R49	 R49	 R49	 R49	 R49	 R49	 R49	 - 	 R49	 - 	 - 	 R49	 - 	 R49	 - 	 - 
[106]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S108	 S109	 S110	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S28	 - 	 - 	 - 	 - 	 - 	 - 
[107]	 R52	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R52	 R52	 R52	 R52	 R52	 R52	 - 	 - 	 - 	 - 	 R52	 R52	 R52	 R52	 R52	 R52	 R52	 - 	 R52	 - 	 - 	 R52	 - 	 R52	 - 	 - 
[108]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[109]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[110]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[111]	 R56	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R56	 R56	 R56	 R56	 R56	 R56	 - 	 - 	 - 	 - 	 R56	 R56	 R56	 R56	 R56	 R56	 R56	 - 	 R56	 - 	 - 	 R56	 - 	 R56	 - 	 - 
[112]	 R55	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R55	 R55	 R55	 R55	 R55	 R55	 - 	 - 	 - 	 - 	 R55	 R55	 R55	 R55	 R55	 R55	 R55	 - 	 R55	 - 	 - 	 R55	 - 	 R55	 - 	 - 
[113]	 R54	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R54	 R54	 R54	 R54	 R54	 R54	 - 	 - 	 - 	 - 	 R54	 R54	 R54	 R54	 R54	 R54	 R54	 - 	 R54	 - 	 - 	 R54	 - 	 R54	 - 	 - 
[114]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S46	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[115]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S123	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[116]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R18	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[117]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S119	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[118]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R52	 - 	 - 	 - 	 - 	 - 	 R64	 R64	 R64	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R64	 - 	 - 	 - 	 - 	 - 	 - 
[119]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R34	 R34	 R34	 R34	 R34	 R34	 R34	 - 	 R34	 - 	 - 	 R34	 - 	 R34	 - 	 - 
[120]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 S49	 S50	 R79	 S48	 S17	 S51	 - 	 S121	 - 	 - 	 S9	 - 	 S18	 - 	 - 
[121]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R19	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[122]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R35	 R35	 R35	 R35	 R35	 R35	 R35	 - 	 R35	 - 	 - 	 R35	 - 	 R35	 - 	 - 
[123]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[124]	 R17	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R17	 - 	 - 	 R17	 - 	 R17	 - 	 - 	 - 	 - 	 R17	 R17	 R17	 R17	 R17	 R17	 R17	 - 	 R17	 - 	 - 	 R17	 - 	 R17	 - 	 - 
[125]	 R20	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R20	 - 	 - 	 R20	 - 	 R20	 - 	 - 	 - 	 - 	 R20	 R20	 R20	 R20	 R20	 R20	 R20	 - 	 R20	 - 	 - 	 R20	 - 	 R20	 - 	 - 
[126]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S130	 S129	 S131	 - 	 - 	 - 	 - 	 - 	 S132	 S49	 S50	 R79	 S48	 S17	 S51	 - 	 - 	 - 	 - 	 S9	 - 	 S18	 - 	 - 
[127]	 R39	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R39	 - 	 R39	 R39	 R39	 R39	 - 	 - 	 - 	 - 	 R39	 R39	 R39	 R39	 R39	 R39	 R39	 - 	 R39	 - 	 - 	 R39	 - 	 R39	 - 	 - 
[128]	 R40	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R40	 - 	 R40	 R40	 R40	 R40	 - 	 - 	 - 	 - 	 R40	 R40	 R40	 R40	 R40	 R40	 R40	 - 	 R40	 - 	 - 	 R40	 - 	 R40	 - 	 - 
[129]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S148	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[130]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S144	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[131]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S46	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[132]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S133	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[133]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 S49	 S50	 R79	 S48	 S17	 S51	 - 	 - 	 - 	 - 	 S9	 - 	 S18	 - 	 - 
[134]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S137	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[135]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R50	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[136]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R51	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[137]	 R44	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R44	 - 	 R44	 R44	 R44	 R44	 - 	 - 	 - 	 - 	 R44	 R44	 R44	 R44	 R44	 R44	 R44	 - 	 R44	 - 	 - 	 R44	 - 	 R44	 - 	 - 
[138]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S46	 - 	 - 	 - 	 S140	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[139]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R77	 - 	 - 	 - 	 R77	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[140]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[141]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R78	 - 	 - 	 - 	 R78	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[142]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S143	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[143]	 R43	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R43	 - 	 R43	 R43	 R43	 R43	 - 	 - 	 - 	 - 	 R43	 R43	 R43	 R43	 R43	 R43	 R43	 - 	 R43	 - 	 - 	 R43	 - 	 R43	 - 	 - 
[144]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R85	 R85	 R85	 - 	 - 	 - 	 - 	 - 	 R85	 R85	 R85	 R85	 R85	 R85	 R85	 - 	 R85	 - 	 - 	 R85	 - 	 R85	 - 	 - 
[145]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 S146	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[146]	 R42	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R42	 - 	 R42	 R42	 R42	 R42	 - 	 - 	 - 	 - 	 R42	 R42	 R42	 R42	 R42	 R42	 R42	 - 	 R42	 - 	 - 	 R42	 - 	 R42	 - 	 - 
[147]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R86	 R86	 R86	 - 	 - 	 - 	 - 	 - 	 R86	 R86	 R86	 R86	 R86	 R86	 R86	 - 	 R86	 - 	 - 	 R86	 - 	 R86	 - 	 - 
[148]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R85	 R85	 R85	 - 	 - 	 - 	 - 	 - 	 R85	 R85	 R85	 R85	 R85	 R85	 R85	 - 	 R85	 - 	 - 	 R85	 - 	 R85	 - 	 - 
[149]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 S150	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[150]	 R41	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R41	 - 	 R41	 R41	 R41	 R41	 - 	 - 	 - 	 - 	 R41	 R41	 R41	 R41	 R41	 R41	 R41	 - 	 R41	 - 	 - 	 R41	 - 	 R41	 - 	 - 
[151]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S46	 - 	 - 	 - 	 S152	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[152]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 S49	 S50	 R79	 S48	 S17	 S51	 - 	 - 	 - 	 - 	 S9	 - 	 S18	 - 	 - 
[153]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S155	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[154]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S117	 - 	 - 	 - 	 - 	 - 	 - 	 S45	 S49	 S50	 S46	 S48	 S17	 S51	 - 	 - 	 - 	 - 	 S9	 - 	 S18	 - 	 - 
[155]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R14	 - 	 - 	 R14	 - 	 R14	 - 	 - 	 - 	 - 	 R14	 R14	 R14	 R14	 R14	 R14	 R14	 - 	 R14	 - 	 - 	 R14	 - 	 R14	 - 	 - 
[156]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S13	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[157]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 R79	 R79	 R79	 R79	 R79	 R79	 - 	 R28	 - 	 - 	 S9	 - 	 R79	 - 	 - 
[158]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S161	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[159]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R29	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[160]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R21	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[161]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R8	 R8	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 R8	 - 	 - 	 R8	 - 	 - 	 - 	 - 
[162]	 R4	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[163]	 R3	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[164]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 S117	 - 	 - 	 - 	 - 	 - 	 - 	 R79	 S49	 S50	 R79	 S48	 S17	 S51	 - 	 - 	 - 	 - 	 S9	 - 	 S18	 - 	 - 
[165]	 R2	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 

GOTO TABLE:

	[1]	[2]	[3]	[4]	[5]	[6]	[7]	[8]	[9]	[10]	[11]	[12]	[13]	[14]	[15]	[16]	[17]	[18]	[19]	[20]	[21]	[22]	[23]	[24]	[25]	[26]	[27]	[28]	[29]	[30]	[31]	[32]	[33]	[34]	[35]	[36]	[37]	[38]	[39]	[40]	[41]	[42]	[43]	[44]	[45]	[46]	[47]	[48]	[49]	[50]	[51]	[52]	[53]	[54]	[55]	[56]	[57]	[58]	[59]
	____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
[0]	 1 	 2 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 5 
[1]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[2]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[3]	 - 	 165 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 5 
[4]	 - 	 - 	 163 	 - 	 164 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[5]	 - 	 - 	 - 	 6 	 7 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[6]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[7]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[8]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[9]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 12 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 10 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 11 	 - 	 - 	 - 	 - 	 - 	 - 
[10]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 27 	 8 	 - 	 22 	 24 	 25 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[11]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[12]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[13]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[14]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 15 	 16 	 - 	 - 	 - 
[15]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[16]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[17]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[18]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[19]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[20]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[21]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[22]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[23]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 47 	 40 	 - 	 - 	 - 	 39 	 43 	 44 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[24]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[25]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[26]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[27]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[28]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 29 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[29]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 32 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 31 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[30]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[31]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[32]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[33]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 34 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[34]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[35]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 36 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[36]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 27 	 8 	 - 	 - 	 - 	 38 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[37]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[38]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[39]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[40]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[41]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[42]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[43]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[44]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[45]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[46]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[47]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[48]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[49]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[50]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[51]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[52]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[53]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 47 	 55 	 - 	 - 	 - 	 - 	 - 	 54 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[54]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[55]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[56]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 60 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 57 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 58 	 59 	 - 
[57]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[58]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[59]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 60 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 61 	 59 	 - 
[60]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[61]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[62]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[63]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[64]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[65]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[66]	 - 	 - 	 - 	 - 	 - 	 67 	 - 	 - 	 68 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[67]	 - 	 - 	 - 	 - 	 - 	 - 	 74 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[68]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[69]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[70]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 71 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[71]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[72]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[73]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[74]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 75 	 - 	 - 	 76 	 - 	 77 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[75]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[76]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[77]	 - 	 - 	 - 	 - 	 87 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 84 	 85 	 - 	 - 	 86 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[78]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[79]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 80 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[80]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 82 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[81]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[82]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[83]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[84]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[85]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[86]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[87]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[88]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[89]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[90]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 91 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[91]	 - 	 - 	 100 	 - 	 94 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 96 	 - 	 93 	 95 	 97 	 98 	 - 	 99 	 - 	 - 	 - 	 - 	 - 	 106 	 8 	 - 	 - 	 - 	 105 	 - 	 - 	 - 	 - 	 101 	 102 	 103 	 104 	 107 	 55 	 - 	 - 	 - 	 - 	 - 	 - 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[92]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[93]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[94]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 116 	 115 	 - 	 - 	 - 	 - 	 106 	 8 	 - 	 - 	 - 	 105 	 - 	 - 	 - 	 - 	 101 	 102 	 103 	 104 	 118 	 40 	 - 	 - 	 - 	 39 	 43 	 44 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[95]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[96]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[97]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[98]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[99]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[100]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[101]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[102]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[103]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[104]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[105]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[106]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[107]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[108]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 113 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[109]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 112 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[110]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 111 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[111]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[112]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[113]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[114]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 151 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 139 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[115]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[116]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[117]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[118]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[119]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 120 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[120]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 122 	 - 	 - 	 - 	 - 	 - 	 106 	 8 	 - 	 - 	 - 	 105 	 - 	 - 	 - 	 - 	 101 	 102 	 103 	 104 	 107 	 55 	 - 	 - 	 - 	 - 	 - 	 - 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[121]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[122]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[123]	 - 	 - 	 - 	 - 	 126 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 124 	 - 	 125 	 - 	 - 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[124]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[125]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[126]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 128 	 - 	 - 	 - 	 - 	 - 	 106 	 8 	 - 	 - 	 - 	 105 	 - 	 127 	 - 	 - 	 101 	 102 	 103 	 104 	 107 	 55 	 - 	 - 	 - 	 - 	 - 	 - 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[127]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[128]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[129]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[130]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[131]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 138 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 139 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[132]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[133]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 27 	 8 	 - 	 - 	 - 	 136 	 - 	 - 	 - 	 134 	 135 	 - 	 - 	 - 	 107 	 55 	 - 	 - 	 - 	 - 	 - 	 - 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[134]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[135]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[136]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[137]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[138]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 141 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[139]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[140]	 - 	 - 	 - 	 - 	 126 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 142 	 - 	 - 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[141]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[142]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[143]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[144]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 145 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[145]	 - 	 - 	 - 	 - 	 126 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 147 	 - 	 - 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[146]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[147]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[148]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 149 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[149]	 - 	 - 	 - 	 - 	 126 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 147 	 - 	 - 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[150]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[151]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 141 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[152]	 - 	 - 	 100 	 - 	 154 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 153 	 - 	 - 	 99 	 - 	 - 	 - 	 - 	 - 	 106 	 8 	 - 	 - 	 - 	 105 	 - 	 - 	 - 	 - 	 101 	 102 	 103 	 104 	 107 	 55 	 - 	 - 	 - 	 - 	 - 	 - 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[153]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[154]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 116 	 115 	 - 	 - 	 - 	 - 	 106 	 8 	 - 	 - 	 - 	 105 	 - 	 - 	 - 	 - 	 101 	 102 	 103 	 104 	 118 	 40 	 - 	 - 	 - 	 39 	 43 	 44 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[155]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[156]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 157 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 11 	 - 	 - 	 - 	 - 	 - 	 - 
[157]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 158 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 159 	 160 	 8 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[158]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[159]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[160]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[161]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[162]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[163]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 
[164]	 - 	 - 	 - 	 - 	 23 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 116 	 115 	 - 	 - 	 - 	 - 	 106 	 8 	 - 	 - 	 - 	 105 	 - 	 - 	 - 	 - 	 101 	 102 	 103 	 104 	 107 	 55 	 - 	 - 	 - 	 - 	 - 	 - 	 41 	 42 	 - 	 52 	 - 	 - 	 - 
[165]	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 	 - 

