1 Set Declarations
   s : 	Dim=0 	Dimen=1 	Size=2 	Domain=None 	Ordered=False 	Bounds=(1, 2)
	 Model=unknown
	   [1, 2]

0 RangeSet Declarations

0 Param Declarations

2 Var Declarations
   x : 	Size=1 	Domain=NonNegativeReals
	Initial Value : Lower Bound : Upper Bound : Current Value: Fixed: Status
	 None : 0.0 : None : None : False : used
   x_indexed : 	Size=2 	Domain=NonNegativeReals
	Key : Initial Value : Lower Bound : Upper Bound : Current Value: Fixed: Status
	1 : None : 0.0 : None : None : 0.0 : used
	2 : None : 0.0 : None : None : 0.0 : used

1 Objective Declarations
   obj : 	Size=1 
	sum( x , x_indexed[1] , x_indexed[2] ) 


2 Constraint Declarations
   con : 	Size=1 
		1.0
		<=
		x
		<=
		Inf
   con2 : 	Size=1 
		4.0
		<=
		sum( x_indexed[1] , x_indexed[2] ) 
		<=
		Inf

0 Block Declarations

6 Declarations: s x x_indexed obj con con2 
