| 
    Cbc
    2.10.10
    
   | 
 
Control use of reduced cost fixing prior to B&C. More...
#include <CbcGenCtlBlk.hpp>
Public Attributes | |
| bool | action_ | 
| double | threshold_ | 
Control use of reduced cost fixing prior to B&C.
This heuristic fixes variables whose reduced cost for the root relaxtion exceeds the specified threshold. This is purely a heuristic, performed before there's any incumbent solution. It may well fix variables at the wrong bound!
Definition at line 789 of file CbcGenCtlBlk.hpp.
| bool CbcGenCtlBlk::djFixCtl_struct::action_ | 
Definition at line 790 of file CbcGenCtlBlk.hpp.
| double CbcGenCtlBlk::djFixCtl_struct::threshold_ | 
Definition at line 791 of file CbcGenCtlBlk.hpp.
 1.8.17