Class BavetConstraintSession<Score_ extends Score<Score_>>

java.lang.Object
ai.timefold.solver.core.impl.bavet.AbstractSession
ai.timefold.solver.core.impl.score.stream.bavet.BavetConstraintSession<Score_>
Type Parameters:
Score_ -
All Implemented Interfaces:
AutoCloseable

public final class BavetConstraintSession<Score_ extends Score<Score_>> extends AbstractSession
The type is public to make it easier for Bavet-specific minimal bug reproducers to be created. Instances should be created through BavetConstraintStreamScoreDirectorFactory.newSession(Object, ConstraintMatchPolicy, boolean).
See Also: