<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h_chiro</author_name>
  <author_url>https://blog.hatena.ne.jp/h_chiro/</author_url>
  <blog_title>雑記</blog_title>
  <blog_url>https://h-chiro.hatenablog.com/</blog_url>
  <categories>
    <anon>PKU</anon>
  </categories>
  <description>http://poj.org/problem?id=2531 ほうしん グラフの最大カットを求める。 最大カットを求める問題は、NP完全問題らしい 状態数2^20を全探索した ソース #include&lt;iostream&gt; using namespace std; #define REP(i,a,b) for(i=a; i&lt;b; ++i) #define rep(i,n) REP(i,0,n) int adj[20][20] = {}; inline int lex_next(int x) { int t = (x|(x-1)) + 1; return t | ((((t &amp; -t) / (x …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fh-chiro.hatenablog.com%2Fentry%2F20101103%2F1288799266&quot; title=&quot; 2531 Network Saboteur - 雑記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-11-03 00:47:46</published>
  <title> 2531 Network Saboteur</title>
  <type>rich</type>
  <url>https://h-chiro.hatenablog.com/entry/20101103/1288799266</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
