Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.sat.CpModel.MismatchedArrayLengths Class Reference

Inherits com.google.ortools.sat.CpModel.CpModelException, and com.google.ortools.sat.CpModel.CpModelException.

Public Member Functions

 MismatchedArrayLengths (String methodName, String array1Name, String array2Name)
 
 MismatchedArrayLengths (String methodName, String array1Name, String array2Name)
 

Detailed Description

Exception thrown when parallel arrays have mismatched lengths.

Definition at line 51 of file CpModel.java.

Constructor & Destructor Documentation

◆ MismatchedArrayLengths() [1/2]

com.google.ortools.sat.CpModel.MismatchedArrayLengths.MismatchedArrayLengths ( String methodName,
String array1Name,
String array2Name )

Definition at line 52 of file CpModel.java.

◆ MismatchedArrayLengths() [2/2]

com.google.ortools.sat.CpModel.MismatchedArrayLengths.MismatchedArrayLengths ( String methodName,
String array1Name,
String array2Name )

Definition at line 52 of file CpModel.java.


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