标签: ORIE 6334

数学代写|组合优化代写Combinatorial optimization代考|COMP567

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
数学代写|组合优化代写Combinatorial optimization代考|COMP567

数学代写|组合优化代写Combinatorial optimization代考|Edit Sequences in Add-Delete-Split Form

From the above lemmas we can deduce the following theorem.
Theorem 1. For every edit-sequence $S=e_1 \ldots e_k$ there is an edit-sequence $S^{\prime}=e_1^{\prime} \ldots e_{k^{\prime}}^{\prime}$ with equal or lesser length such that

  1. if $e_i^{\prime}$ is an edge addition and $e_j^{\prime}$ is an edge deletion or a vertex splitting, then $i<j$
  2. if $e_i^{\prime}$ is an edge deletion and $e_j^{\prime}$ is a vertex splitting, then $i<j$, and
  3. $S^{\prime}$ contains no do-nothing operations.
    We refer to an edit-sequence satisfying the statement of Theorem 1 as an edit-sequence in the add-delete-split form. We will now consider only these editsequences, as for any equivalence class of edit-sequences, there is a minimal member of that equivalence class which is in add-delete-split form. In fact, the equivalence class of an add-delete-split edit-sequence is the intersection of an equivalence class of edit-sequences and the set of edit-sequences in add-deletesplit form. A minimal member of any such equivalence class is an edit-sequence in add-delete-split form.

Uniqueness of the Pre-splitting Edge Modification Graph Corresponding to Any Add-Delete-Split Edit-Sequence Equivalence Class. It is now necessary to prove that in any equivalence class the graph obtained after the addition and deletion of edges and before splitting vertices is fixed. By doing so we provide a significant amount of structure to the problem, and do away with the direct use of edit-sequences altogether when searching for a solution.
The approach we adopt is to work on time-reversed edit-sequences, taking the final graph of the edit-sequence and the relation between the vertices in the initial graph and the final graph, and proving that we always arrive at the same graph.

数学代写|组合优化代写Combinatorial optimization代考|Critical Cliques

Originally introduced by Lin et al. [21], critical cliques provide a useful tool in understanding the clusters in graphs. A critical clique of a graph $G=(V, E)$ is a maximal induced subgraph $C$ of $G$ such that:
$-C$ is a complete graph.

  • There is some subset $U \subseteq V$ such that for every $v \in V(C), N[v]=U$.
    It was shown in [21] that each vertex is in exactly one critical clique. Let the critical clique containing a vertex $v$ be denoted by $C C(v)$. The critical clique graph $C C(G)$ can then also be defined as a graph with vertices being the critical cliques of $G$, having edges wherever there is an edge between the members of the critical cliques in the original graph [21]. That is to say, that the critical clique graph $G^{\prime}=\left(V^{\prime}, E^{\prime}\right)$ related to the graph $G=(V, E)$ is the graph with $V^{\prime}-C C(G)$ and edges $E^{\prime}-\left{u v \mid \forall x \in V_C(u) \cdot \forall y \in V_C(v) \cdot x y \in E\right}$ Furthermore, the vertices in $G^{\prime}$ are given as a weight the number of vertices they represent in the original graph, similarly for the edges.

The following lemma, dubbed “the critical clique lemma” is adapted from Lemma 1 in [18], with a careful restatement in the context of this new problem.
Lemma 8. Any covering $C=\left(S_1 \ldots S_l\right)$ corresponding to a solution to CEVS for a graph $G=(V, E)$ that minimizes $k$ will always satisfy the following property: for any $v \in G$, and for any $S_i \in C$ either $C C(v) \subseteq S_i$ or $C C(v) \cap S_i=\emptyset$.
Proof omitted for length reasons.
By the critical clique lemma, the CEVS problem is equivalent to a weighted version of the problem on the critical clique graph.

Lemma 9. If there is a solution to CEVS on $(G, k)$ then there are at most $4 k$ non-isolated vertices in $C C(G)$. Moreover, there are at most $3 k+1$ vertices in any connected component of $C C(G)$ and there are at most $k$ connected components in $C C(G)$ which are non-isolated vertices.

数学代写|组合优化代写Combinatorial optimization代考|COMP567

组合优化代写

数学代写|组合优化代写Combinatorial optimization代考|Edit Sequences in Add-Delete-Split Form

从上面的引理我们可以推导出下面的定理。
定理 1. 对于每个编辑序列小号=和1…和k有一个编辑序列小号′=和1′…和k′′具有相等或更短的长度,使得

  1. 如果和一世′是边加和和j′是边删除或顶点分裂,则一世<j
  2. 如果和一世′是边删除和和j′是顶点分裂,那么一世<j, 和
  3. 小号′不包含什么都不做的操作。
    我们将满足定理 1 陈述的编辑序列称为增删分形式的编辑序列。我们现在将只考虑这些编辑序列,对于任何编辑序列的等价类,该等价类中有一个最小成员是添加-删除-拆分形式。实际上,增删分编辑序列的等价类是编辑序列等价类与增删分形式的编辑序列集合的交集。任何此类等价类的最小成员是添加-删除-拆分形式的编辑序列。

任意增删分编辑序列等价类对应的预分裂边修改图的唯一性。现在需要证明,在任意等价类中,增删边后、分裂顶点前得到的图是固定的。通过这样做,我们为问题提供了大量的结构,并在搜索解决方案时完全避免直接使用编辑序列。
我们采用的方法是处理时间反转的编辑序列,获取编辑序列的最终图形以及初始图形和最终图形中顶点之间的关系,并证明我们总是到达同一个图形。

数学代写|组合优化代写Combinatorial optimization代考|Critical Cliques

最初由 Lin 等人介绍。[21],critical cliques 提供了一个有用的工具来理解图中的集群。图的关键集团 $G=(V, E)$ 是最大诱导子图 $C$ 的 $G$ 这样:
$-C$ 是一个完整的图。

  • 有一些子集 $U \subseteq V$ 这样对于每个 $v \in V(C), N[v]=U$.
    在 [21] 中显示,每个顶点恰好在一个关键集团中。让包含顶点的临界集团 $v$ 表示为 $C C(v)$. 关键集团图 $C C(G)$ 然后也可以定义为一个图,其顶点是 $G$ ,在原始图中关键集团的成员之间有边的地方有边 [21]。 也就是说,临界集团图 $G^{\prime}=\left(V^{\prime}, E^{\prime}\right)$ 与图表有关 $G=(V, E)$ 是图表 $V^{\prime}-C C(G)$ 和边缘 权重给出它们在原始图中表示的顶点数,类似于边。
    下面的引理,被称为“临界集团引理”,改编自 [18] 中的引理 1,并在这个新问题的背景下进行了仔细的重述。 引理 8. 任何覆盖 $C=\left(S_1 \ldots S_l\right)$ 对应于图的 CEVS 的解决方案 $G=(V, E)$ 最小化 $k$ 将始终满足以下属性: 对 于任何 $v \in G$ ,并且对于任何 $S_i \in C$ 任何一个 $C C(v) \subseteq S_i$ 或者 $C C(v) \cap S_i=\emptyset$.
    由于篇幅原因省略了证明。
    根据临界团引理,CEVS 问题等同于临界团图问题的加权版本。
    引理 9. 如果有解决 CEVS 的方法 $(G, k)$ 那么至多有 $4 k$ 中的非孤立顶点 $C C(G)$. 此外,最多有 $3 k+1$ 的任何连 接组件中的顶点 $C C(G)$ 最多有 $k$ 中的连接组件 $C C(G)$ 这是非孤立的顶点。
数学代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|组合优化代写Combinatorial optimization代考|MTH5107

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
数学代写|组合优化代写Combinatorial optimization代考|MTH5107

数学代写|组合优化代写Combinatorial optimization代考|Preliminaries

We assume familiarity with basic graph theoretic terminology. All graphs in this work are simple, unweighted and undirected. The vertex and edge sets of a graph $G$ are denoted by $V(G)$ and $E(G)$ respectively. For a subset $V^{\prime}$ of $V(G)$, we denote by $G\left[V^{\prime}\right]$ the subgraph of $G$ that is induced by $V^{\prime}$.

A kernelization or kernel for a parameterized problem $P$ is a polynomial time function that maps an instance $(I, k)$ to an instance $\left(I^{\prime}, k^{\prime}\right)$ of $P$ such that:

  • $(I, k)$ is a YES instance for $P$ if and only if $\left(I^{\prime}, k^{\prime}\right)$ is a YES instance;
  • $\left|I^{\prime}\right|<f(k)$ for some computable function $f$;
    $-k^{\prime}<g(k)$ for some computable function $g$.
    A proper kernelization is a kernelization such that $g(k)<k[3]$. The function $f(k)$ is also called the size of the kernel. A problem has a kernel if and only if it is $F P T$ [12], however not every FPT problem has a kernel of polynomial size [5].
  • A k-partition of a set $S$ is a collection of pairwise disjoint sets $S_1, S_2, \ldots S_k$ such that $S=\bigcup_{i=1}^k S_i$. A $k$-covering of a set $S$ is a collection of sets $S_1, S_2, \ldots S_k$ such that $S=\bigcup_{i=1}^k S_i$. A cluster graph is a graph in which the vertex set of each connected component induces a clique.
  • Problem Definition. The Cluster Editing With Vertex Splitting Problem (henceforth CEVS) is defined as follows. Given a graph $G=(V, E)$ and an integer $k$, can a cluster graph $G^{\prime}$ be obtained from $G$ by a $k$-edit-sequence $e_1 \ldots e_k$ of the following operations:
  • do nothing,
  • add an edge to $E$,
  • delete an edge from $E$, and
  • an inclusive vertex split, that is for some $v \in V$ partition the vertices in $N(v)$ into two sets $U_1, U_2$ such that $U_1 \cup U_2=N(v)$, then remove $v$ from the graph and add two new vertices $v_1$ and $v_2$ with $N\left(v_1\right)=U_1$ and $N\left(v_2\right)=U_2$.
    A vertex $v \in V(G)$ is said to correspond to a vertex $v^{\prime} \in V\left(G^{\prime}\right)$, constructed from $G$ by an edit-sequence $S$ if $v^{\prime}$ is a leaf on the division-tree $T$ for $v$ defined as follows:
    (i) $v$ is the root of the tree, and
    (ii) if an edit sequence operation splits a vertex $u$ which lies on the tree then the two vertices that result from the split are children of $u$.

数学代写|组合优化代写Combinatorial optimization代考|Restricted Re-ordering of the Edit-Sequence

Two edit sequences $S=e_1 \ldots e_k$ and $S^{\prime}=e_1^{\prime} \ldots e_k^{\prime}$ are said to be equivalent if:

  • $G_S$ and $G_{S^{\prime}}$, the graphs obtained from $G$ by $S$ and $S^{\prime}$ respectively are isomorphic to each other with isomorphism $f: V\left(G_S\right) \rightarrow V\left(G_{S^{\prime}}\right)$, and
  • if $u_S \in V\left(G_S\right)$ and $u_{S^{\prime}}=f\left(u_S\right)$ then the division tree which $u_S$ is contained in and the division tree which $u_{S^{\prime}}$ is contained in share a common root. In other words, $u_S$ and $u_{S^{\prime}}$ correspond to the same vertex of the original graph.
    Lemma 1. For any edit-sequence $S=e_1 \ldots e_i e_{i+1} \ldots e_k$ where $e_i$ is an edge deletion and $e_{i+1}$ is an edge addition, there is an equivalent edit-sequence $S^{\prime}=$ $e_1 \ldots e_i^{\prime} e_{i+1}^{\prime} \ldots e_k$ of the same length where either $e_i^{\prime}$ is an edge addition and $e_{i+1}^{\prime}$ is an edge deletion, or both $e_i^{\prime}$ and $e_{i+1}^{\prime}$ are do-nothing operations.

Proof. We begin by noting that we only have to consider the edits $e_i$ and $e_{i+1}$ as we can think of the edit-sequence being a sequence of functions composed with each other, thus if $e_i$ deletes edge $u v$ and $e_{i+1}$ adds edge $w x$ then the graph immediately after applying the two operations in the opposite order will be the same in all cases except that where $u v=w x$ whereby the net effect is that nothing happens, as required.

Lemma 2. For any edit-sequence $S=e_1 \ldots e_i e_{i+1} \ldots e_k$ where $e_i$ is a vertex splitting and $e_{i+1}$ is an edge deletion there is an equivalent edit-sequence $S^{\prime}=$ $e_1 \ldots e_i^{\prime} e_{i+1}^{\prime} \ldots e_k$ where either $e_i^{\prime}$ is an edge deletion and $e_{i+1}$ is a vertex splitting or $e_i^{\prime}$ is a do-nothing operation and $e_{i+1}^{\prime}$ is a vertex splitting.

Proof. If the edge deleted by $e_{i+1}$ is not incident to one of the resulting vertices of the splitting $e_i$ then swapping the two operations produces the required editsequence $E^{\prime}$. Otherwise let $e_i$ split vertex $v$ and $e_{i+1}$ delete edge $u v_i$. Then if $e_i$ has associated covering $U_1, U_2$ of $N(v)$ and without loss of generality $u \in U_1$ then if $u \notin U_2$ then the edit-sequence with $e_i^{\prime}$ being a deletion operation deleting $u v$ and $e_i^{\prime}$ being the vertex splitting and $U_i^{\prime}=U_i \backslash{u}$ and $U_1^{\prime}=U_2$ is equivalent to $E$. Otherwise, $u \in U_1 \cap U_2$. Without loss of generality, suppose $u v_2$ is deleted by $e_{i+1}$. Then the sequence where $e_i^{\prime}$ is a do-nothing operation and where $e_{i+1}^{\prime}$ is a vertex splitting on $v$ with covering $U_1^{\prime}, U_2^{\prime}$ with $U_1^{\prime}=U_1$ and $U_2^{\prime}=U_2 \backslash{u}$ is equivalent.

数学代写|组合优化代写Combinatorial optimization代考|MTH5107

组合优化代写

数学代写|组合优化代写Combinatorial optimization代考|Preliminaries

我们假设熟悉基本的图论术语。这项工作中的所有图表都是简单的、末加权的和无向的。图的顶点集和边集 $G$ 表 示为 $V(G)$ 和 $E(G)$ 分别。对于一个子集 $V^{\prime}$ 的 $V(G)$ ,我们用 $G\left[V^{\prime}\right]$ 的子图 $G$ 这是由 $V^{\prime}$.
参数化问题的内核化或内核 $P$ 是映射实例的多项式时间函数 $(I, k)$ 一个实例 $\left(I^{\prime}, k^{\prime}\right)$ 的 $P$ 这样:

  • $(I, k)$ 是一个YES 实例 $P$ 当且仅当 $\left(I^{\prime}, k^{\prime}\right)$ 是一个 YES 实例;
  • $\left|I^{\prime}\right|<f(k)$ 对于一些可计算的函数 $f$; $-k^{\prime}<g(k)$ 对于一些可计算的函数 $g$.
    适当的内核化是这样的内核化 $g(k)<k[3]$. 功能 $f(k)$ 也称为内核的大小。一个问题有一个内核当且仅当 它是 $F P T[12]$ ,但并非每个 FPT 问题都具有多项式大小的内核 [5]。
  • 集合的 k-划分 $S$ 是成对不相交集的集合 $S_1, S_2, \ldots S_k$ 这样 $S=\bigcup_{i=1}^k S_i$.一个 $k$ – 集合的覆盖 $S$ 是集合的 集合 $S_1, S_2, \ldots S_k$ 这样 $S=\bigcup_{i=1}^k S_i$. 聚类图是其中每个连通分量的顶点集棌导团的图。
  • 问题定义。顶点分裂问题的聚类编辑 (以下称为 CEVS) 定义如下。给定一个图 $G=(V, E)$ 和一个整数 $k$, 可以聚类图 $G^{\prime}$ 从获得 $G$ 通过一个 $k$-编辑序列 $e_1 \ldots e_k$ 以下操作:
  • 没做什么,
  • 添加一条边 $E$,
  • 从中删除一条边 $E$, 和
  • 包含顶点拆分,对于某些 $v \in V$ 划分顶点 $N(v)$ 分为两组 $U_1, U_2$ 这样 $U_1 \cup U_2=N(v)$, 然后删除 $v$ 从图 中添加两个新顶点 $v_1$ 和 $v_2$ 和 $N\left(v_1\right)=U_1$ 和 $N\left(v_2\right)=U_2$.
    一个顶点 $v \in V(G)$ 据哾对应于一个顶点 $v^{\prime} \in V\left(G^{\prime}\right)$ ,由 $G$ 通过编辑序列 $S$ 如果 $v^{\prime}$ 是分裂树上的一片叶子 $T$ 为了 $v$ 定义如下:
    (i) $v$ 是树的根,并且
    (ii) 如果编辑序列操作拆分顶点 $u$ 它位于树上,那么分裂产生的两个顶点是 $u$.

数学代写|组合优化代写Combinatorial optimization代考|Restricted Re-ordering of the Edit-Sequence

两个编辑序列 $S=e_1 \ldots e_k$ 和 $S^{\prime}=e_1^{\prime} \ldots e_k^{\prime}$ 如果:

  • $G_S$ 和 $G_{S^{\prime}}$ ,从中获得的图表 $G$ 经过 $S$ 和 $S^{\prime}$ 分别同构同构 $f: V\left(G_S\right) \rightarrow V\left(G_{S^{\prime}}\right)$ ,和
  • 如果 $u_S \in V\left(G_S\right)$ 和 $u_{S^{\prime}}=f\left(u_S\right)$ 然后划分树 $u_S$ 包含在和划分树中 $u_{S^{\prime}}$ 包含在共享一个公共根中。换句 话说, $u_S$ 和 $u_{S^{\prime}}$ 对应于原始图的相同顶点。
    引理 1. 对于任何编辑序列 $S=e_1 \ldots e_i e_{i+1} \ldots e_k$ 在哪里 $e_i$ 是边删除和 $e_{i+1}$ 是边加法,有等价的编辑序 列 $S^{\prime}=e_1 \ldots e_i^{\prime} e_{i+1}^{\prime} \ldots e_k$ 相同长度的地方 $e_i^{\prime}$ 是边加和 $e_{i+1}^{\prime}$ 是边删除,或两者兼而有之 $e_i^{\prime}$ 和 $e_{i+1}^{\prime}$ 是什么 都不做的操作。
    证明。我们首先注意到我们只需要考虑编辑 $e_i$ 和 $e_{i+1}$ 因为我们可以认为编辑序列是一系列相互组合的函数,因 此如果 $e_i$ 删除边 $u v$ 和 $e_{i+1}$ 增加优势 $w x$ 那么在以相反顺序应用两个操作之后的图形在所有情况下都是相同的,除 了 whereuv $=w x$ 因此,最终效果是没有任何事情发生,正如所要求的那样。
    引理 2. 对于任何编辑序列 $S=e_1 \ldots e_i e_{i+1} \ldots e_k$ 在哪里 $e_i$ 是一个顶点分裂和 $e_{i+1}$ 是一个边缘删除有一个等 效的编辑序列 $S^{\prime}=e_1 \ldots e_i^{\prime} e_{i+1}^{\prime} \ldots e_k$ 哪里 $e_i^{\prime}$ 是边删除和 $e_{i+1}$ 是顶点分裂或 $e_i^{\prime}$ 是一个十么都不做的操作,并 且 $e_{i+1}^{\prime}$ 是顶点分裂。
    证明。如果边被删除 $e_{i+1}$ 不附带于分裂的结果顶点之一 $e_i$ 然后交换这两个操作产生所需的编辑序列 $E^{\prime}$. 否则让 $e_i$ 分裂顶点 $v$ 和 $e_{i+1}$ 删除边 $u v_i$. 那么如果 $e_i$ 有相关的覆盖 $U_1, U_2$ 的 $N(v)$ 并且不失一般性 $u \in U_1$ 那么如果 $u \notin U_2$ 然后是编辑序列 $e_i^{\prime}$ 作为删除操作删除 $u v$ 和 $e_i^{\prime}$ 是顶点分裂和 $U_i^{\prime}=U_i \backslash u$ 和 $U_1^{\prime}=U_2$ 相当于 $E$. 否则, $u \in U_1 \cap U_2$. 不失一般性,假设 $u v_2$ 被删除 $e_{i+1}$. 然后顺序在哪里 $e_i^{\prime}$ 是一个什么也不做的操作,在哪里 $e_{i+1}^{\prime}$ 是 一个顶点分裂 $v$ 有覆盖物 $U_1^{\prime}, U_2^{\prime}$ 和 $U_1^{\prime}=U_1$ 和 $U_2^{\prime}=U_2 \backslash u$ 是等价的。
数学代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

计算机代写|组合优化代写Combinatorial optimization代考|MTH5107

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
计算机代写|组合优化代写Combinatorial optimization代考|MTH5107

计算机代写|组合优化代写Combinatorial optimization代考|Rectilinear Minimum Spanning Tree

Consider two points $A=\left(x_1, y_1\right)$ and $B=\left(x_2, y_2\right)$ in the plane. The rectilinear distance of $A$ and $B$ is defined by
$$
d(A, B)=\left|x_1-x_2\right|+\left|y_1-y_2\right| .
$$
The rectilinear plane is the plane with the rectilinear distance, denoted by $L_1$-plane. In this section, we study the following problem.

Problem 2.2.1 (Rectilinear Minimum Spanning Tree) Given $n$ points in the rectilinear plane, compute the minimum spanning tree on those $n$ given points.
In Chap. 1, we already present Kruskal algorithm which can compute a minimum spanning tree within $O(m \log n)$ time. In this section, we will improve this result by showing that the rectilinear minimum spanning tree can be computed in $O(n \log n)$ time. To do so, we first study an interesting problem as follows.

Problem 2.2.2 (All Northeast Nearest Neighbors) Consider a set $P$ of $n$ points in the rectilinear plane. For each $A=\left(x_A, y_A\right) \in P$, another point $B=\left(x_B, y_B\right) \in P$ is said to lie in northeast $(N E)$ area of $A$ if $x_A \leq x_B$ and $y_A \leq y_B$, but $A \neq B$. Furthermore, $B$ is the NE nearest neighbor of $A$ if $B$ has the shortest distance from A among all points lying in the $N E$ area of $A$. This problem is required to compute the NE nearest neighbor for every point in $P$. (The NE nearest neighbor of a point $A$ is “none” if no given point lies in the northeast area of $A$.)

Let us design a divide-and-conquer algorithm to solve this problem. For simplicity of description, assume all $n$ points have distinct $x$-coordinates and distinct $y$-coordinates. Now, we bisect $n$ points by a vertical line $L$. Let $P_l$ be the set of points lying on the left side of $L$ and $P_r$ the set of points lying on the right side of $L$. Suppose we already solve the all NE nearest neighbors problem on input point sets $P_l$ and $P_r$, respectively. Let us discuss how to combine solutions for two subproblems into a solution for all NE nearest neighbors on $P$.

For point $A$ in $P_r$, the NE nearest neighbor in $P_r$ is also the NE nearest neighbor in $P$. However, for point $A$ in $P_l$, the NE nearest neighbor in $P_l$ may not be the NE nearest neighbor in $P$. Actually, let $B_1$ denote the NE nearest neighbor of $A$ in $P_l$ and $B_r$ the NE nearest neighbor of $A$ for $B_2$ in $P_r$. Then, if $d\left(A, B_1\right) \leq d\left(A, B_2\right)$,then the NE nearest neighbor of $A$ in $P$ is $B_1$; otherwise, it is $B_2$. Therefore, to complete the combination task, it is sufficient to compute the NE nearest neighbors in $P_r$ for all points in $P_l$. We will show that this computation takes $O(n)$ time. To do so, let us first show a lemma.

计算机代写|组合优化代写Combinatorial optimization代考|Fibonacci Search

Consider a sequence of $n$ distinct integers which are stored in an array $A[1 \ldots n]$. An element $A[i]$ is a local maximum if $A[i-1]A[i+1]$ for $1S[i+1]$ for $i=1$, and $A[i-1]<A[i]$ for $i=n$. The sequence $A[1 . . n]$ is said to be bitonic if it contains exactly one local maximum, which is actually the global maximum one. Consider the following problem.

Problem 2.3.1 (Maximum Element in Bitonic Sequence) Given a sequence A[1..n of $n$ distinct integers, find the maximum element.
The problem can be solved by the following lemma.
Lemma 2.3.2 Assume $1 \leq iA[j]$, then $A[1 . . j-1]$ must contain a local maximum.
Proof First, assume $A[i]A[j+1]$. In this case, if none of $A[j], A[j-1], \ldots, A[i-1]$ is a local maximum, then $A[j]<A[j-1]<\cdots<A[i]$, contradicting to $A[i]<A[j]$.
Similarly, we can show the second statement. $n-j+1 \geq n / 3$. With such $i$ and $j$, for each comparison, the sequence can be cut off at least one third. Therefore, the maximum element can be found within $O(\log n)$ comparisons.

Next, we consider a situation that $A[i]=f(i)$, that is, $A[i]$ has to be obtained through evaluation of a function $f(i)$. Therefore, we want to find the maximum element with the minimum number of evaluations. In this situation, $i$ and $j$ will be selected based on a rule with Fibonacci number $F_i$ defined as follows:
$$
F_0=F_1=1, F_i=F_{i-2}+F_{i-1} \text { for } i \geq 2 .
$$
Associated Fibonacci search method is as follows.

计算机代写|组合优化代写Combinatorial optimization代考|MTH5107

组合优化代写

计算机代写|组合优化代写Combinatorial optimization代考|Rectilinear Minimum Spanning Tree

考虑两点 $A=\left(x_1, y_1\right)$ 和 $B=\left(x_2, y_2\right)$ 在飞机上。的直线距离 $A$ 和 $B$ 定义为
$$
d(A, B)=\left|x_1-x_2\right|+\left|y_1-y_2\right| .
$$
直线平面是具有直线距离的平面,记为 $L_1$-飞机。在本节中,我们研究以下问题。
问题 2.2.1 (直线最小生成树) 给定 $n$ 直线平面上的点,计算那些上的最小生成树 $n$ 给定的点。
在第一章。1,我们已经提出了 Kruskal 算法,它可以在 $O(m \log n)$ 时间。在本节中,我们将通过证明可以计 算直线最小生成树来改进这个结果 $O(n \log n)$ 时间。为此,我们首先研究如下一个有趣的问题。
问题 2.2.2 (所有东北最近邻) 考虑一个集合 $P$ 的 $n$ 直线平面上的点。对于每个 $A=\left(x_A, y_A\right) \in P$ ,另一点 $B=\left(x_B, y_B\right) \in P$ 据说在东北 $(N E)$ 面积 $A$ 如果 $x_A \leq x_B$ 和 $y_A \leq y_B$ ,但 $A \neq B$. 此外, $B$ 是 $N E$ 最近邻 $A$ 如果 $B$ 在所有点中距离 $\mathrm{A}$ 最短 $N E$ 面积 $A$. 这个问题需要计算每个点的 $\mathrm{NE}$ 最近邻 $P$. (一个点的 $\mathrm{NE}$ 最近邻 $A$ 如 果没有给定点位于东北地区,则为”无” $A$.)
让我们设计一个分而治之的算法来解决这个问题。为描述简单起见,假设所有 $n$ 点有不同的 $x$-坐标和不同 $y$-坐 标。现在,我们一分为二 $n$ 垂直线点 $L$. 让 $P_l$ 是位于左侧的点集 $L$ 和 $P_r$ 位于右侧的点集 $L$. 假设我们已经解决了输 入点集上的所有 $N E$ 最近邻问题 $P_l$ 和 $P_r$ ,分别。让我们讨论如何将两个子问题的解决方案组合成所有 $N E$ 最近 邻居的解决方案 $P$.
为点 $A$ 在 $P_r, \mathrm{NE}$ 最近邻 $P_r$ 也是 $\mathrm{NE}$ 最近邻 $P$. 但是,对于点 $A$ 在 $P_l, \mathrm{NE}$ 最近邻 $P_l$ 可能不是 $\mathrm{NE}$ 最近邻 $P$. 其实, 让 $B_1$ 表示 NE 最近邻 $A$ 在 $P_l$ 和 $B_r$ 的 NE 最近邻 $A$ 为了 $B_2$ 在 $P_r$. 那么,如果 $d\left(A, B_1\right) \leq d\left(A, B_2\right)$ ,则 NE 最近邻 $A$ 在 $P$ 是 $B_1$; 否则,它是 $B_2$. 因此,要完成组合任务,计算 NE 最近邻就足够了 $P_r$ 对于所有点 $P_l$. 我们将 证明这个计算需要 $O(n)$ 时间。为此,让我们首先展示一个引理。

计算机代写|组合优化代写Combinatorial optimization代考|Fibonacci Search

考虑一个序列 $n$ 存储在数组中的不同整数 $A[1 \ldots n]$. 一个元素 $A[i]$ 是一个局部最大值,如果 $A[i-1] A[i+1]$ 为了 $1 S[i+1]$ 为了 $i=1$ ,和 $A[i-1]<A[i]$ 为了i $i=n$. 序列 $A[1 \ldots n]$ 如果它恰好包含一个同部最大值,即 实际上是全同最大值,则称它是双调的。考虑以下问题。
问题 $2.3 .1$ (双音序列中的最大元素) 给定一个序列 $\mathrm{A}[1 \ldots \mathrm{n} n$ 不同的整数,找到最大元素。 该问题可以通过以下引理来解决。
引理 $2.3 .2$ 假设 $1 \leq i A[j]$ , 然后 $A[1 \ldots j-1]$ 必须包含一个同部最大值。
证明 首先,假设 $A[i] A[j+1]$. 在这种情况下,如果没有 $A[j], A[j-1], \ldots, A[i-1]$ 是一个同部最大值,那 么 $A[j]<A[j-1]<\cdots<A[i]$, 与 $A[i]<A[j]$.
同样,我们可以显示第二个语句。 $n-j+1 \geq n / 3$. 有了这样的 $i$ 和 $j$ ,对于每次比较,序列至少可以截断三分 之一。因此,最大元素可以在 $O(\log n)$ 比较。
接下来,我们考虑一种情况 $A[i]=f(i)$ ,那是, $A[i]$ 必须通过评估函数来获得 $f(i)$. 因此,我们希望找到具有 最少评估次数的最大元素。在这个情况下, $i$ 和 $j$ 将根据带有斐波那契数的规则进行选择 $F_i$ 定义如下:
$$
F_0=F_1=1, F_i=F_{i-2}+F_{i-1} \text { for } i \geq 2 .
$$
相关的斐波那契搜索方法如下。

计算机代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

计算机代写|组合优化代写Combinatorial optimization代考|COMP4743

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
计算机代写|组合优化代写Combinatorial optimization代考|COMP4743

计算机代写|组合优化代写Combinatorial optimization代考|Data Structure

A data structure is a data storage format which is organized and managed to have efficient access and modification. Each data structure has several standard operations. They are building bricks to construct algorithms. The data structure plays an important role in improving efficiency of algorithms. For example, we may introduce a data structure “Disjoint Sets” to improve Kruskal algorithm.

Consider a collection of disjoint sets. For each set $S$, let First $(S)$ denote the first node in set $S$. For each element $x$ in set $S$, denote First $(x)=\operatorname{First}(S)$. Define three operations as follows:
Make-Set $(x)$ creates a new set containing only $x$.
$\operatorname{Union}(x, y)$ unions sets $S_x$ and $S_y$ containing $x$ and $y$, respectively, into $S_x \cup S_y$, Moreover, set
$$
\operatorname{First}\left(S_x \cup S_y\right)= \begin{cases}\operatorname{First}\left(S_x\right) & \text { if }\left|S_x\right| \geq\left|S_y\right|, \ \operatorname{First}\left(S_y\right) & \text { otherwise. }\end{cases}
$$
Find-Set $(x)$ returns First $\left(S_x\right)$ where $S_x$ is the set containing element $x$.
With this data structure, Kruskal algorithm can be modified as follows.
Kruskal Algorithm
input: A connected graph $G=(V, E)$ with nonnegative edge weight $c: E \rightarrow R_{+}$.
output: A minimum spanning tree $T$.
Sort all edges $e_1, e_2, \ldots, e_m$ in nondecreasing order of weight,
An example for running this algorithm is as shown in Fig. 1.7.
Denote $m=|E|$ and $n=|V|$. Let us estimate the running time of Kruskal algorithm.

计算机代写|组合优化代写Combinatorial optimization代考|Algorithms with Self-Reducibility

There exist a large number of algorithms in which the problem is reduced to several subproblems, each of which is the same problem on a smaller-size input. Such a problem is said to have the self-reducibility, and the algorithm is said to be with self-reducibility.

For example, consider sorting problem again. Suppose input contains $n$ numbers. We may divide these $n$ numbers into two subproblems. One subproblem is the sorting problem on $\lfloor n / 2\rfloor$ numbers, and the other subproblem is the sorting problem on $\lceil n / 2\rceil$ numbers. After completely sorting each subproblem, combine two sorted sequences into one. This idea will result in a sorting algorithm, called the merge sort. The pseudocode of this algorithm is shown in Algorithm 1.

The main body calls a procedure. This procedure contains two self-calls, which means that the merge sort is a recursive algorithm, that is, the divide will continue until each subproblem has input of single number. Then this procedure employs another procedure (Merge) to combine solutions of subproblems with smaller inputs into subproblems with larger inputs. This computation process on input ${5,2,7,4,6,8,1,3}$ is shown in Fig. 2.1.

Note that the running time of procedure Merge at each level is $O(n)$. Let $t(n)$ be the running time of merge sort on input of size $n$. By the recursive structure, we can obtain that $t(1)=0$ and
$$
t(n)=t(\lfloor n / 2\rfloor)+t(\lceil n / 2\rceil)+O(n) .
$$
Suppose
$$
t(n) \leq 2 \cdot t([n / 2\rceil)+c \cdot n
$$
for some positive constant $c$. Define $T(1)=0$ and $$
T(n)=2 \cdot T(\lceil n / 2\rceil)+c \cdot n .
$$
By induction, we can prove that
$$
t(n) \leq T(n) \text { for all } n \geq 1 .
$$

计算机代写|组合优化代写Combinatorial optimization代考|COMP4743

组合优化代写

计算机代写|组合优化代写Combinatorial optimization代考|Data Structure

数据结构是一种数据存储格式,它被组织和管理以进行有效的访问和修改。每个数据结构都有几个标准操作。他 们正在砌砖来构建算法。数据结构在提高算法效率方面发挥着重要作用。例如,我们可能会引入一种数据结构 “不相交集”来改进 Kruskal 算法。
考虑一组不相交的集合。对于每组 $S$ ,先让 $(S)$ 表示集合中的第一个节点 $S$. 对于每个元素 $x$ 在集合中 $S$ ,表示第一 $(x)=\operatorname{First}(S)$. 定义三个操作如下:
Make-Set $(x)$ 创建一个新集合,仅包含 $x$.
$\operatorname{Union}(x, y)$ 工会集 $S_x$ 和 $S_y$ 包含 $x$ 和 $y$ ,分别为 $S_x \cup S_y$ ,此外,设置
$\operatorname{First}\left(S_x \cup S_y\right)=\left{\operatorname{First}\left(S_x\right) \quad\right.$ if $\left|S_x\right| \geq\left|S_y\right|, \operatorname{First}\left(S_y\right) \quad$ otherwise.
查找集 $(x)$ 返回第一 $\left(S_x\right)$ 在哪里 $S_x$ 是包含元素的集合 $x$.
使用这种数据结构,Kruskal 算法可以修改如下。
Kruskal 算法
输入: 一个连通图 $G=(V, E)$ 具有非负边缘权重 $c: E \rightarrow R_{+}$.
输出: 最小生成树 $T$.
对所有边进行排序 $e_1, e_2, \ldots, e_m$ 以非递减的权重顺序,
运行该算法的示例如图 $1.7$ 所示。
表示 $m=|E|$ 和 $n=|V|$. 让我们估计一下 Kruskal 算法的运行时间。

计算机代写|组合优化代写Combinatorial optimization代考|Algorithms with Self-Reducibility

存在大量算法,其中问题被简化为几个子问题,每个子问题都是较小输入的相同问题。这样的问题被称为具有自 归约性,算法被称为具有自归约性。
例如,再次考虑排序问题。假设输入包含 $n$ 数字。我们可以划分这些 $n$ 数成两个子问题。一个子问题是排序问题 $\lfloor n / 2\rfloor$ 数字,另一个子问题是排序问题 $\lceil n / 2\rceil$ 数字。将每个子问题完全排序后,将两个排序后的序列合二为 一。这个想法将产生一种排序算法,称为归并排序。该算法的伪代码如算法 1 所示。
主体调用一个过程。该过程包含两个自调用,这意味着归并排序是一种递归算法,即继续除法,直到每个子问题 都输入单个数字。然后,此过程采用另一个过程 (合并) 将具有较小输入的子问题的解决方案组合成具有较大输 入的子问题。这个对输入的计算过程 $5,2,7,4,6,8,1,3$ 如图 $2.1$ 所示。
注意,过程 Merge 在每一层的运行时间是 $O(n)$. 让 $t(n)$ 是大小输入上归并排序的运行时间 $n$. 通过递归结构, 我们可以得到 $t(1)=0$ 和
$$
t(n)=t(\lfloor n / 2\rfloor)+t(\lceil n / 2\rceil)+O(n) .
$$
认为
$$
t(n) \leq 2 \cdot t([n / 2\rceil)+c \cdot n
$$
对于一些正常数 $c$. 定义 $T(1)=0$ 和
$$
T(n)=2 \cdot T(\lceil n / 2\rceil)+c \cdot n .
$$
通过归纳,我们可以证明
$$
t(n) \leq T(n) \text { for all } n \geq 1 .
$$

计算机代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

计算机代写|组合优化代写Combinatorial optimization代考|CAAM574002

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
计算机代写|组合优化代写Combinatorial optimization代考|CAAM574002

计算机代写|组合优化代写Combinatorial optimization代考|Optimal and Approximation Solutions

Let us show an optimality condition for the minimum spanning tree.
Theorem 1.2.1 (Path Optimality) A spanning tree $T^*$ is a minimum spanning tree if and only if it satisfies the following condition:

Path Optimality Condition For every edge $(u, v)$ not in $T^$, there exists a path $p$ in $T^$, connecting $u$ and $v$, and moreover, $c(u, v) \geq c(x, y)$ for every edge $(x, y)$ in path $p$.

Proof Suppose, for contradiction, that $c(u, v)<c(x, y)$ for some edge $(x, y)$ in the path $p$. Then $T^{\prime}=\left(T^* \backslash(x, y)\right) \cup(u, v)$ is a spanning tree with cost less than $c\left(T^\right)$, contradicting the minimaality of $T^$.

Conversely, suppose that $T^$ satisfies the path optimality condition. Let $T^{\prime}$ be a minimum spanning tree such that among all minimum spanning tree, $T^{\prime}$ is the one with the most edges in common with $T^$. Suppose, for contradiction, that $T^{\prime} \neq T^$. We claim that there exists an edge $(u, v) \in T^$ such that the path in $T^{\prime}$ between $u$ and $v$ contains an edge $(x, y)$ with length $c(x, y) \geq c(u, v)$. If this claim is true, then $\left(T^{\prime} \backslash(x, y)\right) \cup(u, v)$ is still a minimum spanning tree, contradicting the definition of $T^{\prime}$.

Now, we show the claim by contradiction. Suppose the claim is not true. Consider an edge $\left(u_1, v_1\right) \in T^* \backslash T^{\prime}$. the path in $T^{\prime}$ connecting $u_1$ and $v_1$ must contain an edge $\left(x_1, y_1\right)$ not in $T^$. Since the claim is not true, we have $c\left(u_1, v_1\right)$ connecting $x_1$ and $y_1$, which must contain an edge $\left(u_2, v_2\right) \notin$ $T^{\prime}$. Since $T^$ satisfies the path optimality condition, we have $c\left(x_1, y_1\right) \leq c\left(u_2, v_2\right)$. Hence, $c\left(u_1, v_1\right)$ such that $c\left(u_1, v_2\right)<c\left(u_2, v_2\right)<c\left(u_3, v_3\right)<\cdots$, contradicting the finiteness of $T^*$.

计算机代写|组合优化代写Combinatorial optimization代考|Running Time

The most important measure of quality for algorithms is the running time. However, for the same algorithm, it may take different times when we run it in different computers. To give a uniform standard, we have to get an agreement that runs algorithms in a theoretical computer model. This model is the multi-tape Turing machine which has been accepted by a very large population. Based on the Turing machine, the theory of computational complexity has been built up. We will touch this part of theory in Chap. 8 .

But, we will use RAM model to evaluate the running time for algorithms throughout this book except Chap. 8. In RAM model, assume that each line of pseudocode requires a constant time. For example, the running time of insertion sort is calculated in Fig. 1.6.

Actually, RAM model and Turing machine model are closely related. The running time estimated based on these two models is considered to be close enough. However, they are sometimes different in estimation of running time. For example, the following is a piece of pseudocode.
$$
f(n) \leq c \cdot g(n) \text { for } n \geq n_0
$$

There are two more notations which appear very often in representation of running time. $f(n)=\Omega 2(g(n))$ means that there exist constant $c>0$ and $n_0>0$ such that $0 \leq c \cdot g(n) \leq f(n)$ for $n \geq n_0$.
$f(n)=\Theta(g(n))$ means that there exist constants $c_1>0, c_2>0$ and $n_0>0$ such that
$$
c_1 \cdot g(n) \leq f(n) \leq c_2 \cdot g(n) \text { for } n \geq n_0 .
$$
Finally, let us make a remark on input numbers.
In the minimum spanning tree problem, every edge has a nonnegative weight which is an input number. In the problem definition, we assumed that this is a real number. However, a real number cannot be exactly input in a computer. Actually, the computation of a real number is sometimes a very hard problem in the theory of computational complexity [260]. Therefore, we have to treat each real number with an oracle which can provide a rational number with expected accuracy, without computation cost. In other words, we ignore the computation trouble of the real number.

However, when our analysis of running time has to consider the size of input numbers, e.g., in analysis of weakly polynomial-time algorithms, we have to change the setting from the real number to the integer.

计算机代写|组合优化代写Combinatorial optimization代考|CAAM574002

组合优化代写

计算机代写|组合优化代写Combinatorial optimization代考|Optimal and Approximation Solutions

让我们展示最小生成树的最优性条件。
定理 1.2.1 (路径最优性) 一棵生成树 $T^$ 是最小生成树当且仅当它满足以下条件: 每条边的路径最优条件 $(u, v)$ 不在 $\$ T^{\wedge}$, thereexistsapathpin $T^{\wedge}$, connecting 在and在, andmoreover, $c(u, v) \backslash g e q ~ c(x, y)$ foreveryedge $(\mathrm{x}, \mathrm{y})$ inpath $\mathrm{p} \$$ 。 证明 假设,为矛盾, $c(u, v) \backslash(x, y)\right) \cup(u, v)$ 是成
相反,假设 $\mathrm{T}^{\wedge}$ 满足路径最优条件。让 $T^{\prime}$ 是最小生成树,使得在所有最小生成树中, $T^{\prime}$ 是与雬 . 为了矛盾,假 $c(x, y) \geq c(u, v)$. 如果这个说法是真的,那么 $\left(T^{\prime} \backslash(x, y)\right) \cup(u, v)$ 仍然是最小生成树,与定义相矛盾 $T^{\prime}$.
现在,我们通过矛盾来证明这一主张。假设声明不正确。考虑一个边缘 $\left(u_1, v_1\right) \in T^* \backslash T^{\prime}$.中的路径 $T^{\prime}$ 连接 $u_1$ 和 $v_1$ 必须包含边 $\left(x_1, y_1\right)$ 不在 $T^{\wedge}$. 由于声明不正确,我们有 $c\left(u_1, v_1\right)$ 连接 $x_1$ 和 $y_1$ ,它必须包含一条边 $c\left(u_1, v_2\right)<c\left(u_2, v_2\right)<c\left(u_3, v_3\right)<\cdots$, 与有限性相矛盾 $T^*$.

计算机代写|组合优化代写Combinatorial optimization代考|Running Time

算法质量最重要的衡量标准是运行时间。但是,对于相同的算法,我们在不同的计算机上运行它可能需要不同的 时间。为了给出一个统一的标准,我们必须达成一个在理论计算机模型中运行算法的协议。该模型是已被大量人 口接受的多磁带图灵机。基于图灵机,建立了计算复杂度理论。我们将在第一章触及这部分理论。8.
但是,我们将使用 RAM 模型来评估本书中算法的运行时间,除了第 1 章。8. 在 RAM 模型中,假设每一行伪代 码需要一个恒定的时间。例如,揷入排序的运行时间如图 $1.6$ 所示。
实际上,RAM 模型和图灵机模型是密切相关的。基于这两个模型估计的运行时间被认为是足够接近的。但是, 它们有时在估计运行时间方面有所不同。例如,下面是一段伪代码。
$$
f(n) \leq c \cdot g(n) \text { for } n \geq n_0
$$
还有另外两个符号经常出现在运行时间的表示中。 $f(n)=\Omega 2(g(n))$ 表示存在常数 $c>0$ 和 $n_0>0$ 这样 $0 \leq c \cdot g(n) \leq f(n)$ 为了 $n \geq n_0$.
$f(n)=\Theta(g(n))$ 表示存在常数 $c_1>0, c_2>0$ 和 $n_0>0$ 这样
$$
c_1 \cdot g(n) \leq f(n) \leq c_2 \cdot g(n) \text { for } n \geq n_0 .
$$
最后,让我们对输入数字进行说明。
在最小生成树问题中,每条边都有一个非负权重,它是一个输入数。在问题定义中,我们假设这是一个实数。但 是,在计算机中无法准确输入实数。实际上,实数的计算有时是计算复杂性理论中的一个非常困难的问题
[260]。因此,我们必须使用预言机来处理每个实数,该预言机可以提供具有预期精度的有理数,而无需计算成 本。换句话说,我们忽略了实数的计算麻烦。
但是,当我们对运行时间的分析必须考虑输入数字的大小时,例如,在分析弱多项式时间算法时,我们必须将设 置从实数更改为整数。

计算机代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|组合优化代写Combinatorial optimization代考|CSC205

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
数学代写|组合优化代写Combinatorial optimization代考|CSC205

数学代写|组合优化代写Combinatorial optimization代考|Eulerian and Bipartite Graphs

Euler’s work on the problem of traversing each of the seven bridges of Königsberg exactly once was the origin of graph theory. He showed that the problem had no solution by defining a graph, asking for a walk containing all edges, and observing that more than two vertices had odd degree.

Definition 2.23. An Eulerian walk in a graph $G$ is a closed walk containing every edge. An undirected graph $G$ is called Eulerian if the degree of each vertex is even. A digraph $G$ is Eulerian if $\left|\delta^{-}(v)\right|=\left|\delta^{+}(v)\right|$ for each $v \in V(G)$.

Although Euler neither proved sufficiency nor considered the case explicitly in which we ask for a closed walk, the following famous result is usually attributed to him:

Theorem 2.24. (Euler [1736], Hierholzer [1873]) A connected (directed or undirected) graph has an Eulerian walk if and only if it is Eulerian.

Proof: The necessity of the degree conditions is obvious, as a vertex appearing $k$ times in an Eulerian walk (or $k+1$ times if it is the first and the last vertex) must have in-degree $k$ and out-degree $k$, or degree $2 k$ in the undirected case.

For the sufficiency, let $W=v_1, e_1, v_2, \ldots, v_k, e_k, v_{k+1}$ be a longest walk in $G$, i.e. one with maximum number of edges. In particular, $W$ must contain all edges leaving $v_{k+1}$, which implies $v_{k+1}=v_1$ by the degree conditions. So $W$ is closed. Suppose that $W$ does not contain all edges. As $G$ is connected, we then conclude that there is an edge $e \in E(G)$ for which $e$ does not appear in $W$, but at least one of its endpoints appears in $W$, say $v_i$. Then $e$ can be combined with $v_i, e_i, v_{i+1}, \ldots, e_k, v_{k+1}=v_1, e_1, v_2, \ldots, e_{i-1}, v_i$ to a walk which is longer than $W$.

数学代写|组合优化代写Combinatorial optimization代考|Planar Duality

We shall now introduce an important duality concept. In this section, graphs may contain loops, i.e. edges whose endpoints coincide. In a planar embedding loops are of course represented by polygons instead of polygonal arcs.

Note that Euler’s formula (Theorem 2.32) also holds for graphs with loops: this follows from the observation that subdividing a loop $e$ (i.e. replacing $e={v, v}$ by two parallel edges ${v, w},{w, v}$ where $w$ is a new vertex) and adjusting the embedding (replacing the polygon $J_e$ by two polygonal arcs whose union is $J_e$ ) increases the number of edges and vertices each by one but does not change the number of faces.

Definition 2.41. Let $G$ be a directed or undirected graph, possibly with loops, and let $\Phi=\left(\psi,\left(J_e\right){e \in E(G)}\right)$ be a planar embedding of $G$. We define the planar dual $G^$ whose vertices are the faces of $\Phi$ and whose edge set is $\left{e^: e \in E(G)\right}$, where $e^$ connects the faces that are adjacent to $J_e$ (if $J_e$ is adjacent to only one face, then $e^$ is a loop). In the directed case, say for $e=(v, w)$, we orient $e^=\left(F_1, F_2\right)$ in such a way that $F_1$ is the face “to the right” when traversing $J_e$ from $\psi(v)$ to $\psi(w)$. $G^$ is again planar. In fact, there obviously exists a planar embedding $\left(\psi^,\left(J{e^}\right)_{e^* \in E\left(G^\right)}\right)$ of $G^$ such that $\psi^*(F) \in F$ for all faces $F$ of $\Phi$ and, for each $e \in E(G)$,

$$
J_{e^} \cap\left({\psi(v): v \in V(G)} \cup \bigcup_{f \in E(G) \backslash{e}} J_f\right)=\emptyset, $$ $\left|J_{e^} \cap J_e\right|-1$, and if $e^$ is a loop then the face bounded by $J_{e^}$ contains exactly one endpoint of $e$. Such an embedding is called a standard embedding of $G^*$.

数学代写|组合优化代写Combinatorial optimization代考|CSC205

组合优化代写

数学代写|组合优化代写组合优化代考|欧拉和二部图


欧拉在Königsberg的七座桥的每座都恰好一次的问题上的工作是图论的起源。他通过定义一个图,要求一个包含所有边的walk,并观察到有两个以上的顶点具有奇数度,从而证明了这个问题是无法解决的

定义图$G$中的欧拉游动是一个包含所有边的闭合游动。无向图$G$如果每个顶点的度数是偶的,则称为欧拉图。如果每个$v \in V(G)$对应$\left|\delta^{-}(v)\right|=\left|\delta^{+}(v)\right|$,则有向图$G$是欧拉的


虽然欧拉既没有证明充分性,也没有明确考虑我们要求闭合行走的情况,但下面这个著名的结果通常被认为是他的

定理2.24。(Euler [1736], Hierholzer[1873])连通(有向或无向)图具有欧拉行走当且仅当它是欧拉的

证明:度条件的必要性是显而易见的,因为在欧拉行走中出现$k$次的顶点(如果是第一个和最后一个顶点,则出现$k+1$次)必须有内度$k$和外度$k$,或者在无向情况下,度$2 k$

对于充分性,设$W=v_1, e_1, v_2, \ldots, v_k, e_k, v_{k+1}$是在$G$中走的最长的一段,即边数最多的一段。特别是,$W$必须包含所有离开$v_{k+1}$的边,这意味着度条件为$v_{k+1}=v_1$。所以$W$是关闭的。假设$W$不包含所有的边。当$G$被连接时,我们可以得出结论:有一个边$e \in E(G)$,它的$e$没有出现在$W$中,但至少有一个端点出现在$W$中,比如$v_i$。那么$e$就可以和$v_i, e_i, v_{i+1}, \ldots, e_k, v_{k+1}=v_1, e_1, v_2, \ldots, e_{i-1}, v_i$组合成一个比$W$还要长的步行。

数学代写|组合优化代写组合优化代考|平面对偶性


我们现在要介绍一个重要的对偶概念。在本节中,图可能包含循环,即端点重合的边。在平面嵌入环路当然是用多边形而不是多边形弧来表示的


注意,欧拉公式(定理2.32)也适用于有环的图:这是根据观察得出的:将一个环$e$(即将$e={v, v}$替换为两条平行边${v, w},{w, v}$,其中$w$是一个新顶点)和调整嵌入(将多边形$J_e$替换为两条多边形弧,其并集为$J_e$)增加了一个边和顶点的数量,但不改变面的数量

定义设$G$是一个有向或无向图,可能带有循环,设$\Phi=\left(\psi,\left(J_e\right){e \in E(G)}\right)$是$G$的平面嵌入。我们定义平面对偶$G^$,其顶点是$\Phi$的面,其边集是$\left{e^: e \in E(G)\right}$,其中$e^$连接与$J_e$相邻的面(如果$J_e$只与一个面相邻,则$e^$是一个循环)。在有向的情况下,例如对于$e=(v, w)$,我们将$e^=\left(F_1, F_2\right)$定位为这样一种方式,即当$J_e$从$\psi(v)$横贯到$\psi(w)$时,$F_1$是“向右”的面。$G^$也是平面的。事实上,显然存在一个平面嵌入$G^$的$\left(\psi^,\left(J{e^}\right)_{e^* \in E\left(G^\right)}\right)$,使得$\psi^*(F) \in F$对于$\Phi$的所有面都是$F$,对于每个面$e \in E(G)$,

$$
J_{e^} \cap\left({\psi(v): v \in V(G)} \cup \bigcup_{f \in E(G) \backslash{e}} J_f\right)=\emptyset, $$$\left|J_{e^} \cap J_e\right|-1$,如果$e^$是一个循环,那么以$J_{e^}$为界的面只包含$e$的一个端点。这样的嵌入称为$G^*$的标准嵌入。

数学代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|组合优化代写Combinatorial optimization代考|APM6664

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
数学代写|组合优化代写Combinatorial optimization代考|APM6664

数学代写|组合优化代写Combinatorial optimization代考|Trees, Circuits, and Cuts

An undirected graph $G$ is called connected if there is a $v$-w-path for all $v, w \in$ $V(G)$; otherwise $G$ is disconnected. A digraph is called connected if the underlying undirected graph is connected. The maximal connected subgraphs of a graph are its connected components. Sometimes we identify the connected components with the vertex sets inducing them. A set of vertices $X$ is called connected if the subgraph induced by $X$ is connected. A vertex $v$ with the property that $G-v$ has more connected components than $G$ is called an articulation vertex. An edge $e$ is called a bridge if $G-e$ has more connected components than $G$.

An undirected graph without a circuit (as a subgraph) is called a forest. A connected forest is a tree. A vertex of degree at most 1 in a tree is called a leaf. A star is a tree where at most one vertex is not a leaf.

In the following we shall give some equivalent characterizations of trees and their directed counterparts, arborescences. We need the following connectivity criterion:
Proposition 2.3.
(a) An undirected graph $G$ is connected if and only if $\delta(X) \neq \emptyset$ for all $\emptyset \neq X \subset$ $V(G)$
(b) Let $G$ be a digraph and $r \in V(G)$. Then there exists an $r$-v-path for every $v \in V(G)$ if and only if $\delta^{+}(X) \neq \emptyset$ for all $X \subset V(G)$ with $r \in X$.

Proof: (a): If there is a set $X \subset V(G)$ with $r \in X, v \in V(G) \backslash X$, and $\delta(X)=$ $\emptyset$, there can he no $r-11$-path, so $G$ is not connected. On the other hand, if $G$ is not connected, there is no $r-v$-path for some $r$ and $v$. Let $R$ be the set of vertices reachable from $r$. We have $r \in R, v \notin R$ and $\delta(R)=\emptyset$.
(b) is proved analogously.

数学代写|组合优化代写Combinatorial optimization代考|Connectivity

The incidence matrix of a digraph $G$ is the matrix $A=\left(a_{v, e}\right){v \in V(G), e \in E(G)}$ where $$ a{v,(x, y)}=\left{\begin{array}{ll}
-1 & \text { if } v=x \
1 & \text { if } v=y \
0 & \text { if } v \notin{x, y}
\end{array} .\right.
$$
Of course this is not very efficient since each column contains only two nonzero entries. The space needed for storing an incidence matrix is obviously $O(\mathrm{~nm})$, where $n:=|V(G)|$ and $m:=|E(G)|$.

A better way is a matrix whose rows and columns are indexed by the vertex set. The adjacency matrix of a simple graph $G$ is the 0-1-matrix $A=\left(a_{v, w}\right){v, w \in V(G)}$ with $a{v, w}=1$ iff ${v, w} \in E(G)$ or $(v, w) \in E(G)$. For graphs with parallel edges we can define $a_{v, w}$ to be the number of edges from $v$ to $w$. An adjacency matrix requires $O\left(n^2\right)$ space for simple graphs.

The adjacency matrix is appropriate if the graph is dense, i.e. has $\Theta\left(n^2\right)$ edges (or more). For sparse graphs, say with $O(n)$ edges only, one can do much better. Besides storing the number of vertices we can simply store a list of the edges, for each edge noting its endpoints. If we address each vertex by a number from 1 to $n$, the space needed for each edge is $O(\log n)$. Hence we need $O(m \log n)$ space altogether.

Just storing the edges in an arbitrary order is not very convenient. Almost all graph algorithms require finding the edges incident to a given vertex. Thus one should have a list of incident edges for each vertex. In case of directed graphs, two lists, one for entering edges and one for leaving edges, are appropriate. This data structure is called adjacency list; it is the most customary one for graphs. For direct access to the list(s) of each vertex we have pointers to the heads of all lists; these can be stored with $O(n \log m)$ additional bits. Hence the total number of bits required for an adjacency list is $O(n \log m+m \log n)$.

Whenever a graph is part of the input of an algorithm in this book, we assume that the graph is given by an adjacency list.

As for elementary operations on numbers (see Section 1.2), we assume that elementary operations on vertices and edges take constant time only.

数学代写|组合优化代写Combinatorial optimization代考|APM6664

组合优化代写

数学代写|组合优化代写组合优化代考|树,电路,和切割


如果所有$v, w \in$$V(G)$都有$v$ -w-path,则无向图$G$称为connected;否则$G$将断开连接。如果底层的无向图是连通的,则有向图称为连通的。图的最大连通子图是它的连通分量。有时我们用顶点集来确定连接的分量。如果由$X$诱导的子图是连通的,则称之为连通的顶点集$X$。顶点$v$具有$G-v$比$G$具有更多连接组件的属性,称为连接顶点。如果$G-e$比$G$连接的组件更多,则边$e$被称为桥接


没有电路的无向图(作为子图)称为林。一个连通的森林就是一棵树。树中度不超过1的顶点称为叶。星形是一棵树,其中最多有一个顶点不是叶结点


下面我们将给出树及其定向对应物——树生物的一些等价的特征。
命题2.3.
(a)无向图$G$当且仅当$\delta(X) \neq \emptyset$对所有$\emptyset \neq X \subset$$V(G)$
(b)设$G$为有向图,且$r \in V(G)$为有向图。那么对于每个$v \in V(G)$存在一个$r$ -v-path当且仅当$\delta^{+}(X) \neq \emptyset$对于所有$X \subset V(G)$和$r \in X$

证明:(a):如果有一个带有$r \in X, v \in V(G) \backslash X$和$\delta(X)=$$\emptyset$的集合$X \subset V(G)$,则不可能有$r-11$ -path,因此$G$没有连接。另一方面,如果$G$没有连接,那么对于一些$r$和$v$就没有$r-v$ -路径。设$R$为从$r$可达的顶点集。我们有$r \in R, v \notin R$和$\delta(R)=\emptyset$ .
(b)被类比地证明。

数学代写|组合优化代写combinatoroptimization代考|Connectivity

. com


有向图的关联矩阵$G$是矩阵$A=\left(a_{v, e}\right){v \in V(G), e \in E(G)}$,其中$$ a{v,(x, y)}=\left{\begin{array}{ll}
-1 & \text { if } v=x \
1 & \text { if } v=y \
0 & \text { if } v \notin{x, y}
\end{array} .\right.
$$
当然,这不是非常有效,因为每列只包含两个非零项。存储关联矩阵所需的空间显然是$O(\mathrm{~nm})$,其中$n:=|V(G)|$和$m:=|E(G)|$ .


更好的方法是使用一个矩阵,它的行和列都是由顶点集索引的。简单图$G$的邻接矩阵是带有$a{v, w}=1$ iff ${v, w} \in E(G)$或$(v, w) \in E(G)$的0-1矩阵$A=\left(a_{v, w}\right){v, w \in V(G)}$。对于具有平行边的图,我们可以将$a_{v, w}$定义为从$v$到$w$的边数。对于简单图,邻接矩阵需要$O\left(n^2\right)$空间


如果图是密集的,即有$\Theta\left(n^2\right)$边(或更多),则邻接矩阵是合适的。对于稀疏图,比如只有$O(n)$边,可以做得更好。除了存储顶点的数量外,我们还可以简单地存储边的列表,为每条边标注其端点。如果我们用一个从1到$n$的数字来表示每个顶点,那么每条边所需的空间是$O(\log n)$。因此我们总共需要$O(m \log n)$空间。


仅仅以任意顺序存储边缘不是很方便。几乎所有的图算法都需要找到与给定顶点相关的边。因此,每个顶点都应该有一个关联边列表。对于有向图,两个列表,一个用于输入边,一个用于离开边,是合适的。这种数据结构称为邻接表;这是最常用的图形。为了直接访问每个顶点的列表,我们有指向所有列表头的指针;这些可以与$O(n \log m)$附加位一起存储。因此,邻接表所需的总位数是$O(n \log m+m \log n)$ .

当一个图是本书中算法输入的一部分时,我们假设这个图是由一个邻接表给出的 对于数字上的初等操作(见第1.2节),我们假设顶点和边上的初等操作只需要常数时间。

数学代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|组合优化代写Combinatorial optimization代考|COMP567

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
数学代写|组合优化代写Combinatorial optimization代考|COMP567

数学代写|组合优化代写Combinatorial optimization代考|Lifted Rounded Cut-Set Inequalities

Now, we give the main result of the paper which is a new family of valid inequalities for the BBFLP. These latter inequalities are obtained by lifting the rounded cut-set inequalities.

Consider the situation where all the facilities are opened and all the clients are assigned to a facility. For every $j \in D$, let $h_{j}$ be the facility to which it is assigned (Fig. 1).
Let $Q_{0}=\left{(x, y, t) \in Q\right.$ such that $t_{j}^{h}=0$, for all $\left.h \in H \backslash h_{j}, j \in D\right}$.
Lemma 1. The solutions of $Q_{0}$ are exactly solutions of a NLP where the demand set is composed of the pairs $\left(j, h_{j}\right)$, with $j$ the origin, $h_{j}$ the destination and $d_{j}$ is the commodity.

By Lemma 1, every valid inequality (respectively facet defining) for the corresponding NLP polyhedron are valid for $Q_{0}$ (respectively facet defining). This means that rounded cut-set inequalities are valid for $Q_{0}$.

Our objective is to extend the rounded cut-set inequalities by a lifting procedure to obtain facet defining inequalities for BBFLP. Let $(x, y, t) \in Q_{0}$ and $S \subseteq V$ be a node set such that $S \cap V \neq \emptyset \neq \bar{S} \cap V$. Let $A$ (resp. $A^{\prime}$ ) be the node subset of $D \cap S$ (resp. $D \cap \bar{S}$ ) which are assigned to a facility of $H \cap \bar{S}$ (resp. $H \cap S$ ). Also, let $B$ (resp. $B^{\prime}$ ) be the node subset of $D \cap S$ (resp. $D \cap \bar{S}$ ) which are assigned to a facility of $H \cap S$ (resp. $H \cap \bar{S}$ ).
The rounded cut-set inequality induced by $S$ is
$$
x^{1}(\delta(S))+r x^{2}(\delta(S)) \geq r\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C}\right\rceil,
$$
where $r=d\left(A \cup A^{\prime}\right)(\bmod C)$. Clearly (24) is valid for $Q_{0}$.
For convenience, we let,
$$
\begin{aligned}
&A_{1}=\left{j \in A \cup A^{\prime} \text { such that } d_{j} \leq r\right} \
&A_{2}=\left{j \in A \cup A^{\prime} \text { such that } d_{j}>r\right} \
&B_{1}=\left{j \in B \cup B^{\prime} \text { such that } d_{j} \leq C-r\right}, \
&B_{2}=\left{j \in B \cup B^{\prime} \text { such that } d_{j}>C-r\right} .
\end{aligned}
$$
Now we give our main result.
Theorem 4. Let $S \subseteq V$ with $S \cap V \neq \emptyset \neq V \cap \bar{S}$. The inequality
$$
x^{1}(\delta(S))+r x^{2}(\delta(S))+\sum_{j \in D} \sum_{\left.h \in H \backslash h_{j}\right}} C_{j}^{h} t_{j}^{h} \geq r\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C}\right\rceil
$$
where
$$
C_{j}^{h}=\left{\begin{array}{l}
d_{j}, \text { for } j \in A_{1} \cap A, h \in H \cap S \text { and for } \in A_{1} \cap A^{\prime}, h \in H \cap \bar{S}, \
r, \text { for } j \in A_{2} \cap A, h \in H \cap S \text { and for } j \in A_{2} \cap A^{\prime}, h \in H \cap \bar{S} \
C-r-d_{j}, \text { for } j \in B_{1} \cap B, h \in H \cap \bar{S} \text { and for } j \in B_{1} \cap B^{\prime}, h \in H \cap S, \
0, \text { otherwise. }
\end{array}\right.
$$
is valid for BBFLP. Moreover (25) is facet for $Q$ if (24) is facet for $Q_{0}$.

数学代写|组合优化代写Combinatorial optimization代考|Linear Optimization Problems

We now consider our second example given initially, the JOB ASSIGNMENT PROBLEM, and briefly address some central topics which will be discussed in later chapters.

The Job Assignment Problem is quite different to the DRILLING PROBLEM since there are infinitely many feasible solutions for each instance (except for trivial cases). We can reformulate the problem by introducing a variable $T$ for the time when all jobs are done:
$$
\min T
$$
$\begin{aligned} \text { s.t. } \quad \sum_{j \in S_i} x_{i j} &=t_i & &(i \in{1, \ldots, n}) \ x_{i j} & \geq 0 & &\left(i \in{1, \ldots, n}, j \in S_i\right) \ \sum_{i: j \in S_i} x_{i j} \leq T & &(j \in{1, \ldots, m}) \end{aligned}$
The numbers $t_i$ and the sets $S_i(i=1, \ldots, n)$ are given, the variables $x_{i j}$ and $T$ are what we look for. Such an optimization problem with a linear objective function and linear constraints is called a linear program. The set of feasible solutions of (1.1), a so-called polyhedron, is easily seen to be convex, and one can prove that there always exists an optimum solution which is one of the finitely many extreme points of this set. Therefore a linear program can, theoretically, also be solved by complete enumeration. But there are much better ways as we shall see later.

Although there are several algorithms for solving linear programs in general, such general techniques are usually less efficient than special algorithms exploiting the structure of the problem. In our case it is convenient to model the sets $S_i, i=$ $1, \ldots, n$, by a graph. For each job $i$ and for each employee $j$ we have a point (called vertex), and we connect employee $j$ with job $i$ by an edge if he or she can contribute to this job (i.e. if $j \in S_i$ ). Graphs are a fundamental combinatorial structure; many combinatorial optimization problems are described most naturally in terms of graph theory.

Suppose for a moment that the processing time of each job is one hour, and we ask whether we can finish all jobs within one hour. So we look for numbers $x_{i j}$ $\left(i \in{1, \ldots, n}, j \in S_i\right)$ such that $0 \leq x_{i j} \leq 1$ for all $i$ and $j, \sum_{j \in S_i} x_{i j}=1$ for $i=1, \ldots, n$, and $\sum_{i: j \in S_i} x_{i j} \leq 1$ for $j=1, \ldots, n$. One can show that if such a solution exists, then in fact an integral solution exists, i.e. all $x_{i j}$ are either 0 or 1 . This is equivalent to assigning each job to one employee, such that no employee has to do more than one job. In the language of graph theory we then look for a matching covering all jobs. The problem of finding optimal matchings is one of the best-known combinatorial optimization problems.

We review the basics of graph theory and linear programming in Chapters 2 and 3. In Chapter 4 we prove that linear programs can be solved in polynomial time, and in Chapter 5 we discuss integral polyhedra. In the subsequent chapters we discuss some classical combinatorial optimization problems in detail.

数学代写|组合优化代写Combinatorial optimization代考|COMP567

组合优化代写

数学代写|组合优化代写组合优化代考|提升的圆角割集不等式


现在,我们给出了本文的主要结果,即BBFLP的一个新的有效不等式族。后一种不等式是通过提升四舍五入的割集不等式得到的

考虑这样一种情况:所有的设施都是打开的,所有的客户机都被分配到一个设施。对于每个$j \in D$,让$h_{j}$是它被分配到的设施(图1)。
让$Q_{0}=\left{(x, y, t) \in Q\right.$使$t_{j}^{h}=0$,对于所有$\left.h \in H \backslash h_{j}, j \in D\right}$。
引理1。$Q_{0}$的解正好是一个NLP的解,其中需求集由对$\left(j, h_{j}\right)$组成,其中$j$是原点,$h_{j}$是目的地,$d_{j}$是商品。


根据引理1,对应的NLP多面体的每个有效不等式(分别facet定义)对$Q_{0}$有效(分别facet定义)。这意味着四舍五入的割集不等式对$Q_{0}$有效。


我们的目标是通过提升过程扩展圆角割集不等式,得到BBFLP的面定义不等式。设$(x, y, t) \in Q_{0}$和$S \subseteq V$是一个节点集,这样$S \cap V \neq \emptyset \neq \bar{S} \cap V$。让$A$ (resp。$A^{\prime}$)是$D \cap S$ (resp。$D \cap \bar{S}$)分配给$H \cap \bar{S}$的一个设施(resp。$H \cap S$)。此外,让$B$ (resp。$B^{\prime}$)是$D \cap S$ (resp。$D \cap \bar{S}$)分配给$H \cap S$的一个设施(resp。$H \cap \bar{S}$)。
由$S$引起的圆割集不等式
$$
x^{1}(\delta(S))+r x^{2}(\delta(S)) \geq r\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C}\right\rceil,
$$
其中$r=d\left(A \cup A^{\prime}\right)(\bmod C)$。显然(24)对于$Q_{0}$是有效的。
为了方便,我们让,
$$
\begin{aligned}
&A_{1}=\left{j \in A \cup A^{\prime} \text { such that } d_{j} \leq r\right} \
&A_{2}=\left{j \in A \cup A^{\prime} \text { such that } d_{j}>r\right} \
&B_{1}=\left{j \in B \cup B^{\prime} \text { such that } d_{j} \leq C-r\right}, \
&B_{2}=\left{j \in B \cup B^{\prime} \text { such that } d_{j}>C-r\right} .
\end{aligned}
$$
现在我们给出我们的主要结果。
定理4。让$S \subseteq V$和$S \cap V \neq \emptyset \neq V \cap \bar{S}$。不等式
$$
x^{1}(\delta(S))+r x^{2}(\delta(S))+\sum_{j \in D} \sum_{\left.h \in H \backslash h_{j}\right}} C_{j}^{h} t_{j}^{h} \geq r\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C}\right\rceil
$$
其中
$$
C_{j}^{h}=\left{\begin{array}{l}
d_{j}, \text { for } j \in A_{1} \cap A, h \in H \cap S \text { and for } \in A_{1} \cap A^{\prime}, h \in H \cap \bar{S}, \
r, \text { for } j \in A_{2} \cap A, h \in H \cap S \text { and for } j \in A_{2} \cap A^{\prime}, h \in H \cap \bar{S} \
C-r-d_{j}, \text { for } j \in B_{1} \cap B, h \in H \cap \bar{S} \text { and for } j \in B_{1} \cap B^{\prime}, h \in H \cap S, \
0, \text { otherwise. }
\end{array}\right.
$$
对于BBFLP是有效的。此外,(25)是$Q$的facet,如果(24)是$Q_{0}$的facet

数学代写|组合优化代写combinatoroptimization代考|Linear optimization Problems

.


我们现在考虑我们最初给出的第二个例子,作业分配问题,并简要讨论一些将在以后章节中讨论的中心主题


作业分配问题与钻井问题非常不同,因为每个实例都有无限多个可行解(除了琐碎的情况)。我们可以通过引入一个变量$T$来重新表述这个问题:
$$
\min T
$$
$\begin{aligned} \text { s.t. } \quad \sum_{j \in S_i} x_{i j} &=t_i & &(i \in{1, \ldots, n}) \ x_{i j} & \geq 0 & &\left(i \in{1, \ldots, n}, j \in S_i\right) \ \sum_{i: j \in S_i} x_{i j} \leq T & &(j \in{1, \ldots, m}) \end{aligned}$
给出了数字$t_i$和集合$S_i(i=1, \ldots, n)$,变量$x_{i j}$和$T$是我们要寻找的。这样一个具有线性目标函数和线性约束的优化问题称为线性规划。(1.1)的可行解集是一个所谓的多面体,很容易看出它是凸的,我们可以证明总存在一个最优解,它是这个集的有限多个极值点之一。因此,线性规划在理论上也可以用完全枚举法求解。但是我们后面会看到,还有更好的方法


虽然一般有几种求解线性规划的算法,但这些通用的技术通常不如利用问题结构的特殊算法效率高。在我们的例子中,用图对集合$S_i, i=$$1, \ldots, n$建模是很方便的。对于每个工作$i$和每个员工$j$,我们都有一个点(称为顶点),我们用一条边将员工$j$和工作$i$连接起来,如果他或她能够对该工作做出贡献(即如果$j \in S_i$)。图是一种基本的组合结构;许多组合优化问题是用图论来描述的最自然的


假设每个作业的处理时间是一个小时,我们问是否可以在一个小时内完成所有的作业。因此,我们寻找数字$x_{i j}$$\left(i \in{1, \ldots, n}, j \in S_i\right)$,以便$0 \leq x_{i j} \leq 1$代表所有$i$, $j, \sum_{j \in S_i} x_{i j}=1$代表$i=1, \ldots, n$, $\sum_{i: j \in S_i} x_{i j} \leq 1$代表$j=1, \ldots, n$。可以证明,如果这样一个解存在,那么实际上一个积分解存在,即所有$x_{i j}$要么是0,要么是1。这相当于将每个工作分配给一个员工,这样任何员工都不必做多于一项工作。在图论的语言中,我们然后寻找一个涵盖所有工作的匹配。寻找最优匹配的问题是最著名的组合优化问题之一


我们在第二章和第三章中回顾了图论和线性规划的基础知识。第四章证明了线性规划可以在多项式时间内求解,第五章讨论了积分多面体。在后面的章节中,我们将详细讨论一些经典的组合优化问题

数学代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|组合优化代写Combinatorial optimization代考|New Facets

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
Models and Algorithms for Facility Location Problems with Equity  Considerations
数学代写|组合优化代写Combinatorial optimization代考|New Facets

数学代写|组合优化代写Combinatorial optimization代考|Network Loading and Valid Inequalities

Several families of valid inequalities were introduced for the problem, in the following we will give the basic valid inequalities that define facets.
The NLP with two cables types is formulated as follows.
Let $G=(V, E)$ be an undirected graph, a set of $M$ commodities $\left{\left(s_{1}, t_{1}\right), \ldots,\left(s_{|M|}, t_{|M|}\right)\right}$, a commodity $q \in{1, \ldots, M}$ having a demand $d_{q}$.
$$
\begin{aligned}
&\min \sum_{u \in E E} l_{u v} \gamma^{1} x_{u E}^{1}+l_{w v} \gamma^{2} x_{u E}^{2} \
&\sum_{v \in V} f_{(u, v)}^{q}-\sum_{v \in V} f_{(v, w)}^{q}=\left{\begin{array}{ll}
d_{q}, \text { if } u=s_{q} \
-d_{q}, \text { if } u=t_{q}, \
0, & \text { otherwise. }
\end{array} \quad \text { for all } u \in V, q \in{1, \ldots, M}(17)\right.
\end{aligned}
$$
$$
\begin{aligned}
&\sum_{q=1}^{M}\left(f_{(u, v)}^{k}+f_{(v, u)}^{k}\right) \leq x_{u v}^{1}+C x_{u v}^{2} \
&x_{e}^{1}, x_{e}^{2} \geq 0, \quad \text { for all } e \in E, \
&f_{(u, v)}^{k}, f_{(v, u)}^{k} \geq 0 \text { for all } u v \in E, k \in K .
\end{aligned}
$$
Rounded Cut-Set Inequalities. The rounded cut-set inequalities are obtained by partitioning the node set into two subsets, namely $S$ and $\bar{S}$. Magnanti et al. [14] introduced the following form for the rounded cut-set inequalities:
$$
x^{1}(\delta(S))+r x^{2}(\delta(S)) \geq r\left\lceil\frac{D_{S, \bar{S}}}{C}\right\rceil
$$

where $D_{S, \bar{S}}$ is the total demand whose origin lays in $S$ and destination in $\bar{S}$ and vice-versa, and
$$
r=\left{\begin{array}{l}
C, \text { if } \quad D_{S, \bar{S}} \quad(\bmod C)=0 \
D_{S, \bar{S}} \quad(\bmod C), \text { otherwise. }
\end{array}\right.
$$
Theorem 3 [14]. A rounded cut set inequality defines a facet for the $N L P$ if and only if

  1. the subgraphs induced by $S$ and by $\bar{S}$ are connected,
  2. $D_{S, \bar{S}}>0$.
    Partition Inequalities. Several version of partition inequalities have been developed in the literature, in particular, Magnanti et al. [14] gave a family of three-partition inequalities of the following form:
    $$
    x_{12}^{1}+x_{13}^{1}+x_{23}^{1}+r\left(x_{12}^{2}+x_{13}^{2}+x_{23}^{2}\right) \geq\left\lceil\left[\frac{r\left(\left\lceil\frac{d_{12}+d_{13}}{C}\right\rceil+\left\lceil\frac{d_{12}+d_{23}}{C}\right\rceil+\left\lceil\frac{d_{13}+d_{23}}{C}\right\rceil\right)}{2}\right\rceil\right.
    $$
    The following metric inequalities are valid for NLP with one cable type:
    Metric Inequalities. Metric inequalities can be introduced after projecting out the flow variables from the polyhedron and obtain a “capacity formulation” in the space of capacity variables. In particular Avella et al. [2] gave a family of metric inequalities that completely describe the polyhedron, they take the form
    $$
    \mu x \geq \rho(\mu, G, d), \mu \in \operatorname{Met}(G)
    $$
    In the next section we present a lifting procedure that extends the Rounded cut-set inequalities defined for NLP to be valid for BBFLP.

数学代写|组合优化代写Combinatorial optimization代考|Lifted Rounded Cut-Set Inequalities

Now, we give the main result of the paper which is a new family of valid inequalities for the BBFLP. These latter inequalities are obtained by lifting the rounded cut-set inequalities.

Consider the situation where all the facilities are opened and all the clients are assigned to a facility. For every $j \in D$, let $h_{j}$ be the facility to which it is assigned (Fig. 1).
Let $Q_{0}=\left{(x, y, t) \in Q\right.$ such that $t_{j}^{h}=0$, for all $\left.h \in H \backslash h_{j}, j \in D\right}$.
Lemma 1. The solutions of $Q_{0}$ are exactly solutions of a NLP where the demand set is composed of the pairs $\left(j, h_{j}\right)$, with $j$ the origin, $h_{j}$ the destination and $d_{j}$ is the commodity.

By Lemma 1, every valid inequality (respectively facet defining) for the corresponding NLP polyhedron are valid for $Q_{0}$ (respectively facet defining). This means that rounded cut-set inequalities are valid for $Q_{0}$.

Our objective is to extend the rounded cut-set inequalities by a lifting procedure to obtain facet defining inequalities for BBFLP. Let $(x, y, t) \in Q_{0}$ and $S \subseteq V$ be a node set such that $S \cap V \neq \emptyset \neq \bar{S} \cap V$. Let $A$ (resp. $A^{\prime}$ ) be the node subset of $D \cap S$ (resp. $D \cap \bar{S}$ ) which are assigned to a facility of $H \cap \bar{S}$ (resp. $H \cap S$ ). Also, let $B$ (resp. $B^{\prime}$ ) be the node subset of $D \cap S$ (resp. $D \cap \bar{S}$ ) which are assigned to a facility of $H \cap S$ (resp. $H \cap \bar{S}$ ).
The rounded cut-set inequality induced by $S$ is
$$
x^{1}(\delta(S))+r x^{2}(\delta(S)) \geq r\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C}\right\rceil,
$$
where $r=d\left(A \cup A^{\prime}\right)(\bmod C)$. Clearly (24) is valid for $Q_{0}$.
For convenience, we let,
$$
\begin{aligned}
&A_{1}=\left{j \in A \cup A^{\prime} \text { such that } d_{j} \leq r\right} \
&A_{2}=\left{j \in A \cup A^{\prime} \text { such that } d_{j}>r\right} \
&B_{1}=\left{j \in B \cup B^{\prime} \text { such that } d_{j} \leq C-r\right}, \
&B_{2}=\left{j \in B \cup B^{\prime} \text { such that } d_{j}>C-r\right} .
\end{aligned}
$$
Now we give our main result.
Theorem 4. Let $S \subseteq V$ with $S \cap V \neq \emptyset \neq V \cap \bar{S}$. The inequality
$$
x^{1}(\delta(S))+r x^{2}(\delta(S))+\sum_{j \in D} \sum_{\left.h \in H \backslash h_{j}\right}} C_{j}^{h} t_{j}^{h} \geq r\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C}\right\rceil
$$
where
$$
C_{j}^{h}=\left{\begin{array}{l}
d_{j}, \text { for } j \in A_{1} \cap A, h \in H \cap S \text { and for } \in A_{1} \cap A^{\prime}, h \in H \cap \bar{S}, \
r, \text { for } j \in A_{2} \cap A, h \in H \cap S \text { and for } j \in A_{2} \cap A^{\prime}, h \in H \cap \bar{S} \
C-r-d_{j}, \text { for } j \in B_{1} \cap B, h \in H \cap \bar{S} \text { and for } j \in B_{1} \cap B^{\prime}, h \in H \cap S, \
0, \text { otherwise. }
\end{array}\right.
$$
is valid for BBFLP. Moreover (25) is facet for $Q$ if (24) is facet for $Q_{0}$.

数学代写|组合优化代写Combinatorial optimization代考|A Polyhedral Study for the Buy-at-Bulk Facility Location Problem

Lemma 3. If $D^{\prime}=\emptyset$ then, for every $j_{0} \in A \cup A^{\prime}$ and $h_{0} \in H \backslash\left{h_{j_{0}}\right}$,
$$
\xi_{j_{0}}^{h_{0}}=r\left\lceil\frac{d(W)}{C}\right\rceil+\varepsilon_{W}
$$
where $W=\left(A \cup A^{\prime}\right) \backslash\left{j_{0}\right}$.
Proof. First, let $\beta$ be the number of cables of type 1 loaded on the edges of $\delta(S)$. Also, w.l.o.g., we assume that the number of cables of type 2 loaded on the edges of $\delta(S)$ is $\left\lceil\frac{d(W)}{C}\right\rceil-\lambda$, for some $\lambda \geq 0$. In any feasible solution of the BBFLP, we have that $\beta+C\left(\left\lceil\frac{d(W)}{C}\right\rceil-\lambda\right) \geq d(W)$.

We have that $x^{1}(\delta(S))+r x^{2}(\delta(S))=\beta+r\left(\left\lceil\frac{d(W)}{C}\right\rceil-\lambda\right)$. If $\lambda=0$, we can show that the minimum value of $x^{1}(\delta(S))+r x^{2}(\delta(S))$ is obtained for $\beta=0$. Thus, $\xi_{j_{0}}^{h_{0}}=r\left\lceil\frac{d(W)}{C}\right\rceil$ in this case. Now, if $\lambda \geq 1$, we have that
$$
\beta+r\left(\left\lceil\frac{d(W)}{C}\right\rceil-\lambda\right) \geq(C-r) \lambda-C+r_{W}+r\left\lceil\frac{d(W)}{C}\right\rceil .
$$
Here also, we can show that the minimum of $x^{1}(\delta(S))+r x^{2}(\delta(S))$ is obtained for $\lambda=1$ and $\beta=C(\lambda-1)+r_{W}=r_{W}$, that is $\xi_{j_{0}}^{h_{0}}=r_{W}-r+r\left\lceil\frac{d(W)}{C}\right\rceil$.
Thus, $\xi_{j_{0}}^{h_{0}}=r\left\lceil\frac{d(W)}{C}\right\rceil+\min \left{0, r_{W}-r\right}=r\left\lceil\frac{d(W)}{C}\right\rceil+\varepsilon_{W}$.
Lemma 4. If $D^{\prime}=\emptyset$ then, for every $j_{0} \in B \cup B^{\prime}$ and $h_{0} \in H \backslash\left{h_{j_{0}}\right}$,
$$
\xi_{j_{0}}^{h_{0}}=r\left\lceil\left[\frac{d(W)}{C}\right\rceil+\varepsilon_{W}\right.
$$
where $W=A \cup A^{\prime} \cup\left{j_{0}\right}$.
Now, for a node set $U \subseteq D$, we let
$$
\alpha_{U}=\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C}\right\rceil-\left\lceil\frac{d(U)}{C}\right\rceil .
$$
From Lemmas 3 and 4 , when $D^{\prime}=\emptyset$, the lifting coefficient of a variable $t_{j_{0}}^{h_{0}}$ is of the form
$$
C_{j_{0}}^{h_{0}}=r \alpha_{W}-\varepsilon_{W}
$$
where
$$
W=\left{\begin{array}{l}
\left(A \cup A^{\prime}\right) \backslash\left{j_{0}\right}, \text { for } j_{0} \in A \cup A^{\prime}, \
A \cup A^{\prime} \cup\left{j_{0}\right}, \text { for } j_{0} \in B \cup B^{\prime} .
\end{array}\right.
$$
From this, we can see that the lifting coefficient of variable $t_{j}^{h}$, when $D^{\prime}=\emptyset$ ({i.e. $}$ when the variable is lifted at first), is
$-C_{j}^{h}=r \alpha_{W}-\varepsilon_{W}=d_{j}$, for $j \in A_{1}$,
$-C_{j}^{h}=r \alpha_{W}-\varepsilon_{W}=r$, for $j \in A_{2}$,
$-C_{j}^{h}=r \alpha_{W}-\varepsilon_{W}=0$, for $j \in B_{1}$,
$-C_{j}^{h}=r \alpha_{W}-\varepsilon_{W}=C-r-d_{j}$, for $j \in B_{2} .$

数学代写|组合优化代写Combinatorial optimization代考|New Facets

组合优化代写

数学代写|组合优化代写Combinatorial optimization代考|Network Loading and Valid Inequalities

为这个问题引入了几个有效不等式族,下面我们将给出定义方面的基本有效不等式。
具有两种电缆类型的 NLP 公式如下。
让G=(V,E)是一个无向图,一组M商品\left{\left(s_{1}, t_{1}\right), \ldots,\left(s_{|M|}, t_{|M|}\right)\right}\left{\left(s_{1}, t_{1}\right), \ldots,\left(s_{|M|}, t_{|M|}\right)\right}, 一种商品q∈1,…,M有需求dq.
$$
\begin{aligned}
&\min \sum_{u \in EE} l_{uv} \gamma^{1} x_{u E}^{1}+l_{wv} \gamma^{2} x_{ u E}^{2} \
&\sum_{v \in V} f_{(u, v)}^{q}-\sum_{v \in V} f_{(v, w)}^{q} =\左{dq, if u=sq −dq, if u=tq, 0, otherwise. \quad \text { for all } u \in V, q \in{1, \ldots, M}(17)\right.
\end{对齐}

∑q=1M(f(u,v)k+f(v,u)k)≤xuv1+Cxuv2 xe1,xe2≥0, for all e∈E, f(u,v)k,f(v,u)k≥0 for all uv∈E,k∈K.
RoundedCut−SetInequalities.Theroundedcut−setinequalitiesareobtainedbypartitioningthenodesetintotwosubsets,namely$S$and$S¯$.Magnantietal.[14]introducedthefollowingformfortheroundedcut−setinequalities:
x^{1}(\delta(S))+rx^{2}(\delta(S)) \geq r\left\lceil\frac{D_{S, \bar{S}}}{C}\对\rceil
$$

在哪里DS,S¯是起源于的总需求S和目的地S¯反之亦然,
$$
r=\left{C, if DS,S¯(modC)=0 DS,S¯(modC), otherwise. \对。
$$
定理 3 [14]。圆割集不等式定义了NLP当且仅当

  1. 子图由S并通过S¯连接,
  2. DS,S¯>0.
    分区不等式。文献中已经发展了几个版本的分区不等式,特别是 Magnanti 等人。[14] 给出了以下形式的三分区不等式族:
    x121+x131+x231+r(x122+x132+x232)≥⌈[r(⌈d12+d13C⌉+⌈d12+d23C⌉+⌈d13+d23C⌉)2⌉
    以下度量不等式对具有一种电缆类型的 NLP 有效:
    度量不等式。将多面体中的流量变量投影出来后,可以引入度量不等式,得到容量变量空间中的“容量公式”。特别是 Avella 等人。[2] 给出了一系列完全描述多面体的度量不等式,它们采用以下形式
    μx≥ρ(μ,G,d),μ∈Met⁡(G)
    在下一节中,我们将介绍一个提升程序,它将为 NLP 定义的圆角割集不等式扩展为对 BBFLP 有效。

数学代写|组合优化代写Combinatorial optimization代考|Lifted Rounded Cut-Set Inequalities

现在,我们给出论文的主要结果,即 BBFLP 的一个新的有效不等式族。后面的这些不等式是通过提升舍入割集不等式获得的。

考虑所有设施都打开并且所有客户端都分配到一个设施的情况。对于每一个j∈D, 让hj是它被分配到的设施(图 1)。
让Q_{0}=\left{(x, y, t) \in Q\right.$ 使得 $t_{j}^{h}=0$,对于所有 $\left.h \in H \反斜杠 h_ {j}, j \in D\right}Q_{0}=\left{(x, y, t) \in Q\right.$ such that $t_{j}^{h}=0$, for all $\left.h \in H \backslash h_{j}, j \in D\right}.
引理 1. 的解决方案Q0正是 NLP 的解决方案,其中需求集由对组成(j,hj), 和j起源,hj目的地和dj是商品。

根据引理 1,对应 NLP 多面体的每个有效不等式(分别定义面定义)对于Q0(分别是刻面定义)。这意味着舍入割集不等式适用于Q0.

我们的目标是通过提升程序来扩展圆形割集不等式,以获得 BBFLP 的刻面定义不等式。让(x,y,t)∈Q0和S⊆V是一个节点集,使得S∩V≠∅≠S¯∩V. 让A(分别。A′) 是的节点子集D∩S(分别。D∩S¯) 分配给以下设施的H∩S¯(分别。H∩S)。另外,让B(分别。B′) 是的节点子集D∩S(分别。D∩S¯) 分配给以下设施的H∩S(分别。H∩S¯)。
圆切集不等式由S是
x1(δ(S))+rx2(δ(S))≥r⌈d(A∪A′)C⌉,
在哪里r=d(A∪A′)(modC). 显然 (24) 对Q0.
为了方便,我们让,
\begin{对齐} &A_{1}=\left{j \in A \cup A^{\prime} \text { 这样 } d_{j} \leq r\right} \ &A_{2}=\left{ j \in A \cup A^{\prime} \text { 这样 } d_{j}>r\right} \ &B_{1}=\left{j \in B \cup B^{\prime} \text { 这样 } d_{j} \leq Cr\right}, \ &B_{2}=\left{j \in B \cup B^{\prime} \text { 这样 } d_{j}>Cr\right } 。\end{对齐}\begin{aligned} &A_{1}=\left{j \in A \cup A^{\prime} \text { such that } d_{j} \leq r\right} \ &A_{2}=\left{j \in A \cup A^{\prime} \text { such that } d_{j}>r\right} \ &B_{1}=\left{j \in B \cup B^{\prime} \text { such that } d_{j} \leq C-r\right}, \ &B_{2}=\left{j \in B \cup B^{\prime} \text { such that } d_{j}>C-r\right} . \end{aligned}
现在我们给出我们的主要结果。
定理 4. 让S⊆V和S∩V≠∅≠V∩S¯. 不平等
x^{1}(\delta(S))+r x^{2}(\delta(S))+\sum_{j \in D} \sum_{\left.h \in H \反斜杠 h_{j} \right}} C_{j}^{h} t_{j}^{h} \geq r\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C} \对\rceilx^{1}(\delta(S))+r x^{2}(\delta(S))+\sum_{j \in D} \sum_{\left.h \in H \backslash h_{j}\right}} C_{j}^{h} t_{j}^{h} \geq r\left\lceil\frac{d\left(A \cup A^{\prime}\right)}{C}\right\rceil
其中
$$
C_{j}^{h}=\left{dj, for j∈A1∩A,h∈H∩S and for ∈A1∩A′,h∈H∩S¯, r, for j∈A2∩A,h∈H∩S and for j∈A2∩A′,h∈H∩S¯ C−r−dj, for j∈B1∩B,h∈H∩S¯ and for j∈B1∩B′,h∈H∩S, 0, otherwise. \对。
$$
对 BBFLP 有效。此外,(25) 是面向Q如果 (24) 是一个方面Q0.

数学代写|组合优化代写Combinatorial optimization代考|A Polyhedral Study for the Buy-at-Bulk Facility Location Problem

引理 3. 如果D′=∅那么,对于每一个j0∈A∪A′和h_{0} \in H \反斜杠\left{h_{j_{0}}\right}h_{0} \in H \backslash\left{h_{j_{0}}\right},
ξj0h0=r⌈d(W)C⌉+εW
在哪里W=\left(A \cup A^{\prime}\right) \反斜杠\left{j_{0}\right}W=\left(A \cup A^{\prime}\right) \backslash\left{j_{0}\right}.
证明。首先,让β是负载在边缘的类型 1 电缆的数量δ(S). 此外,wlog,我们假设负载在边缘的类型 2 电缆的数量δ(S)是⌈d(W)C⌉−λ, 对于一些λ≥0. 在 BBFLP 的任何可行解中,我们有β+C(⌈d(W)C⌉−λ)≥d(W).

我们有那个x1(δ(S))+rx2(δ(S))=β+r(⌈d(W)C⌉−λ). 如果λ=0,我们可以证明最小值x1(δ(S))+rx2(δ(S))获得β=0. 因此,ξj0h0=r⌈d(W)C⌉在这种情况下。现在,如果λ≥1, 我们有
β+r(⌈d(W)C⌉−λ)≥(C−r)λ−C+rW+r⌈d(W)C⌉.
在这里,我们还可以证明,最小x1(δ(S))+rx2(δ(S))获得λ=1和β=C(λ−1)+rW=rW, 那是ξj0h0=rW−r+r⌈d(W)C⌉.
因此,\xi_{j_{0}}^{h_{0}}=r\left\lceil\frac{d(W)}{C}\right\rceil+\min \left{0, r_{W}-r\右}=r\left\lceil\frac{d(W)}{C}\right\rceil+\varepsilon_{W}\xi_{j_{0}}^{h_{0}}=r\left\lceil\frac{d(W)}{C}\right\rceil+\min \left{0, r_{W}-r\right}=r\left\lceil\frac{d(W)}{C}\right\rceil+\varepsilon_{W}.
引理 4. 如果D′=∅那么,对于每一个j0∈B∪B′和h_{0} \in H \反斜杠\left{h_{j_{0}}\right}h_{0} \in H \backslash\left{h_{j_{0}}\right},
ξj0h0=r⌈[d(W)C⌉+εW
在哪里W=A \cup A^{\prime} \cup\left{j_{0}\right}W=A \cup A^{\prime} \cup\left{j_{0}\right}.
现在,对于一个节点集U⊆D,我们让
αU=⌈d(A∪A′)C⌉−⌈d(U)C⌉.
从引理 3 和 4 ,当D′=∅, 变量的提升系数tj0h0是形式
Cj0h0=rαW−εW
其中
$$
W=\left{\begin{array}{l} \left(A \cup A^{\prime}\right) \backslash\left{j_{0}\right}, \text { for } j_{0} \in A \cup A^{\prime}, \ A \cup A^{\prime} \cup\left{j_{0}\right}, \text { for } j_{0} \in B \cup B^{\prime} . \结束{数组}\begin{array}{l} \left(A \cup A^{\prime}\right) \backslash\left{j_{0}\right}, \text { for } j_{0} \in A \cup A^{\prime}, \ A \cup A^{\prime} \cup\left{j_{0}\right}, \text { for } j_{0} \in B \cup B^{\prime} . \end{array}\对。
$$
由此可知,变量的提升系数tjh, 什么时候D′=∅({IE}}当变量首先被提升时),是
−Cjh=rαW−εW=dj, 为了j∈A1,
−Cjh=rαW−εW=r, 为了j∈A2,
−Cjh=rαW−εW=0, 为了j∈B1,
−Cjh=rαW−εW=C−r−dj, 为了j∈B2.

数学代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

数学代写|组合优化代写Combinatorial optimization代考|A Polyhedral Study for the Buy-at-Bulk Facility Location Problem

如果你也在 怎样代写组合优化Combinatorial optimization这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。

组合优化是处于组合学和理论计算机科学前沿的一个新兴领域,旨在使用组合技术解决离散优化问题。离散优化问题旨在从一个有限的可能性集合中确定可能的最佳解决方案。

组合优化是数学优化的一个子领域,包括从一个有限的对象集合中找到一个最佳对象,其中可行的解决方案的集合是离散的或可以减少到一个离散集合。典型的组合优化问题是旅行推销员问题(”TSP”)、最小生成树问题(”MST”)和结囊问题。在许多这样的问题中,如前面提到的问题,穷举搜索是不可行的,因此必须采用能迅速排除大部分搜索空间的专门算法或近似算法来代替。

statistics-lab™ 为您的留学生涯保驾护航 在代写组合优化Combinatorial optimization方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计Statistics代写服务。我们的专家在代写组合优化Combinatorial optimization代写方面经验极为丰富,各种代写组合优化Combinatorial optimization相关的作业也就用不着说。

我们提供的组合优化Combinatorial optimization及其相关学科的代写,服务范围广, 其中包括但不限于:

  • Statistical Inference 统计推断
  • Statistical Computing 统计计算
  • Advanced Probability Theory 高等概率论
  • Advanced Mathematical Statistics 高等数理统计学
  • (Generalized) Linear Models 广义线性模型
  • Statistical Machine Learning 统计机器学习
  • Longitudinal Data Analysis 纵向数据分析
  • Foundations of Data Science 数据科学基础
Hub Location Models in Public Transport Planning
数学代写|组合优化代写Combinatorial optimization代考|A Polyhedral Study for the Buy-at-Bulk Facility Location Problem

数学代写|组合优化代写Combinatorial optimization代考|Introduction

The Buy-at-Bulk facility location problem (BBFLP for short) is defined by an undirected graph $G=(V, E)$, where $V$ denotes the set of nodes and $E$ denotes the set of edges. We are given a set of clients $D \subseteq V$ and a set of facilities $H \subseteq V$. Each client $j \in D$ has a positive demand $d_{j}$. Each facility $h \in H$ is associated with an opening cost $\mu_{h}$. We also have a set $K$ of different cable types. Each cable type $k \in K$ has a capacity $u_{k}$ and a set-up cost per unit length denoted by $\gamma_{k}$. Finally, for each edge $e \in E$ we consider a length $l_{e} \in \mathbb{Z}^{+}$. We assume that the cable types satisfy the so-called economies of scales in that if we let $K={1, \ldots,|K|}$ such that $u_{1} \leq u_{2} \leq \ldots \leq u_{K}, \gamma_{1} \leq \gamma_{2} \leq \ldots \leq \gamma_{K}$, and $\gamma_{1} / u_{1} \geq \gamma_{2} / u_{2} \geq \ldots \geq \gamma_{K} / u_{K}$. A solution of the BBFLP consists in choosing

  • a set of facilities to open.
  • an assignment of each client to exactly one opened facility,
  • a number of cables of each type to be installed on each edge of the graph in order to route the demands from each client to the facility to which it is assigned.

The BBFLP is closely related to the facility location problem and network loading problem. It has many applications in telecommunications and transportation network design. It is not hard to see that the BBFLP contains the Facility Location problem and hence it is NP-hard.

In the literature, the BBFLP was mainly studied in the perspective of approximation algorithms. It was first studied by Meyrson et al. [17] who considered a cost-distance problem and present the BBFLP as a special case of this latter problem. In their work, they provided an $O(\log |D|)$ approximation algorithm.
Ravi et al. [19] gave an $O(k)$ approximation algorithm for the BBFLP where $k$ is the number of cable types. Later, Friggst et al. [13] considered an integer programming formulation for the BBFLP, and showed that this formulation has an integrality gap of $O(k)$. They also considered the variant of the BBFLP where the opened facilities must be connected and gave an integrality gap of $O(1)$. Recently, Bley et al. [7] presented the first exact algorithm for the problem. They introduced a path-based formulation for the problem and compare it with a compact flow-based formulation. They also design an exact branch-and-priceand-cut algorithm for solving the path-based formulation.

As mentioned before, the BBFLP is related to the Network Loading Problem (NLP) and the Facility Location Problem (FLP). Both problems have received a lot of attention. Concerning, the NLP, Magnanti et al. [14] studied the NLP from a polyhedral point of view. They introduced some classes of valid inequalities and devised a Branch-and-Cut algorithm. In [15], Magnanti et al. considered the NLP with two cable types and some particular graphs and gave a complete description of the associated polyhedron in these cases. Bienstock et al. [6] studied the NLP with two cable types with possible extension to more than three cable types. Barahona [9] addressed the same problem, he used a relaxation without flow variables, this relaxation is based on cut condition for multicommodity flows. Gülnük [11] gave a branch and cut algorithm using spanning tree inequalities and mixed integer rounding inequalities. Agarwal [3] has introduced 4-partition based facets. Agarwal [4] extended his previous work and get a complete description of the 4-node network design problem. Raacker et al. [18] have extended the polyhedral results for cut-based inequalities for network design problem with directed, bidirected and undirected link-capacity models. Agarwal [5] developed the total-capacity inequalities, one-two inequalities and spanning trees inequalities based on a p-partition of the graph and discuss conditions under which these inequalities are facet-defining.

数学代写|组合优化代写Combinatorial optimization代考|Integer Programming Formulation and Polyhedron

Now, we give the so-called cut formulation for the BBFLP. This formulation can be obtained by slightly modifying the flow-based formulation introduced by [7] and projecting out the flow variables. The cut formulation is given below. Variable $t_{j}^{h}$ equals 1 if the client $j$ is assigned to facility $h$, for all $j \in D$ and $h \in H$, and $x_{e}^{k}$ is the number of cable of type $k$ installed on edge $e$, for all $e \in E$ and $k \in K$.
$\min \sum_{h \in H} \mu_{h} y_{h}+\sum_{e \in E} \sum_{k \in K} \gamma^{k} l_{e}^{k} x_{e}^{k}$
$\sum_{h \in H} t_{j}^{h}=1$,
for all $j \in D$
$t_{j}^{h} \leq y_{h}$,
for all $h \in H, j \in D$
$h \in H, j \in D$
$\sum_{\varepsilon \in \delta(W)} \sum_{k \in K} u_{k} x_{e}^{k} \geq \sum_{j \in W \cap D_{h}} \sum_{h \cap H \bar{S}} t_{j}^{h} d_{j}+\sum_{j \in W \cap D} \sum_{h \in H \cap S} t_{j}^{h} d_{j}$, for all $W \subseteq D$,
$S \subseteq V, \bar{S} \subseteq V \backslash S \quad$ (3)
$t_{j}^{h} \geq 0, \quad$ for all $h \in H, j \in D$, (4)
$y_{h} \leq 1, \quad$ for all $h \in H$,
$x_{e}^{k} \geq 0, \quad$ for all $k \in K, e \in E$, (6)
$t_{j}^{h} \in{0,1}, \quad$ for all $h \in H, j \in D$, (7)
$y_{h} \in{0,1}, \quad$ for all $h \in H$,
$x_{e}^{k} \in \mathbb{Z}^{+}, \quad$ for all $k \in K, e \in E$.
The constraints (1) impose that each client must be assigned to exactly one facility. Constraints (2) are the linking constraints and state that the clients can not be assigned to not open facilities. Constraints (3) are the so-called cut-set inequalities ensuring that the capacity on the edges of the graph is enough for routing all the demands. Constraints (4), (5) and (6) are trivial constraints. Constraints ( 7$),(8)$ and $(9)$ are the integrality constraints.
In the remain of this paper we focus on the cut formulation.
Let $Q=\left{(x, y, t) \in \mathbb{R}^{|E||K|} \times \mathbb{R}^{|H|} \times \mathbb{R}^{|H||D|}\right.$ such that $(x, y, t)$ satisfying (1)-(9) $}$. In the following, we give the dimension of the polyhedron and show that all the trivial inequalities define facets.

数学代写|组合优化代写Combinatorial optimization代考|Facets from Facility Location Problem

One can easily see that the projection of $Q$ on variables $y$ and $t$ corresponds to the solutions of a FLP. Thus every valid inequality (resp. facet) for the FLP polytope, in the space of $y$ and $t$ variables is also valid (resp. facet) for $Q$. Let $l_{j h}$ be the cost of assigning client $j$ to facility $h$, recall that the FLP is formulated as follows.
$$
\begin{gathered}
\min \sum_{j \in D} \sum_{h \in H} l_{j h} t_{j}^{h}+\sum_{h \in H} \mu_{h} y_{h} \
\sum_{h \in H} t_{j}^{h}=1, \quad j \in D \
t_{j}^{h} \leq y_{h}, \quad h \in H, j \in D \
t_{j}^{h} \in{0,1}, \quad h \in H, j \in D \
y_{i} \in{0,1} \quad h \in H .
\end{gathered}
$$
In what follows, we give some valid inequalities for the FLP which, from the above remarks, are also valid for the BBFLP. Note that under some conditions, these inequalities define facets of $Q$. For more details on valid inequalities and facets associated with FLP, the reader can refer to [10]. In particularly, the following inequalities are valid for facility location problem.

Circulant and Odd Cycle Inequalities. Cornuejols et al. [8] introduced the following. Let $p, q$ be integers satisfying $2 \leq q<p \leq m$ and $p \leq n, p$ is not multiple of $q, s_{1}, \ldots, s_{p}$ be distinct facilities, $m_{1}, \ldots, m_{p}$ be distinct clients, all the indices are modulo $p$ the following inequality is valid for facility location problem.
$$
\sum_{i=1}^{p} \sum_{j=i}^{i+q-1} t\left(s_{i}, m_{j}\right) \leq \sum_{h=1}^{p} y\left(s_{i}\right)+p-\lceil p / q\rceil
$$
Where $t\left(s_{i}, m_{j}\right)=\sum_{i \in s_{i}} \sum_{i \in m_{j}} t_{j}^{i}, y(S s i)=\sum_{i \in s_{i}} y_{i}$, they called the inequality above circulant inequality. Guignard [12] showed that this inequality defines facet when $p=q+1$, and it is called simple, and when $q=2$ it is called odd cycle inequality.

(p,q) Inequalities. Ardal et al. [1] addressed a family of valid inequalities $(p, q)$ inequalities. Let $p, q$ be integers, $2 \leq q \leq p \leq n, p$ is not multiple of $q, H^{\prime} \subseteq H$, $\left|H^{\prime}\right| \geq\lceil p / q\rceil, D^{\prime} \subseteq D,\left|D^{\prime}\right|=p, \tilde{G}$ is a bipartie graph having $H^{\prime}$ and $J^{\prime}$ as a node set, and $\forall h \in H^{\prime}$ degree(h) $=q$, and the set of edges of $G$ is $\tilde{E}$. The $(p, q)$ inequalities are defined as follows.
$$
\text { where } t(\tilde{E})=\sum_{{i, j} \in E} t_{j}^{h} .
$$

What Can Electron Microscopy Tell Us Beyond Crystal Structures? - Zhou -  2016 - European Journal of Inorganic Chemistry - Wiley Online Library
数学代写|组合优化代写Combinatorial optimization代考|A Polyhedral Study for the Buy-at-Bulk Facility Location Problem

组合优化代写

数学代写|组合优化代写Combinatorial optimization代考|Introduction

Buy-at-Bulk 设施选址问题(简称 BBFLP)由无向图定义G=(在,和), 在哪里在表示节点集和和表示边的集合。我们有一组客户D⊆在和一套设施H⊆在. 每个客户j∈D有积极的需求dj. 各设施H∈H与开盘成本相关μH. 我们还有一套ķ不同的电缆类型。每种电缆类型ķ∈ķ有能力在ķ每单位长度的设置成本表示为Cķ. 最后,对于每条边和∈和我们考虑一个长度l和∈从+. 我们假设电缆类型满足所谓的规模经济,如果我们让ķ=1,…,|ķ|这样在1≤在2≤…≤在ķ,C1≤C2≤…≤Cķ, 和C1/在1≥C2/在2≥…≥Cķ/在ķ. BBFLP 的解决方案在于选择

  • 一套设施开放。
  • 将每个客户分配到一个完全开放的设施,
  • 将在图表的每条边上安装许多每种类型的电缆,以便将每个客户的需求路由到分配给它的设施。

BBFLP 与设施位置问题和网络负载问题密切相关。它在电信和交通网络设计中有许多应用。不难看出 BBFLP 包含设施位置问题,因此它是 NP 难的。

在文献中,BBFLP主要是从逼近算法的角度来研究的。Meyrson 等人首先研究了它。[17] 考虑了成本距离问题,并将 BBFLP 视为后一个问题的特例。在他们的工作中,他们提供了一个这(日志⁡|D|)近似算法。
拉维等人。[19] 给出了一个这(ķ)BBFLP 的近似算法,其中ķ是电缆类型的数量。后来,Friggst 等人。[13] 考虑了 BBFLP 的整数规划公式,并表明该公式的完整性差距为这(ķ). 他们还考虑了 BBFLP 的变体,其中开放的设施必须连接,并给出了完整性差距这(1). 最近,Bley 等人。[7] 提出了该问题的第一个精确算法。他们为该问题引入了基于路径的公式,并将其与基于流的紧凑公式进行了比较。他们还设计了一个精确的分支和价格切割算法来解决基于路径的公式。

如前所述,BBFLP 与网络负载问题 (NLP) 和设施位置问题 (FLP) 有关。这两个问题都受到了广泛关注。关于 NLP,Magnanti 等人。[14] 从多面体的角度研究了 NLP。他们引入了一些有效的不等式,并设计了一个分支切割算法。在 [15] 中,Magnanti 等人。考虑了具有两种电缆类型和一些特定图形的 NLP,并在这些情况下给出了相关多面体的完整描述。比恩斯托克等人。[6] 研究了两种电缆类型的 NLP,可能扩展到三种以上的电缆类型。Barahona [9] 解决了同样的问题,他使用了没有流量变量的松弛,这种松弛基于多商品流的切割条件。Gülnük [11] 给出了一种使用生成树不等式和混合整数舍入不等式的分支和切割算法。Agarwal [3] 引入了基于 4 分区的方面。Agarwal [4] 扩展了他之前的工作并获得了对 4 节点网络设计问题的完整描述。雷克等人。[18]用有向、双向和无向链路容量模型扩展了网络设计问题的基于割的不等式的多面体结果。Agarwal [5] 基于图的 p 分区开发了总容量不等式、一二不等式和生成树不等式,并讨论了这些不等式是刻面定义的条件。Agarwal [4] 扩展了他之前的工作并获得了对 4 节点网络设计问题的完整描述。雷克等人。[18]用有向、双向和无向链路容量模型扩展了网络设计问题的基于割的不等式的多面体结果。Agarwal [5] 基于图的 p 分区开发了总容量不等式、一二不等式和生成树不等式,并讨论了这些不等式是刻面定义的条件。Agarwal [4] 扩展了他之前的工作并获得了对 4 节点网络设计问题的完整描述。雷克等人。[18]用有向、双向和无向链路容量模型扩展了网络设计问题的基于割的不等式的多面体结果。Agarwal [5] 基于图的 p 分区开发了总容量不等式、一二不等式和生成树不等式,并讨论了这些不等式是刻面定义的条件。

数学代写|组合优化代写Combinatorial optimization代考|Integer Programming Formulation and Polyhedron

现在,我们给出 BBFLP 的所谓割公式。这个公式可以通过稍微修改[7]引入的基于流量的公式并投影出流量变量来获得。切割配方如下。多变的吨jH如果客户端等于 1j分配给设施H, 对全部j∈D和H∈H, 和X和ķ是电缆类型的数量ķ安装在边缘和, 对全部和∈和和ķ∈ķ.
分钟∑H∈HμH是H+∑和∈和∑ķ∈ķCķl和ķX和ķ
∑H∈H吨jH=1,
对于所有j∈D
吨jH≤是H,
对于所有H∈H,j∈D
H∈H,j∈D
∑e∈d(在)∑ķ∈ķ在ķX和ķ≥∑j∈在∩DH∑H∩H小号¯吨jHdj+∑j∈在∩D∑H∈H∩小号吨jHdj, 对全部在⊆D,
小号⊆在,小号¯⊆在∖小号 (3)
吨jH≥0,对全部H∈H,j∈D, (4)
是H≤1,对全部H∈H,
X和ķ≥0,对全部ķ∈ķ,和∈和, (6)
吨jH∈0,1,对全部H∈H,j∈D, (7)
是H∈0,1,对全部H∈H,
X和ķ∈从+,对全部ķ∈ķ,和∈和.
约束 (1) 规定每个客户必须被分配到一个设施。约束 (2) 是链接约束,并表示不能将客户端分配到未打开的设施。约束 (3) 是所谓的割集不等式,确保图边缘的容量足以路由所有需求。约束 (4)、(5) 和 (6) 是微不足道的约束。约束 ( 7),(8)和(9)是完整性约束。
在本文的其余部分中,我们将重点关注切割公式。
让Q=\left{(x, y, t) \in \mathbb{R}^{|E||K|} \times \mathbb{R}^{|H|} \times \mathbb{R}^{ |H||D|}\right.$ 使得 $(x, y, t)$ 满足 (1)-(9) $}Q=\left{(x, y, t) \in \mathbb{R}^{|E||K|} \times \mathbb{R}^{|H|} \times \mathbb{R}^{ |H||D|}\right.$ 使得 $(x, y, t)$ 满足 (1)-(9) $}. 在下文中,我们给出了多面体的维数,并表明所有平凡的不等式都定义了面。

数学代写|组合优化代写Combinatorial optimization代考|Facets from Facility Location Problem

很容易看出,投影问关于变量是和吨对应于 FLP 的解。因此,对于 FLP 多面体,在空间是和吨变量对于(resp. facet)也是有效的问. 让ljH是分配客户的成本j设施H,回想一下 FLP 的公式如下。
分钟∑j∈D∑H∈HljH吨jH+∑H∈HμH是H ∑H∈H吨jH=1,j∈D 吨jH≤是H,H∈H,j∈D 吨jH∈0,1,H∈H,j∈D 是一世∈0,1H∈H.
在下文中,我们给出了一些适用于 FLP 的有效不等式,根据上述说明,这些不等式也适用于 BBFLP。请注意,在某些条件下,这些不等式定义了问. 有关与 FLP 相关的有效不等式和方面的更多详细信息,读者可以参考 [10]。特别是,以下不等式对设施位置问题有效。

循环和奇循环不等式。Cornuejols 等人。[8] 介绍了以下内容。让p,q是满足的整数2≤q<p≤米和p≤n,p不是的倍数q,s1,…,sp是独特的设施,米1,…,米p是不同的客户,所有的指数都是模数p以下不等式对设施位置问题有效。
∑一世=1p∑j=一世一世+q−1吨(s一世,米j)≤∑H=1p是(s一世)+p−⌈p/q⌉
在哪里吨(s一世,米j)=∑一世∈s一世∑一世∈米j吨j一世,是(小号s一世)=∑一世∈s一世是一世,他们将不等式称为循环不等式。Guignard [12] 表明,这种不等式定义了 facet,当p=q+1,它被称为简单的,当q=2称为奇循环不等式。

(p,q) 不等式。阿达尔等人。[1] 解决了一系列有效的不等式(p,q)不平等。让p,q为整数,2≤q≤p≤n,p不是的倍数q,H′⊆H, |H′|≥⌈p/q⌉,D′⊆D,|D′|=p,G~是一个具有H′和Ĵ′作为一个节点集,并且∀H∈H′学位(h)=q, 和边的集合G是和~. 这(p,q)不等式定义如下。
 在哪里 吨(和~)=∑一世,j∈和吨jH.

数学代写|组合优化代写Combinatorial optimization代考 请认准statistics-lab™

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写