Scippy

SCIP

Solving Constraint Integer Programs

scip_exact.h File Reference

Detailed Description

public methods for exact solving

Author
Leon Eifler

Definition in file scip_exact.h.

#include "scip/def.h"
#include "scip/type_cuts.h"
#include "scip/type_cons.h"
#include "scip/type_heur.h"
#include "scip/type_retcode.h"
#include "scip/type_scip.h"
#include "scip/type_sol.h"
#include "scip/type_var.h"
#include "scip/type_lpexact.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPenableExactSolving (SCIP *scip, SCIP_Bool enable)
 
SCIP_Bool SCIPisExact (SCIP *scip)
 
SCIP_Bool SCIPallowNegSlack (SCIP *scip)
 
SCIP_RETCODE SCIPbranchLPExact (SCIP *scip, SCIP_RESULT *result)
 
SCIP_RETCODE SCIPaddRowExact (SCIP *scip, SCIP_ROWEXACT *rowexact)