public abstract class ConstraintFormula extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConstraintFormula.ReductionResult |
| Constructor and Description |
|---|
ConstraintFormula() |
| Modifier and Type | Method and Description |
|---|---|
abstract ConstraintFormula.ReductionResult |
reduce(BoundSet currentBoundSet)
A formula is reduced to one or both of:
i) A bound or bound set, which is to be incorporated with the "current" bound set.
|
public abstract ConstraintFormula.ReductionResult reduce(BoundSet currentBoundSet)
Copyright © 2007–2019. All rights reserved.