| Package | Description |
|---|---|
| net.sf.tweety.math.equation | |
| net.sf.tweety.math.opt | |
| net.sf.tweety.math.opt.solver |
| Modifier and Type | Class and Description |
|---|---|
class |
Equation
This class represent an equation of two terms.
|
class |
Inequation
This class models an inequation of two terms.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
Statement.replaceAllTerms(Map<? extends Term,? extends Term> substitutes)
Replaces terms according to the given map.
|
abstract Statement |
Statement.replaceTerm(Term toSubstitute,
Term substitution)
Replaces each occurrence of "toSubstitute" by "substitution" and
return the new statement.
|
Statement |
Inequation.replaceTerm(Term toSubstitute,
Term substitution) |
Statement |
Equation.replaceTerm(Term toSubstitute,
Term substitution) |
abstract Statement |
Statement.toLinearForm()
Brings both terms into linear form.
|
Statement |
Inequation.toLinearForm() |
Statement |
Equation.toLinearForm() |
abstract Statement |
Statement.toNormalizedForm()
Normalizes this constraint, i.e.
|
Statement |
Inequation.toNormalizedForm() |
Statement |
Equation.toNormalizedForm() |
| Constructor and Description |
|---|
ConstraintSatisfactionProblem(Collection<? extends Statement> statements)
Creates a new csp with the given statements
|
| Modifier and Type | Method and Description |
|---|---|
void |
LagrangeSolver.setStartingPointsLMult(Map<Statement,Double> startingPointsLMult) |
Copyright © 2018. All rights reserved.