Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
FailException () | |
FailException (String message) | |
This exceptions signal that a failure has been raised in the C++ world.
Definition at line 120 of file Solver.java.
com.google.ortools.constraintsolver.Solver.FailException.FailException | ( | ) |
Definition at line 121 of file Solver.java.
com.google.ortools.constraintsolver.Solver.FailException.FailException | ( | String | message | ) |
Definition at line 125 of file Solver.java.