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

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

Public Member Functions

 WrongLength (String methodName, String msg)
 
 WrongLength (String methodName, String msg)
 

Detailed Description

Exception thrown when an array has a wrong length.

Definition at line 58 of file CpModel.java.

Constructor & Destructor Documentation

◆ WrongLength() [1/2]

com.google.ortools.sat.CpModel.WrongLength.WrongLength ( String methodName,
String msg )

Definition at line 59 of file CpModel.java.

◆ WrongLength() [2/2]

com.google.ortools.sat.CpModel.WrongLength.WrongLength ( String methodName,
String msg )

Definition at line 59 of file CpModel.java.


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