«max-flow-min-cut» 태그된 질문

5
계산 가능한 숫자가 합리적인지 또는 정수인지 테스트 할 수 있습니까?
계산 가능한 숫자가 합리적인지 정수인지 알고리즘 적으로 테스트 할 수 있습니까? 즉, 구현 계산 가능한 숫자는 기능을 제공하는 라이브러리 가능할 것이다 isInteger나 isRational? 나는 그것이 불가능하다는 것을 추측하고 있으며, 두 숫자가 같은지 테스트 할 수는 없지만 그것을 증명하는 방법을 알지 못한다는 사실과 관련이 있습니다. 편집합니다 계산 가능한 수는 엑스xx 함수에 …
18 computability  computing-over-reals  lambda-calculus  graph-theory  co.combinatorics  cc.complexity-theory  reference-request  graph-theory  proofs  np-complete  cc.complexity-theory  machine-learning  boolean-functions  combinatory-logic  boolean-formulas  reference-request  approximation-algorithms  optimization  cc.complexity-theory  co.combinatorics  permutations  cc.complexity-theory  cc.complexity-theory  ai.artificial-intel  p-vs-np  relativization  co.combinatorics  permutations  ds.algorithms  algebra  automata-theory  dfa  lo.logic  temporal-logic  linear-temporal-logic  circuit-complexity  lower-bounds  permanent  arithmetic-circuits  determinant  dc.parallel-comp  asymptotics  ds.algorithms  graph-theory  planar-graphs  physics  max-flow  max-flow-min-cut  fl.formal-languages  automata-theory  finite-model-theory  dfa  language-design  soft-question  machine-learning  linear-algebra  db.databases  arithmetic-circuits  ds.algorithms  machine-learning  ds.data-structures  tree  soft-question  security  project-topic  approximation-algorithms  linear-programming  primal-dual  reference-request  graph-theory  graph-algorithms  cr.crypto-security  quantum-computing  gr.group-theory  graph-theory  time-complexity  lower-bounds  matrices  sorting  asymptotics  approximation-algorithms  linear-algebra  matrices  max-cut  graph-theory  graph-algorithms  time-complexity  circuit-complexity  regular-language  graph-algorithms  approximation-algorithms  set-cover  clique  graph-theory  graph-algorithms  approximation-algorithms  clustering  partition-problem  time-complexity  turing-machines  term-rewriting-systems  cc.complexity-theory  time-complexity  nondeterminism 

3
NP의 슈퍼 마리오 흐름?
max-flow 문제의 고전적인 확장 중 하나는 "시간에 따른 max-flow"문제입니다. 두 개의 노드가 소스와 싱크로 구분되어 있으며 각 아크에는 용량 당 두 개의 매개 변수가 있습니다. 단위 시간과 지연. 또한 시간 지평 부여 됩니다. 목표는 시간 의해 소스에서 싱크까지 재료의 최대량을 얻는 시간에 따른 흐름을 계산하는 것입니다 . 최대 비용의 흐름은 …

2
Karger의 알고리즘을 사용하지 않은 그래프의 mincut 수
우리는 Karger의 mincut 알고리즘을 사용하여 그래프가 가질 수있는 최대 mincut 수는 임을 증명할 수 있습니다 (비 구조적인 방식으로) (n2)(n2)n \choose 2. 나는 우리가 어떤 식으로 깎아 낸 세트에서 다른 카디널리티 n \ choose 2에 대한 형용사 (대신 인젝 티브) 증거를 제공 함으로써이 정체성을 어떻게 증명할 수 있는지 궁금합니다 (n2)(n2)n \choose …

1
네트워크에서 두 번째로 작은
아무것도 두 번째 작은 대해 알려진 - t 절단의 흐름 네트워크에서? 또는이 문제에 대한보다 일반적인 내용은 다음과 같습니다.에스ss티tt 입력 : 네트워크 과 숫자 k 는 모두 이진수입니다. 출력 : k 번째 가장 작은 s - t 컷.엔NN케이kk케이kk에스ss티tt 번째 작은 S - t의 컷 ( S , T는 ) 어느 하나 …

1
최소 컷을 최대화하기위한 용량 증가
모든 모서리가 단위 용량을 갖는 그래프를 고려하십시오. 다항식 시간에서 최소 컷을 찾을 수 있습니다. 용량을 늘릴 수 있다고 가정 해 봅시다. 케이kk가장자리를 무한대로 (가장자리 양쪽의 노드를 병합하는 것과 동일). 최적의 세트를 선택하는 최적의 방법은 무엇입니까케이kk 최소 컷을 최대화하기 위해 가장자리 (누가 용량이 무한대로 증가 할 것인가)?
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.