Initializing help system before first use

XPRBlinExp

  • All Implemented Interfaces:
    java.lang.Cloneable

    Deprecated. 
    Starting with BCL 4.0, this class is replaced by XPRBexpr.

    public class XPRBlinExp
    extends XPRBexpr
    This class represents a linear expression in BCL. All variables in a linear exression must belong to the same problem.
    • Constructor Detail

      • XPRBlinExp

        public XPRBlinExp()
        Deprecated. 
      • XPRBlinExp

        public XPRBlinExp(XPRBvar v)
        Deprecated. 
      • XPRBlinExp

        public XPRBlinExp(XPRBvar v,
                          double d)
        Deprecated. 
      • XPRBlinExp

        public XPRBlinExp(double d,
                          XPRBvar v)
        Deprecated. 
      • XPRBlinExp

        public XPRBlinExp(double d)
        Deprecated. 
      • XPRBlinExp

        public XPRBlinExp(XPRBexpr l)
        Deprecated.