Skip to content

Matlab code that illustrate a simple example of using max flow for pit optimization problem.

Notifications You must be signed in to change notification settings

victorbai/maxflow_example_thesis_bai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

maxflow_example_thesis_bai

Matlab codes that implement an examples in Bai (2013)'s Ph.D dissertation.

Author: Xiaoyu (Victor) Bai

[email protected]

What is the example

A simple work flow of :

  • use a naive 3x4 2D block model as data
  • build extraction dependences arc structures
  • call max flow function to get minimum cut result.
  • convert the minimum cut to it to max closure, which is equivilent of optimal pit in the model

Prerequest:

Matlab BGL library: http://dgleich.github.io/matlab-bgl/

About

Matlab code that illustrate a simple example of using max flow for pit optimization problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages