SCIP-SDP  3.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
prop_companalcent.h File Reference

compute analytic center propagator More...

Go to the source code of this file.

Functions

EXTERN SCIP_RETCODE SCIPincludePropCompAnalCent (SCIP *scip)
 

Detailed Description

compute analytic center propagator

Author
Tristan Gally

Definition in file prop_companalcent.h.

Function Documentation

EXTERN SCIP_RETCODE SCIPincludePropCompAnalCent ( SCIP *  scip)

creates the compute analytic center propagator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 73 of file prop_companalcent.c.

References PROP_DELAY, PROP_DESC, PROP_FREQ, PROP_NAME, PROP_PRIORITY, and PROP_TIMING.

Referenced by runSCIP().