A
C
E
F
G
H
I
N
O
P
R
S
T
U
W
N
- nextLineText() - function in org.hildan.hashcode.utils.reader.HCReader
- Reads and returns the whole next line of input.
- nextLineTokens() - function in org.hildan.hashcode.utils.reader.HCReader
- Reads and returns the next line of input as a list of strings.
- NoMoreLinesToReadException - class in org.hildan.hashcode.utils.reader
- Thrown if the input is accessed for more lines when there is no more to read.
- NOOP - enum entry in org.hildan.hashcode.utils.runner.UncaughtExceptionsLogger
Does nothing with the stack traces.
Warning: when using this policy, uncaught exceptions thrown during the problem resolution will be silently ignored. This policy should only be used when the solver is guaranteed not to throw any exception (for instance if it wraps everything in a try/catch block)