Documentation of 'edu.jas.gb.GBDist' Java class
GBDist
edu.jas.gb

Class GBDist<C extends RingElem<C>>


  • Deprecated. 
    use GroebnerBaseDistributedEC

    @Deprecated
    public class GBDist<C extends RingElem<C>>
    extends java.lang.Object
    Setup to run a distributed GB example.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GBDist(int threads, PairList<C> pl, java.lang.String mfile, int port)
      Deprecated. 
      Constructor.
      GBDist(int threads, java.lang.String mfile, int port)
      Deprecated. 
      Constructor.
    • Constructor Detail

      • GBDist

        public GBDist(int threads,
                      java.lang.String mfile,
                      int port)
        Deprecated. 
        Constructor.
        Parameters:
        threads - number of threads respectivly processes.
        mfile - name of the machine file.
        port - for GB server.
      • GBDist

        public GBDist(int threads,
                      PairList<C> pl,
                      java.lang.String mfile,
                      int port)
        Deprecated. 
        Constructor.
        Parameters:
        threads - number of threads respectivly processes.
        pl - pair selection strategy
        mfile - name of the machine file.
        port - for GB server.
    • Method Detail

      • execute

        public java.util.List<GenPolynomial<C>> execute(java.util.List<GenPolynomial<C>> F)
        Deprecated. 
        Execute a distributed GB example. Distribute clients and start master.
        Parameters:
        F - list of polynomials
        Returns:
        GB(F) a Groebner base for F.
      • terminate

        public void terminate(boolean shutDown)
        Deprecated. 
        Terminates the distributed thread pools.
        Parameters:
        shutDown - true, if shut-down of the remote executable servers is requested, false, if remote executable servers stay alive.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.