Detailed Description
bi-decomposition reduction parameters
Definition at line 40 of file solhistory.h.
#include <solhistory.h>
Data Fields | |
| STP_Bool * | orgnodes_isInSol |
| STP_Bool * | orgedges_isInSol |
| int | nsolnodes |
| int | nsoledges |
| int | norgnodes |
| int | norgedges |
Field Documentation
◆ orgnodes_isInSol
| STP_Bool* solution_history::orgnodes_isInSol |
node contained?
Definition at line 42 of file solhistory.h.
Referenced by cleanHistory(), computeHistory(), computeHistoryPcMw(), SCIPprobdataWriteSolution(), solhistory_free(), and solhistory_init().
◆ orgedges_isInSol
| STP_Bool* solution_history::orgedges_isInSol |
edge contained?
Definition at line 43 of file solhistory.h.
Referenced by cleanHistory(), computeHistory(), computeHistoryPcMw(), SCIPprobdataWriteSolution(), solhistory_free(), solhistory_init(), and subscipGetSol().
◆ nsolnodes
| int solution_history::nsolnodes |
number
Definition at line 44 of file solhistory.h.
Referenced by computeHistory(), computeHistoryPcMw(), SCIPprobdataWriteSolution(), and solhistory_init().
◆ nsoledges
| int solution_history::nsoledges |
number
Definition at line 45 of file solhistory.h.
Referenced by computeHistory(), computeHistoryPcMw(), SCIPprobdataWriteSolution(), and solhistory_init().
◆ norgnodes
| int solution_history::norgnodes |
number
Definition at line 46 of file solhistory.h.
Referenced by cleanHistory(), computeHistory(), computeHistoryPcMw(), SCIPprobdataWriteSolution(), and solhistory_init().
◆ norgedges
| int solution_history::norgedges |
number
Definition at line 47 of file solhistory.h.
Referenced by cleanHistory(), computeHistory(), computeHistoryPcMw(), SCIPprobdataWriteSolution(), solhistory_init(), and subscipGetSol().
