REAL


  • Home

  • About

  • Categories

  • Project

  • Archives

  • Tags

  • Search

Approximation algorithm(13) - Buy-at-bulk network design

Posted on 2021-05-26 | In algorithm , approximation

In the real world, it is usually cheaper when you buy some thing in a bulk because of the delivery costs. Now think about a undirected graph $G$ $=$ $(V,E)$ with length $l_e$ $\ge$ $0$ for all $e$ $\in$ $E$. This problem requires $k$ pairs of vertices $(s_i,t_i)$ and demand $d_i$. One thing that makes this problem interesting is that there is a cost function $f(u)$ such that satisfies following.

Read more »

Approximation of metrics by tree metrics

Posted on 2021-05-19 | In algorithm , approximation

For a given vertices $V$ and distance $V \times V \rightarrow \mathcal{R} : d$. $(V,d)$ is so called a metric if following properties are hold.

Read more »

Useful mathematical tools

Posted on 2021-05-19 | In algorithm , approximation
  1. $\ln n$ $\le$ $\sum\limits_{k = 1}^{n} \frac{1}{k}$ $\le$ $\ln n$ $+$ $1$ for $n$ $\in$ $\mathbb{Z}^{+}$
  2. $\sum\limits_{k = 1}^{n}ar^{k-1}$ $=$ $a\frac{r^{n} - 1}{r - 1}$ if $r$ $\neq$ $1$, $n$ $\in$ $\mathbb{Z}$
Read more »

Graph coloring

Posted on 2021-05-15 | In algorithm , approximation

We need some definitions and theorems to discuss about the coloring.

Read more »

Markov's inequality

Posted on 2021-05-14 | In algorithm , approximation

If $X$ is a nonnegative random variable and $a \gt 0$ then, $Pr[X \ge a]$ $\le$ $\frac{E(X)}{a}$.

Read more »

Semidefinite programming

Posted on 2021-05-12 | In algorithm , approximation

To show what is semidefinite programming, we need to know what is semidefinite matrix. Notice that $x$ $=$ $\mathcal{R}^{n}$ $=$ $\begin{pmatrix} x_1 \\ x_2 \\ \vdots \\ x_n \end{pmatrix}$.

Read more »

Approximation algorithm(12) - The uncapacitated facility location problem(2)

Posted on 2021-05-07 | In algorithm , approximation

Now, we will re visit the uncapacitated facility location problem. Before we proceed new methodology for the uncapacitated facility location problem, we can extend some terminology for assignment costs between clients or facilities either. For example, assignment costs between client $i$ and $j$ can be the shortest path between client $i$ and $j$. If we define this as so, it is known to reserve the solution because of the metric closure.

Read more »

Approximation algorithm(11) - Generalized Steiner tree problem

Posted on 2021-05-01 | In algorithm , approximation

There is a problem known as a steiner tree problem. The steiner tree problem is a problem to find a minimum edge set that connects every vertex in $S \subseteq V$ from a given graph $G = (V,E)$. Notice that this problem doesn’t care whether you included some vertices $v \in V - S$ in the edge set. Moreover, this problem is a superset of the minimum spanning tree problem and shortest path problem. We can construct problem like $S = V$ or $S = \{s, t\}$ to solve the minimum spanning tree problem and shortest path problem repectively. Notice that this problem will result in a tree because it will not have a cycle which doesn’t make sense for minimum edge set with connectivity.

Read more »

Approximation algorithm(10) - The uncapacitated facility location problem(1)

Posted on 2021-04-25 | In algorithm , approximation

The uncapacitated facility location problem is a problem to decide which facility to open and how to handle clients for it. Notice that every client will just go to the closest facility because there is no capacity limits.

Read more »

LP Duality

Posted on 2021-04-20 | In algorithm , LP

For any given LP, we can construct LP like one of the format follow.

Read more »
1 2 3 … 5
Programelot

Programelot

I am Programelot who is researching about optimization.

44 posts
11 categories
RSS
© 2024 Programelot
Powered by Jekyll
Theme - NexT.Muse