Class TspOp2

  • All Implemented Interfaces:
    TSP, XMLConfigurable

    public class TspOp2
    extends TspImpl
    implements TSP, XMLConfigurable
    This class implements the 2-opt heuristic algorithm for the Traveling-Salesman-Problem.
    Since:
    11gR2
    • Method Detail

      • init

        public void init​(org.w3c.dom.Element parameter)
        Description copied from interface: XMLConfigurable
        Initializes the XML configurable object with the input parameter.
        Specified by:
        init in interface XMLConfigurable
        Parameters:
        parameter - an XML element containing the necessary information to initialize the object.
      • getXMLSchema

        public java.lang.String getXMLSchema()
        Description copied from interface: XMLConfigurable
        Returns the XML schema for the input parameter.
        Specified by:
        getXMLSchema in interface XMLConfigurable
        Returns: