ผลต่างระหว่างรุ่นของ "01204512/weight bipartite matching"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 3: แถว 3:
 
เราจะพิจารณาปัญหา maximum weighted perfect bipartite matching  ให้ bipartite graph <math>G = (U\cup V,E)</math> ที่มีน้ำหนัก <math>w(u,v)</math> บนเส้นเชื่อม <math>(u,v)\in E</math>
 
เราจะพิจารณาปัญหา maximum weighted perfect bipartite matching  ให้ bipartite graph <math>G = (U\cup V,E)</math> ที่มีน้ำหนัก <math>w(u,v)</math> บนเส้นเชื่อม <math>(u,v)\in E</math>
  
เราเขียน integer program ของปัญหาดังกล่าวได้ดังนี้
+
เราเขียน integer program ของปัญหาดังกล่าวได้ดังนี้ เราจะให้ตัวแปร <math>x(u,v)</math> มีค่าเป็น 1 ถ้าเราเลือกเส้นเชื่อมนั้นใน matching และเป็น 0 ถ้าเราไม่ได้เลือก
 +
 
 +
* Minimize <math>\sum_{(u,v)\in E} w(u,v)\cdot x(u,v)</math>
 +
* Subject to:
 +
** For all <math>u\in U</math>, <math>\sum_{(u,v)\in E} x(u,v)=1</math>
 +
** For all <math>v\in V</math>, <math>\sum_{(u,v)\in E} x(u,v)=1</math>
 +
** For all <math>(u,v)\in E</math> <math>x(u,v)\in\{0,1\}</math>

รุ่นแก้ไขเมื่อ 04:28, 8 สิงหาคม 2555

เอกสารนี้เป็นส่วนหนึ่งของวิชา 01204512

เราจะพิจารณาปัญหา maximum weighted perfect bipartite matching ให้ bipartite graph ที่มีน้ำหนัก บนเส้นเชื่อม

เราเขียน integer program ของปัญหาดังกล่าวได้ดังนี้ เราจะให้ตัวแปร มีค่าเป็น 1 ถ้าเราเลือกเส้นเชื่อมนั้นใน matching และเป็น 0 ถ้าเราไม่ได้เลือก

  • Minimize
  • Subject to:
    • For all ,
    • For all ,
    • For all