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

org.ytheohar.groptim.model.Constraint.groovy Maven / Gradle / Ivy

The newest version!
package org.ytheohar.groptim.model

import groovy.transform.Canonical

/**
 * Models a linear constraints
 *
 * @author Yannis Theocharis
 */
@Canonical
class Constraint {
	Expression e
	double b
	boolean leq=true
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy