Scippy

SCIP

Solving Constraint Integer Programs

stp_solution Struct Reference

Detailed Description

element of Steiner tree solution pool

Definition at line 38 of file solpool.h.

#include <solpool.h>

Data Fields

SCIP_Real obj
 
int * soledges
 
int index
 

Field Documentation

◆ obj

SCIP_Real stp_solution::obj

◆ soledges

◆ index

int stp_solution::index

Definition at line 42 of file solpool.h.

Referenced by solpool_addSol(), and solpool_solFromIndex().