OR-Tools  8.1
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

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 

Typedefs

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

Enumerations

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

Functions

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