
org.ytheohar.groptim.model.Constraint.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groptim Show documentation
Show all versions of groptim Show documentation
A Groovy DSL for Linear Programming
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