SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
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.

Typedef Documentation

◆ SCIP_EFFICIACYCHOICE

Definition at line 46 of file type_sepastore.h.

◆ SCIP_SEPASTORE

storage for separated variables

Definition at line 48 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 40 of file type_sepastore.h.