dynamic_programming_reduced_costs Struct Reference
Detailed Description
reduced cost data
Definition at line 97 of file dptermsinterns.h.
#include <dptermsinterns.h>
Data Fields | |
SCIP_Real * | csr_redcosts |
SCIP_Real * | nodes_rootdist |
SCIP_Real | cutoffbound |
SCIP_Real | upperbound |
Field Documentation
◆ csr_redcosts
SCIP_Real* dynamic_programming_reduced_costs::csr_redcosts |
Definition at line 99 of file dptermsinterns.h.
◆ nodes_rootdist
SCIP_Real* dynamic_programming_reduced_costs::nodes_rootdist |
Definition at line 100 of file dptermsinterns.h.
◆ cutoffbound
SCIP_Real dynamic_programming_reduced_costs::cutoffbound |
Definition at line 101 of file dptermsinterns.h.
◆ upperbound
SCIP_Real dynamic_programming_reduced_costs::upperbound |
Definition at line 102 of file dptermsinterns.h.