Changeset 2291 for coopr.pysp/trunk/coopr/pysp/ef.py
- Timestamp:
- Feb 8, 2010 9:23:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.pysp/trunk/coopr/pysp/ef.py
r2256 r2291 326 326 new_cost_variable = Var(name=new_cost_variable_name) 327 327 else: 328 new_cost_variable = Var(new_cost_variable_index, n ew_cost_variable_name)328 new_cost_variable = Var(new_cost_variable_index, name=new_cost_variable_name) 329 329 new_cost_variable.construct() 330 330 new_cost_variable._model = master_binding_instance
Note: See TracChangeset
for help on using the changeset viewer.