solution_trace Struct Reference
Detailed Description
trace for reconstructing a sub-solution
Definition at line 50 of file dptermsinterns.h.
#include <dptermsinterns.h>
Data Fields | |
| int | prevs [2] |
| SCIP_Real | cost |
| int | root |
Field Documentation
◆ prevs
| int solution_trace::prevs[2] |
marker to get ancestor solutions (0,1,2 ancestors possible)
Definition at line 52 of file dptermsinterns.h.
Referenced by dpsolverInitData(), and subtreesBuild().
◆ cost
| SCIP_Real solution_trace::cost |
solution cost
Definition at line 53 of file dptermsinterns.h.
Referenced by STP_Vectype(), and subtreesBuild().
◆ root
| int solution_trace::root |
solution root
Definition at line 57 of file dptermsinterns.h.
Referenced by STP_Vectype(), and subtreesBuild().
