fr.lirmm.boreal.util.evaluator.EvaluatorConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integraal-util Show documentation
Show all versions of integraal-util Show documentation
Util objects for integraal
The newest version!
package fr.lirmm.boreal.util.evaluator;
public class EvaluatorConstants {
public static final int DEFAULT_TIMEOUT = 100000;
}