Show
Ignore:
Timestamp:
07/02/08 03:19:46 (4 years ago)
Author:
dmitrey.kroshko
Message:

some changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openopt/scikits/openopt/Kernel/runProbSolver.py

    r1089 r1090  
    146146        else: 
    147147            setattr(p, 'n'+s, 0) 
     148    for s in ['b','beq']: 
     149        if hasattr(p, s): setattr(p, 'n'+s, len(getattr(p, s))) 
     150 
    148151    if p.probType not in ['LP', 'QP', 'MILP', 'LLSP']: p.objFunc(p.x0) 
    149152