OR-Tools  9.3
gscip.h File Reference

Go to the source code of this file.

Classes

struct  GScipResult
 
struct  GScipLinearRange
 
class  GScip
 
struct  GScipQuadraticRange
 
struct  GScipSOSData
 
struct  GScipIndicatorConstraint
 
struct  GScipLogicalConstraintData
 
struct  GScipVariableOptions
 
struct  GScipConstraintOptions
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Typedefs

using GScipSolution = absl::flat_hash_map< SCIP_VAR *, double >
 
using GScipBranchingPriority = absl::flat_hash_map< SCIP_VAR *, int >
 

Enumerations

enum class  GScipVarType { kContinuous , kInteger , kImpliedInteger }
 
enum class  GScipHintResult { kInfeasible , kRejected , kAccepted }
 

Functions

const GScipVariableOptions & DefaultGScipVariableOptions ()
 
const GScipConstraintOptions & DefaultGScipConstraintOptions ()