Uses of Class
org.maxicp.cp.engine.constraints.seqvar.NoOverlapSequence
Packages that use NoOverlapSequence
-
Uses of NoOverlapSequence in org.maxicp.cp
Methods in org.maxicp.cp that return NoOverlapSequenceModifier and TypeMethodDescriptionstatic NoOverlapSequenceCPFactory.noOverlap(CPSeqVar seqVar, CPIntervalVar[] intervals) Creates a no-overlap constraint on the intervals, linking them with the given sequence variable that represents their order.static NoOverlapSequenceCPFactory.noOverlap(CPSeqVar seqVar, CPIntervalVar[] intervals, int[][] minTransition) Creates a no-overlap constraint with transition times on the intervals, linking them with the given sequence variable that represents their order.