All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.laas.fape.planning.exceptions.FlawOrderingAnomaly Maven / Gradle / Ivy

package fr.laas.fape.planning.exceptions;

import fr.laas.fape.planning.core.planning.search.flaws.flaws.Flaw;
import lombok.EqualsAndHashCode;
import lombok.Value;

import java.util.List;

@Value @EqualsAndHashCode(callSuper = true)
public class FlawOrderingAnomaly extends RuntimeException {
    final List flaws;
    final int flawChoice;
    final int resolverChoice;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy