Uses of Package
fuzzydl.milp

Packages that use fuzzydl.milp
fuzzydl   
fuzzydl.milp   
 

Classes in fuzzydl.milp used by fuzzydl
Expression
          Linear expression of the form c + c1 * x1 + c2 * x2 + ... + cN * xN
Inequation
          Inequation of the form: expression type 0.
MILPHelper
          Manager of a MILP problem, storing the inequations and calling an external MILP semantics.
Solution
          Solution to some query over a fuzzy KB.
Variable
          Variable.
 

Classes in fuzzydl.milp used by fuzzydl.milp
Bound
          Bound indicating the type of a variable.
Expression
          Linear expression of the form c + c1 * x1 + c2 * x2 + ... + cN * xN
MILPHelper
          Manager of a MILP problem, storing the inequations and calling an external MILP semantics.
ShowVariablesHelper
          Manages variables shown to the user.
Solution
          Solution to some query over a fuzzy KB.
Term
          Term, a pair (coefficiente, variable)
Variable
          Variable.