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

org.metacsp.throwables.UnimplementedSubVariableException Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package org.metacsp.throwables;

import org.metacsp.framework.ConstraintSolver;

public class UnimplementedSubVariableException extends Error {

	private static final long serialVersionUID = 5970717539052777001L;

	public UnimplementedSubVariableException(ConstraintSolver cs) {
		super("Solver " + cs + " has empty implementation of createVariablesSub().");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy