Changeset 1978
- Timestamp:
- Dec 10, 2009 11:29:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.pysp/trunk/coopr/pysp/ph.py
r1956 r1978 1192 1192 ub = x.ub() 1193 1193 1194 if x.lb == x.ub: 1195 print "***WARNING - LB EQUALS UB" 1196 print "VALUE=",x.lb 1197 print "VARIABLE="+variable_name+indexToString(index) 1198 1194 1199 node_min = node_min_parameter[index]() 1195 1200 node_max = node_max_parameter[index]() … … 1207 1212 else: 1208 1213 raise ValueError, "A breakpoint distribution strategy="+str(self._breakpoint_strategy)+" is currently not supported within PH!" 1214 1215 print "BREAKPOINTS=",breakpoints 1209 1216 1210 1217 for i in range(0,len(breakpoints)-1):
Note: See TracChangeset
for help on using the changeset viewer.