crillab-universe/core/problem/ directory

Contents

Files

file IUniverseConstraint.hpp
Defines an interface for the constraints in a problem.
file IUniverseDomain.hpp
Defines an interface for the domain of the variables in a problem.
file IUniverseProblem.hpp
Defines an interface for the problems to solve.
file IUniverseVariable.hpp
Defines an interface for the variables in a problem.
file UniverseJavaConstraint.hpp
Defines an implementation of an IUniverseConstraint in Java (using JNI).
file UniverseJavaDomain.hpp
Defines an implementation of an IUniverseDomain in Java (using JNI).
file UniverseJavaProblem.hpp
Defines an implementation of an IUniverseProblem in Java (using JNI).
file UniverseJavaVariable.hpp
Defines an implementation of an IUniverseVariable in Java (using JNI).