Scippy

SCIP

Solving Constraint Integer Programs

compr_weakcompr.h File Reference

Detailed Description

weakcompr tree compression

Author
Jakob Witzig

template file for tree compression plugins

Definition in file compr_weakcompr.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_EXPORT SCIP_RETCODE SCIPincludeComprWeakcompr (SCIP *scip)
 

Function Documentation

◆ SCIPincludeComprWeakcompr()

SCIP_EXPORT SCIP_RETCODE SCIPincludeComprWeakcompr ( SCIP scip)

creates the weakcompr tree compression and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 520 of file compr_weakcompr.c.

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

Referenced by SCIP_DECL_COMPRCOPY(), and SCIPincludeDefaultPlugins().