Scippy

SCIP

Solving Constraint Integer Programs

scip_general.h File Reference

Detailed Description

general public methods

Author
Tobias Achterberg
Timo Berthold
Thorsten Koch
Alexander Martin
Marc Pfetsch
Kati Wolter
Gregor Hendel
Leona Gottwald

Definition in file scip_general.h.

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

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_Real SCIPversion (void)
 
SCIP_EXPORT int SCIPmajorVersion (void)
 
SCIP_EXPORT int SCIPminorVersion (void)
 
SCIP_EXPORT int SCIPtechVersion (void)
 
SCIP_EXPORT int SCIPsubversion (void)
 
SCIP_EXPORT void SCIPprintVersion (SCIP *scip, FILE *file)
 
SCIP_EXPORT void SCIPprintBuildOptions (SCIP *scip, FILE *file)
 
SCIP_EXPORT void SCIPprintError (SCIP_RETCODE retcode)
 
SCIP_EXPORT SCIP_RETCODE SCIPcreate (SCIP **scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPfree (SCIP **scip)
 
SCIP_EXPORT SCIP_STAGE SCIPgetStage (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPprintStage (SCIP *scip, FILE *file)
 
SCIP_EXPORT SCIP_STATUS SCIPgetStatus (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPprintStatus (SCIP *scip, FILE *file)
 
SCIP_EXPORT SCIP_Bool SCIPisTransformed (SCIP *scip)
 
SCIP_EXPORT SCIP_Bool SCIPisExactSolve (SCIP *scip)
 
SCIP_EXPORT SCIP_Bool SCIPisPresolveFinished (SCIP *scip)
 
SCIP_EXPORT SCIP_Bool SCIPhasPerformedPresolve (SCIP *scip)
 
SCIP_EXPORT SCIP_Bool SCIPpressedCtrlC (SCIP *scip)
 
SCIP_EXPORT SCIP_Bool SCIPisStopped (SCIP *scip)
 
SCIP_EXPORT SCIP_RETCODE SCIPincludeExternalCodeInformation (SCIP *scip, const char *name, const char *description)
 
SCIP_EXPORT char ** SCIPgetExternalCodeNames (SCIP *scip)
 
SCIP_EXPORT char ** SCIPgetExternalCodeDescriptions (SCIP *scip)
 
SCIP_EXPORT int SCIPgetNExternalCodes (SCIP *scip)
 
SCIP_EXPORT void SCIPprintExternalCodes (SCIP *scip, FILE *file)