Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.TypeIncompatibilityChecker Class Reference
Inheritance diagram for com.google.ortools.constraintsolver.TypeIncompatibilityChecker:
com.google.ortools.constraintsolver.TypeRegulationsChecker

Public Member Functions

 TypeIncompatibilityChecker (long cPtr, boolean cMemoryOwn)
 
synchronized void delete ()
 
 TypeIncompatibilityChecker (RoutingModel model, boolean check_hard_incompatibilities)
 
- Public Member Functions inherited from com.google.ortools.constraintsolver.TypeRegulationsChecker
 TypeRegulationsChecker (long cPtr, boolean cMemoryOwn)
 

Static Public Member Functions

static long getCPtr (TypeIncompatibilityChecker obj)
 
static long swigRelease (TypeIncompatibilityChecker obj)
 
- Static Public Member Functions inherited from com.google.ortools.constraintsolver.TypeRegulationsChecker
static long getCPtr (TypeRegulationsChecker obj)
 
static long swigRelease (TypeRegulationsChecker obj)
 

Protected Member Functions

void finalize ()
 

Additional Inherited Members

- Protected Attributes inherited from com.google.ortools.constraintsolver.TypeRegulationsChecker
transient boolean swigCMemOwn
 

Detailed Description

Checker for type incompatibilities.

Definition at line 14 of file TypeIncompatibilityChecker.java.

Constructor & Destructor Documentation

◆ TypeIncompatibilityChecker() [1/2]

com.google.ortools.constraintsolver.TypeIncompatibilityChecker.TypeIncompatibilityChecker ( long cPtr,
boolean cMemoryOwn )

Definition at line 17 of file TypeIncompatibilityChecker.java.

◆ TypeIncompatibilityChecker() [2/2]

com.google.ortools.constraintsolver.TypeIncompatibilityChecker.TypeIncompatibilityChecker ( RoutingModel model,
boolean check_hard_incompatibilities )

Definition at line 54 of file TypeIncompatibilityChecker.java.

Member Function Documentation

◆ delete()

synchronized void com.google.ortools.constraintsolver.TypeIncompatibilityChecker.delete ( )

◆ finalize()

void com.google.ortools.constraintsolver.TypeIncompatibilityChecker.finalize ( )
protected

◆ getCPtr()

static long com.google.ortools.constraintsolver.TypeIncompatibilityChecker.getCPtr ( TypeIncompatibilityChecker obj)
static

Definition at line 22 of file TypeIncompatibilityChecker.java.

◆ swigRelease()

static long com.google.ortools.constraintsolver.TypeIncompatibilityChecker.swigRelease ( TypeIncompatibilityChecker obj)
static

Definition at line 26 of file TypeIncompatibilityChecker.java.


The documentation for this class was generated from the following file: