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

Public Member Functions

 FailException ()
 
 FailException (String message)
 

Detailed Description

This exceptions signal that a failure has been raised in the C++ world.

Author
lperr.nosp@m.on@g.nosp@m.oogle.nosp@m..com (Laurent Perron)

Definition at line 120 of file Solver.java.

Constructor & Destructor Documentation

◆ FailException() [1/2]

com.google.ortools.constraintsolver.Solver.FailException.FailException ( )

Definition at line 121 of file Solver.java.

◆ FailException() [2/2]

com.google.ortools.constraintsolver.Solver.FailException.FailException ( String message)

Definition at line 125 of file Solver.java.


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