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

Public Member Functions

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

Static Public Member Functions

static long getCPtr (TypeRequirementChecker obj)
 
static long swigRelease (TypeRequirementChecker 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 requirements.

Definition at line 14 of file TypeRequirementChecker.java.

Constructor & Destructor Documentation

◆ TypeRequirementChecker() [1/2]

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

Definition at line 17 of file TypeRequirementChecker.java.

◆ TypeRequirementChecker() [2/2]

com.google.ortools.constraintsolver.TypeRequirementChecker.TypeRequirementChecker ( RoutingModel model)

Definition at line 54 of file TypeRequirementChecker.java.

Member Function Documentation

◆ delete()

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

◆ finalize()

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

◆ getCPtr()

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

Definition at line 22 of file TypeRequirementChecker.java.

◆ swigRelease()

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

Definition at line 26 of file TypeRequirementChecker.java.


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