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

javax.constraints.impl.VarBool Maven / Gradle / Ivy

package javax.constraints.impl;

public class VarBool extends Var implements javax.constraints.VarBool {
	
	public VarBool(Problem problem, String name) {
		super(problem,name,0,1);
	}
	
	public VarBool(Problem problem) {
		this(problem,"");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy