org.gecode.BExpr.RelE Class Reference
Inherits org.gecode.BExpr.E.Detailed Description
Definition at line 640 of file BExpr.java.
Package Functions | |
| RelE (Expr e1, IntRelType irt, Expr e2) | |
| BoolVar | post (Space home) |
| RelE | copy () |
Package Attributes | |
| Expr | e1 |
| Expr | e2 |
| IntRelType | irt |
Constructor & Destructor Documentation
| org.gecode.BExpr.RelE.RelE | ( | Expr | e1, | |
| IntRelType | irt, | |||
| Expr | e2 | |||
| ) | [package] |
Definition at line 643 of file BExpr.java.
Member Function Documentation
| RelE org.gecode.BExpr.RelE.copy | ( | ) | [package, virtual] |
Member Data Documentation
Expr org.gecode.BExpr.RelE.e1 [package] |
Definition at line 641 of file BExpr.java.
Expr org.gecode.BExpr.RelE.e2 [package] |
Definition at line 641 of file BExpr.java.
IntRelType org.gecode.BExpr.RelE.irt [package] |
Definition at line 642 of file BExpr.java.
The documentation for this class was generated from the following file:
- org/gecode/BExpr.java (Revision: 3796)
