Changeset 1174

Show
Ignore:
Timestamp:
08/02/08 10:19:00 (4 months ago)
Author:
dmitrey.kroshko
Message:

update in ralg

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openopt/scikits/openopt/solvers/UkrOpt/ralg_oo.py

    r1173 r1174  
    155155            # set dilation direction: 
    156156            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 = False 
     157                p.debugmsg('ralg warning: slope angle less than pi/2. Mb dilation for the iter will be omitted.') 
     158                #doDilation = False 
    159159            if prevIterPointIsFeasible == currIterPointIsFeasible == True: 
    160160                g1 = g2 - g