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: Stale
	 None : 0 : None : None : False : True
  x_indexed :	Size=2	Domain=NonNegativeReals
	Key : Initial Value : Lower Bound : Upper Bound : Current Value: Fixed: Stale
	1 : None : 0 : None : None : False : True
	2 : None : 0 : None : None : False : True

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

1 Suffix Declarations
  repn :
  	Direction=LOCAL
	Datatype= None
	Table= None
	Default= None

7 Declarations: s x x_indexed obj con con2 repn
