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

Class GBDistHybrid<C extends RingElem<C>>


  • Deprecated. 
    use GroebnerBaseDistributedHybridEC

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

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

      • GBDistHybrid

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

        public GBDistHybrid(int threads,
                            int threadsPerNode,
                            PairList<C> pl,
                            java.lang.String mfile,
                            int port)
        Deprecated. 
        Constructor.
        Parameters:
        threads - number of threads respectivly processes.
        threadsPerNode - number of threads per node to use.
        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.