Scippy

SCIP

Solving Constraint Integer Programs

type_sepastore.h File Reference

Detailed Description

type definitions for storing separated cuts

Author
Tobias Achterberg

Definition in file type_sepastore.h.

Go to the source code of this file.

Typedefs

typedef enum SCIP_Efficiacychoice SCIP_EFFICIACYCHOICE
 
typedef struct SCIP_SepaStore SCIP_SEPASTORE
 

Enumerations

enum  SCIP_Efficiacychoice {
  SCIP_EFFICIACYCHOICE_LP = 0,
  SCIP_EFFICIACYCHOICE_RELAX = 1,
  SCIP_EFFICIACYCHOICE_NLP = 2
}
 

Typedef Documentation

◆ SCIP_EFFICIACYCHOICE

Definition at line 37 of file type_sepastore.h.

◆ SCIP_SEPASTORE

storage for separated variables

Definition at line 39 of file type_sepastore.h.

Enumeration Type Documentation

◆ SCIP_Efficiacychoice

possible settings for specifying the solution for which cuts are selected

Enumerator
SCIP_EFFICIACYCHOICE_LP 

use LP solution to base efficacy on

SCIP_EFFICIACYCHOICE_RELAX 

use relaxation solution to base efficacy on

SCIP_EFFICIACYCHOICE_NLP 

use NLP solution to base efficacy on

Definition at line 31 of file type_sepastore.h.