Scippy

SCIP

Solving Constraint Integer Programs

polyscip::doubledescription Namespace Reference

Data Structures

class  DoubleDescriptionMethod
 Algorithm for transforming h-representation to v-representation. More...
 
class  V_RepT
 Class for element of v-representation. More...
 

Typedefs

using H_RepT = std::pair< OutcomeType, ValueType >
 Type for element of h-representation. More...
 
using H_RepC = std::vector< H_RepT >
 Container for h-representations. More...
 
using V_RepC = std::vector< std::shared_ptr< V_RepT > >
 Container for v-representations. More...
 

Typedef Documentation

◆ H_RepT

Type for element of h-representation.

Definition at line 50 of file double_description_method.h.

◆ H_RepC

using polyscip::doubledescription::H_RepC = typedef std::vector<H_RepT>

Container for h-representations.

Definition at line 51 of file double_description_method.h.

◆ V_RepC

using polyscip::doubledescription::V_RepC = typedef std::vector<std::shared_ptr<V_RepT> >

Container for v-representations.

Definition at line 190 of file double_description_method.h.