public class Derivative extends Object
The derivative of f with respect to x
Modifier and Type | Field and Description |
---|---|
static double |
MAX_FLOAT |
static double |
MIN_FLOAT |
Constructor and Description |
---|
Derivative() |
Modifier and Type | Method and Description |
---|---|
static void |
defineConstraint(FloatVar f,
Constraint c) |
static Set<Constraint> |
derivativeConstraints() |
static FloatVar |
getDerivative(Store store,
FloatVar f,
Set<FloatVar> vars,
FloatVar x) |
static void |
init(Store s) |
static int |
numberDerivativeConstraints() |
public static final double MIN_FLOAT
public static final double MAX_FLOAT
public static void init(Store s)
public static final FloatVar getDerivative(Store store, FloatVar f, Set<FloatVar> vars, FloatVar x)
public static void defineConstraint(FloatVar f, Constraint c)
public static final int numberDerivativeConstraints()
public static final Set<Constraint> derivativeConstraints()
Copyright © 2022. All rights reserved.