Translation of "algoritmo de tempo polinomial" to English language:
Dictionary Portuguese-English
Examples (External sources, not reviewed)
| Nenhum algoritmo que pudesse resolver esse problema em tempo polinomial foi encontrado ainda. | No algorithm that can solve this problem in polynomial time has been found yet. |
| O primeiro algoritmo de programação linear em tempo polinomial no pior caso foi proposto por Leonid Khachiyan em 1979. | Khachiyan's algorithm and his long standing issue was resolved by Leonid Khachiyan in 1979 with the introduction of the ellipsoid method. |
| É definido como um conjunto da problemas solucionável como um algoritmo de tempo polinomial, cuja probabilidade de errar é reduzida para metade. | It is defined as the set of problems solvable with a polynomial time algorithm, whose probability of error is bounded away from one half. |
| Assumindo a conjectura de que o tempo polinomial probabilístico (BPP) é igual ao tempo polinomial determinístico (P), a palavra probabilístico é opcional na Computational Complexity Theoretic Church Turing Thesis . | Assuming the conjecture that probabilistic polynomial time (BPP) equals deterministic polynomial time (P), the word 'probabilistic' is optional in the Complexity Theoretic Church Turing Thesis. |
| Não obstante, vários algoritmos para computar cliques foram desenvolvidos, alguns executando em tempo exponencial (como o algoritmo de Bron Kerbosch) ou especializado para famílias de grafos como grafos planares ou grafos perfeitos, onde o problema pode ser solucionado em tempo polinomial. | Nevertheless, many algorithms for computing cliques have been developed, either running in exponential time (such as the Bron Kerbosch algorithm) or specialized to graph families such as planar graphs or perfect graphs for which the problem can be solved in polynomial time. |
| Se esta solução for encontrada em tempo polinomial, então este problema é BQP. | If that solution runs in polynomial time, then that problem is in BQP. |
| REDIRECT função polinomial | Nachrichten von der Königl. |
| Na verdade, por algum tempo não se soube se problemas de programação linear eram NP completos ou tinham solução em tempo polinomial. | In fact, for some time it was not known whether the linear programming problem was solvable in polynomial time, i.e. |
| todo Algoritmo de Las Vegas tem seu equivalente determinístico de tempo polinominal. | The class P is contained in ZPP, and some computer scientists have conjectured that P ZPP, i.e., every Las Vegas algorithm has a deterministic polynomial time equivalent. |
| Existe um comum mal entendido que os computadores quânticos poderão resolver problemas completos em NP em tempo polinomial. | There is a common misconception that quantum computers can solve NP complete problems in polynomial time. |
| (Tal algoritmo é chamado de algoritmo Las Vegas. | Such an algorithm is called a Las Vegas algorithm. |
| Para mostrar isto, primeiro repare que todo problema que é ao mesmo tempo RP e co RP tem um Algoritmo Las Vegas como o seguinte Suponha que tenhamos uma linguagem L reconhecida ao mesmo tempo pelo algoritmo A RP e o (de possível diferente complexidade) algoritmo B co RP. | To show this, first note that every problem which is in both RP and co RP has a Las Vegas algorithm as follows Suppose we have a language L recognized by both the RP algorithm A and the (possibly completely different) co RP algorithm B. |
| Por exemplo, é possível que o grafo de uma função seja decidível em tempo polinomial (no caso em que a complexidade algorítmica é computada como uma função do par ( x , y )) quando a função não é computável em tempo polinomial (no caso em que a complexidade algorítmica é computada como uma função de x apenas). | For example, it is possible for the graph of a function to be decidable in polynomial time (in which case running time is computed as a function of the pair ( x , y ) ) when the function is not computable in polynomial time (in which case running time is computed as a function of x alone). |
| O algoritmo de Edmonds Karp é uma variação do algoritmo de Ford Fulkerson, mas com um final garantido e com um tempo de execução independente do valor do fluxo máximo. | A variation of the Ford Fulkerson algorithm with guaranteed termination and a runtime independent of the maximum flow value is the Edmonds Karp algorithm, which runs in formula_66 time. |
| O algoritmo de busca linear é um algoritmo O(n). | Either way, asymptotically the worst case cost and the expected cost of linear search are both O( n ). |
| c ) se o algoritmo 2 falhar , algoritmo 3 ou , se o algoritmo 2 for executado com êxito , repetir algoritmo 1 . | ( c ) if algorithm 2 fails , then algorithm 3 , or if algorithm 2 succeeds , repeat algorithm 1 . |
| c ) se o algoritmo 2 falhar , algoritmo 3 ou , se o algoritmo 2 for execu tado com êxito , repetir algoritmo 1 . | ( c ) if algorithm 2 fails , then algorithm 3 , or if algorithm 2 succeeds , repeat algorithm 1 . |
| Podemos construir o seguinte algoritmo RP Execute C ao menos pelo dobro do tempo esperado. | We can then construct the following RP algorithm Run C for at least double its expected running time. |
| b ) se o algoritmo 1 falhar , algoritmo 2 | ( b ) if algorithm 1 fails , then algorithm 2 |
| Desde que não se encontrem pendentes liquidações simultâneas multilaterais num SP , a ordem de execução dos algoritmos deve ser a seguinte a ) algoritmo 1 , b ) se o algoritmo 1 falhar , algoritmo 2 , c ) se o algoritmo 2 falhar , algoritmo 3 ou , se o algoritmo 2 for executado com êxito , repetir algoritmo 1 . | As long as there is no pending simultaneous multilateral settlement of an ancillary system , the sequence shall be as follows ( a ) algorithm 1 , ( b ) if algorithm 1 fails , then algorithm 2 , ( c ) if algorithm 2 fails , then algorithm 3 , or if algorithm 2 succeeds , repeat algorithm 1 . |
| A Computational Complexity Theoretic Church Turing Thesis afirma que todos os modelos computacionais razoáveis pertecem a mesma classe de problemas que podem ser computados em tempo polinomial. | The Complexity Theoretic Church Turing Thesis, then, posits that all 'reasonable' models of computation yield the same class of problems that can be computed in polynomial time. |
| Algoritmo, Vol. | Algorithm, Vol. |
| Algoritmo Este algoritmo é idêntico ao Algoritmo de Ford Fulkerson, exceto que a ordem de busca quando encontra que o caminho de aumento de fluxo definido. | Algorithm The algorithm is identical to the Ford Fulkerson algorithm, except that the search order when finding the augmenting path is defined. |
| Existem hoje dois algoritmos comummente usados, o algoritmo de Prim e o algoritmo de Kruskal. | A fourth algorithm, not as commonly used, is the reverse delete algorithm, which is the reverse of Kruskal's algorithm. |
| O Algoritmo de Dijkstra resolve o mesmo problema, num tempo menor, porém exige que todas as arestas tenham pesos positivos. | It is slower than Dijkstra's algorithm for the same problem, but more versatile, as it is capable of handling graphs in which some of the edge weights are negative numbers. |
| O processo utilizado no algoritmo de Dijkstra é bastante similar ao processo usado no algoritmo de Prim. | The process that underlies Dijkstra's algorithm is similar to the greedy process used in Prim's algorithm. |
| Outros algoritmos conhecidos para encontrar árvores geradoras mínimas são o algoritmo de Kruskal e algoritmo de Boruvka. | Therefore it is also sometimes called the DJP algorithm, the Jarník algorithm, or the Prim Jarník algorithm. |
| O Padrão de assinatura digital (DSS) é o padrão que usa o algoritmo de assinatura digital (DSA) para seu algoritmo de assinatura e SHA 1 como algoritmo de hash de mensagens. | It was proposed by the National Institute of Standards and Technology (NIST) in August 1991 for use in their Digital Signature Standard (DSS) and adopted as FIPS 186 in 1993. |
| Extração de dados estrutura de desenvolvimento algoritmo | Data mining algorithm development framework |
| Algoritmo KSA O algoritmo key scheduling é usado para inicializar a permutação no array S . | Key scheduling algorithm (KSA) The key scheduling algorithm is used to initialize the permutation in the array S . |
| Um algoritmo é, num certo sentido, um programa abstrato dizendo de outra forma, um programa é um algoritmo concretizado. | There is an ongoing debate on the extent to which the writing of programs is an art form, a craft, or an engineering discipline. |
| O último algoritmo é geométrico. | ) The latter algorithm is geometrical. |
| O Algoritmo O primeiro passo neste algoritmo é encontrar o ponto com a menor coordenada y. | Algorithm The first step in this algorithm is to find the point with the lowest y coordinate. |
| Bogosort é um algoritmo de ordenação não estável. | Bogosort and jmmcg bogosort Simple, yet perverse, C implementations of the bogosort algorithm. |
| O algoritmo usa um armazenamento de O(1). | The algorithm uses operations of these types, and O(1) storage space. |
| Para optimizar a liquidação de transacções muito urgentes de SP nas subcontas dos participantes , utilizar se á um algoritmo especial ( algoritmo 5 ) . | To optimise the settlement of highly urgent ancillary system transactions on participants sub accounts , a special algorithm ( Algorithm 5 ) shall be used . |
| Ele usa aquilo que chamamos de algoritmo de embalagem. | And it uses what's called a bin packing algorithm. |
| Dado o axioma de Cantor Dedekind, esse algoritmo pode ser considerado como o algoritmo que comprova qualquer afirmação da geometria euclidiana. | Given the Cantor Dedekind axiom, this algorithm can be regarded as an algorithm to decide the truth of any statement in Euclidean geometry. |
| Para optimizar a liquidação de transacções muito urgentes de SP nas sub contas dos participantes , utilizar se á um algoritmo especial ( algoritmo 5 ) . | To optimise the settlement of highly urgent ancillary system transactions on participants sub accounts , a special algorithm ( Algorithm 5 ) shall be used . |
| Então é um algoritmo muito simples. | So it's a very simple algorithm. |
| Ele foi escrito por um algoritmo. | It was written by an algorithm. |
| Agora há um algoritmo para estudar. | Now there was an algorithm to study. |
| Se vários SP que utilizem o procedimento de liquidação n.o 5 se propuserem liquidar ao mesmo tempo , serão incluídos na mesma operação de execução do algoritmo 4 . | In the same run of Algorithm 4 , several ASs using settlement procedure 5 will be included if they intend to settle at the same time . |
| Como há um algoritmo de aprendizado mecanizado nisto... Obrigada. | As there is a machine learning algorithm in this Thank you. |
| Assim, é um algoritmo usual para fusão de sensores. | As such, it is a common sensor fusion and data fusion algorithm. |
Pesquisas relacionadas : Algoritmo Polinomial - Tempo Polinomial - Polinomial - Polinomial Quadrática - Polinomial Biquadrática - Polinomial Quártica - Ajuste Polinomial - Aproximação Polinomial - Avaliação Polinomial - Curva Polinomial - Equação Polinomial - Grau Polinomial - Ajuste Polinomial