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

fr.laas.fape.constraints.bindings.InconsistentConstraintPropagation Maven / Gradle / Ivy

There is a newer version: 1.0.4+2-16d3c71b
Show newest version
package fr.laas.fape.constraints.bindings;

public class InconsistentConstraintPropagation extends InconsistentBindingConstraintNetwork {
    public InconsistentConstraintPropagation(String msg, Throwable e) { super(msg, e); }
    public InconsistentConstraintPropagation(Throwable e) { super(e); }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy