Class InternalConflictSet
- java.lang.Object
-
- de.rwth.swc.coffee4j.algorithmic.conflict.InternalConflictSet
-
- All Implemented Interfaces:
InternalExplanation
public class InternalConflictSet extends Object implements InternalExplanation
-
-
Constructor Summary
Constructors Constructor Description InternalConflictSet(ChocoModel chocoModel, int[] background, int[] relaxable, int[] conflictSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)int[]getBackground()ChocoModelgetChocoModel()int[]getConflictSet()int[]getRelaxable()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
InternalConflictSet
public InternalConflictSet(ChocoModel chocoModel, int[] background, int[] relaxable, int[] conflictSet)
-
-
Method Detail
-
getChocoModel
public ChocoModel getChocoModel()
-
getBackground
public int[] getBackground()
-
getRelaxable
public int[] getRelaxable()
-
getConflictSet
public int[] getConflictSet()
-
-