Changeset 3075
- Timestamp:
- Oct 4, 2010 10:16:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.pysp/trunk/coopr/pysp/scenariotree.py
r3074 r3075 958 958 print "----------------------------------------------------" 959 959 960 print "****TESTING****"961 constraints = self._reference_instance.active_components(Constraint)962 for name, constraint in constraints.items():963 print "NAME=",name964 for index in constraint:965 print "INDEX=",index966 stage = self.constraintStage(constraint,index)967 print "STAGE=",stage._name
Note: See TracChangeset
for help on using the changeset viewer.