Changeset 1174
- Timestamp:
- 08/02/08 10:19:00 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/solvers/UkrOpt/ralg_oo.py
r1173 r1174 155 155 # set dilation direction: 156 156 if sum(p.dotmult(g, g2))>0: 157 p.debugmsg('ralg warning: slope angle less than pi/2. No dilation for the iter.')158 doDilation = False157 p.debugmsg('ralg warning: slope angle less than pi/2. Mb dilation for the iter will be omitted.') 158 #doDilation = False 159 159 if prevIterPointIsFeasible == currIterPointIsFeasible == True: 160 160 g1 = g2 - g
