33#ifndef __SCIP_SCIP_EXACT_H__
34#define __SCIP_SCIP_EXACT_H__
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPbranchLPExact(SCIP *scip, SCIP_RESULT *result)
SCIP_Bool SCIPallowNegSlack(SCIP *scip)
SCIP_Bool SCIPisExact(SCIP *scip)
SCIP_RETCODE SCIPaddRowExact(SCIP *scip, SCIP_ROWEXACT *rowexact)
SCIP_RETCODE SCIPenableExactSolving(SCIP *scip, SCIP_Bool enable)
type definitions for constraints and constraint handlers
type definitions for cuts
type definitions for primal heuristics
type definitions for exact LP management
struct SCIP_RowExact SCIP_ROWEXACT
enum SCIP_Result SCIP_RESULT
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure
type definitions for storing primal CIP solutions
type definitions for problem variables