indexed1
2 Set Declarations
    A : Size=1, Index=None, Ordered=Insertion
        Key  : Dimen : Domain : Size : Members
        None :     1 :    Any :    3 : {1, 2, 3}
    B : Size=1, Index=None, Ordered=Insertion
        Key  : Dimen : Domain : Size : Members
        None :     1 :    Any :    2 : {'Q', 'R'}

2 Var Declarations
    x : Size=1, Index=None
        Key  : Lower : Value : Upper : Fixed : Stale : Domain
        None :  None :  None :  None : False :  True :  Reals
    y : Size=6, Index=A*B
        Key      : Lower : Value : Upper : Fixed : Stale : Domain
        (1, 'Q') :  None :  None :  None : False :  True :  Reals
        (1, 'R') :  None :  None :  None : False :  True :  Reals
        (2, 'Q') :  None :  None :  None : False :  True :  Reals
        (2, 'R') :  None :  None :  None : False :  True :  Reals
        (3, 'Q') :  None :  None :  None : False :  True :  Reals
        (3, 'R') :  None :  None :  None : False :  True :  Reals

1 Objective Declarations
    o : Size=1, Index=None, Active=True
        Key  : Active : Sense    : Expression
        None :   True : minimize :          x

2 Constraint Declarations
    c : Size=1, Index=None, Active=True
        Key  : Lower : Body : Upper : Active
        None :   0.0 :    x :  +Inf :   True
    d : Size=3, Index=A, Active=True
        Key : Lower : Body : Upper : Active
          1 :  -Inf :    x :   0.0 :   True
          2 :  -Inf :  2*x :   0.0 :   True
          3 :  -Inf :  3*x :   0.0 :   True

7 Declarations: A B x y o c d
