Scippy

SCIP

Solving Constraint Integer Programs

compr_largestrepr.h File Reference

Detailed Description

largestrepr tree compression

Author
Jakob Witzig

template file for tree compression plugins

Definition in file compr_largestrepr.h.

#include "scip/def.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeComprLargestrepr (SCIP *scip)
 

Function Documentation

◆ SCIPincludeComprLargestrepr()

SCIP_RETCODE SCIPincludeComprLargestrepr ( SCIP scip)

creates the largestrepr tree compression and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 751 of file compr_largestrepr.c.

References COMPR_DESC, COMPR_MINNNODES, COMPR_NAME, COMPR_PRIORITY, DEFAULT_ITERS, DEFAULT_MINCOMMONVARS, FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIPaddIntParam(), SCIPallocBlockMemory, SCIPincludeComprBasic(), SCIPsetComprCopy(), SCIPsetComprExit(), and SCIPsetComprFree().

Referenced by SCIP_DECL_COMPRCOPY(), and SCIPincludeDefaultPlugins().