• No results found

Solving Curved Linear Programs via the Shadow Simplex Method

N/A
N/A
Protected

Academic year: 2021

Share "Solving Curved Linear Programs via the Shadow Simplex Method"

Copied!
74
0
0

Loading.... (view fulltext now)

Full text

(1)

Solving Curved Linear Programs via the Shadow

Simplex Method

Daniel Dadush1 Nicolai H ¨ahnle2

1Centrum Wiskunde & Informatica (CWI) 2Bonn Universit ¨at

(2)

Outline

1 Introduction

Linear Programming and its Applications The Simplex Method

Results

2 The Shadow Simplex Method

Pivot Rule

3-Step Shadow Simplex Path

3 Conclusions

(3)

Outline

1 Introduction

Linear Programming and its Applications The Simplex Method

Results

2 The Shadow Simplex Method Pivot Rule

3-Step Shadow Simplex Path

3 Conclusions

(4)

Linear Programming

Linear Programming (LP): linear constraints & linear objective with continuous variables.

max cTx

subject toAx ≤b, x ∈Rn (Ahasmrows,ncolumns)

(5)

Linear Programming

Linear Programming (LP): linear constraints & linear objective with continuous variables.

max cTx

subject toAx ≤b, x ∈Rn (Ahasmrows,ncolumns)

P c

(6)

Linear Programming

Linear Programming (LP): linear constraints & linear objective with continuous variables.

max cTx

subject toAx ≤b, x ∈Rn (Ahasmrows,ncolumns)

P c

Amazingly versatile modeling language.

(7)

Linear Programming

Linear Programming (LP): linear constraints & linear objective with continuous variables.

max cTx

subject toAx ≤b, x ∈Rn (Ahasmrows,ncolumns)

P c

Amazingly versatile modeling language.

Generally provides a “relaxed” view of a desired optimization problem, but can be solved in polynomial time!

(8)

Mixed Integer Programming

Mixed Integer Programming (MIP): models both continuous and discrete choices.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Zn2

(9)

Mixed Integer Programming

Mixed Integer Programming (MIP): models both continuous and discrete choices.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Zn2

(10)

Mixed Integer Programming

Mixed Integer Programming (MIP): models both continuous and discrete choices.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Zn2

One of the most successful modeling language for many real world applications. While instances can be extremely hard to solve (MIP is NP-hard), many practical instances are not.

(11)

Mixed Integer Programming

Mixed Integer Programming (MIP): models both continuous and discrete choices.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Zn2

Many sophisticated software packages exist for these models (CPLEX, Gurobi, etc.). MIP solving is now considered amature and practicaltechnology.

(12)

Sample Applications

Routing delivery / pickup trucks for customers.

(13)

Sample Applications

Optimizing supply chain logistics.

(14)

Standard Framework for Solving MIPs

Relax integrality of the variables.

(15)

Standard Framework for Solving MIPs

Relax integrality of the variables.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Zn2

(16)

Standard Framework for Solving MIPs

Relax integrality of the variables.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Rn2

(17)

Standard Framework for Solving MIPs

Relax integrality of the variables.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Rn2

Solve the LP.

(18)

Standard Framework for Solving MIPs

Relax integrality of the variables.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Rn2

Solve the LP.

Add extra constraints to tighten the LP or “guess” the values of some of the integer variables. Repeat.

(19)

Standard Framework for Solving MIPs

Relax integrality of the variables.

max cTx+dTy

subject toAx+By ≤b, x ∈Rn1,y Rn2

Solve the LP.

Add extra constraints to tighten the LP or “guess” the values of some of the integer variables. Repeat.

Need to solvea lot of LPs quickly.

(20)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v 5 c v6 c v7 c v8 c

(21)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v 5 c v6 c v7 c v8 c

(22)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v 5 c v6 c v7 c v8 c

(23)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v 5 c v6 c v7 c v8 c

(24)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v5 c v6 c v7 c v8 c

(25)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v5 c v6 c v7 c v8 c

(26)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v 5 c v6 c v7 c v8 c

(27)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v 5 c v6 c v7 c v8 c

(28)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Simplex Method: move from vertex to vertex along the graph ofP

until the optimal solution is found.

P v1 c v2 c v3 c v4 c v 5 c v6 c v7 c v8 c

(29)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Question

Why is simplex so popular?

“Easy” to reoptimize when adding an extra constraint or variable.

(30)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Question

Why is simplex so popular?

“Easy” to reoptimize when adding an extra constraint or variable.

(31)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Question

Why is simplex so popular?

“Easy” to reoptimize when adding an extra constraint or variable. Vertex solutions are often “nice” (e.g. sparse, easy to interpret).

(32)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Question

Why is simplex so popular?

“Easy” to reoptimize when adding an extra constraint or variable. Vertex solutions are often “nice” (e.g. sparse, easy to interpret). Simplex pivots implementable using “simple” linear algebra. Worst caseO(mn)time per iteration.

(33)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Problem

No known pivot rule is proven to converge in polynomial time!!!

(34)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Problem

No known pivot rule is proven to converge in polynomial time!!!

Simplex lower bounds:

Klee-Minty (1972): designed “deformed cubes”, providing worst case examples for many pivot rules.

Friedmann et al. (2011): systematically designed bad examples using Markov decision processes.

In these examples, the pivot rule is tricked into taking an (sub)exponentially long path, even though short paths exists.

(35)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Problem

No known pivot rule is proven to converge in polynomial time!!!

Simplex upper bounds:

Kalai (1992), Matousek-Sharir-Welzl (1992-96): Random facet rule requires 2O(

nlogm)pivots on expectation.

(36)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Problem

No known pivot rule is proven to converge in polynomial time!!!

Polynomial bounds forrandomorsmoothedlinear programs:

Borgwardt (82), Smale (83), Adler (83), Todd (83), Haimovich (83), Meggido (86), Adler-Shamir-Karp (86,87), Spielman-Teng (01,04), Spielman-Deshpande (05), Spielman-Kelner (06), Vershynin (06)

(37)

Linear Programming via the Simplex Method

max cTx

subject toAx ≤b, x ∈Rn

Ahasncolumns,mrows.

P

Problem

No known pivot rule is proven to converge in polynomial time!!!

Polynomial bounds forrandomorsmoothedlinear programs:

Borgwardt (82), Smale (83), Adler (83), Todd (83), Haimovich (83), Meggido (86), Adler-Shamir-Karp (86,87), Spielman-Teng (01,04), Spielman-Deshpande (05), Spielman-Kelner (06), Vershynin (06)

These works rely on theshadow simplex method.

(38)

Linear Programming and the Hirsch Conjecture

P ={x ∈Rn:Ax b},

A∈ Rm×n

P

P lives inRn (ambient dimension isn) and hasmconstraints.

Besides the computational efficiency of the simplex method, an even more basic question is not understood:

Question

How can we bound the length of paths on the graph of P? I.e. how to bound thediameterof P?

(39)

Linear Programming and the Hirsch Conjecture

P ={x ∈Rn:Ax b},

A∈ Rm×n

P

P lives inRn (ambient dimension isn) and hasmconstraints.

Conjecture (Polynomial Hirsch Conjecture)

The diameter of P is bounded by a polynomial in the dimension n and number of constraints m.

(40)

Linear Programming and the Hirsch Conjecture

P ={x ∈Rn:Ax b},

A∈ Rm×n

P

P lives inRn (ambient dimension isn) and hasmconstraints.

Conjecture (Polynomial Hirsch Conjecture)

The diameter of P is bounded by a polynomial in the dimension n and number of constraints m.

Diameter upper bounds:

Barnette, Larman (1974): 132n−2(m−n+ 52). Kalai, Kleitman (1992), Todd (2014): (m−n)logn.

(41)

Well-Conditioned Polytopes

P= {x ∈Rn : Ax b}, AZm×n

Definition (Bounded Subdeterminants)

An integer matrixAhas subdeterminants bounded by∆if every square submatrixBofAsatisfies|det(B)| ≤∆.

Diameter Bound:

I Bonifas, Di Summa, Eisenbrand, H ¨ahnle, Niemeier (2012): non-constructiveO(n3.5∆2logn∆)bound.

I Brunsch,R ¨oglin (2013): shadow simplex method finds paths of lengthO(mn3∆4).

Optimization:

I Dyer, Frieze (1994):∆=1 (totally unimodular) random walk simplex usesO(m16n6log(mn)3)pivots. I Eisenbrand, Vempala (2014):

random walk simplex usesO(mpoly(n,∆))pivots.

(42)

Well-Conditioned Polytopes

P= {x ∈Rn : Ax b}, AZm×n

Definition (Bounded Subdeterminants)

An integer matrixAhas subdeterminants bounded by∆if every square submatrixBofAsatisfies|det(B)| ≤∆.

Diameter Bound:

I Bonifas, Di Summa, Eisenbrand, H ¨ahnle, Niemeier (2012): non-constructiveO(n3.5∆2logn∆)bound.

I Brunsch,R ¨oglin (2013): shadow simplex method finds paths of lengthO(mn3∆4).

Optimization:

I Dyer, Frieze (1994):∆=1 (totally unimodular) random walk simplex usesO(m16n6log(mn)3)pivots. I Eisenbrand, Vempala (2014):

random walk simplex usesO(mpoly(n,∆))pivots.

(43)

Well-Conditioned Polytopes

P= {x ∈Rn : Ax b}, AZm×n

Definition (Bounded Subdeterminants)

An integer matrixAhas subdeterminants bounded by∆if every square submatrixBofAsatisfies|det(B)| ≤∆.

Diameter Bound:

I Bonifas, Di Summa, Eisenbrand, H ¨ahnle, Niemeier (2012): non-constructiveO(n3.5∆2logn∆)bound.

I Brunsch,R ¨oglin (2013): shadow simplex method finds paths of lengthO(mn3∆4).

Optimization:

I Dyer, Frieze (1994):∆=1 (totally unimodular) random walk simplex usesO(m16n6log(mn)3)pivots. I Eisenbrand, Vempala (2014):

random walk simplex usesO(mpoly(n,∆))pivots.

(44)

Faster Shadow Simplex

P= {x ∈Rn : Ax b}, AZm×n

Subdeterminants ofAbounded by∆.

Theorem (D., H ¨ahnle 2014+)

Diameter is bounded by O(n32ln(n)).

Can solve LP using O(n5∆2ln(n∆))pivots on expectation.

Based on a new analysis and variant of theshadow simplex method.

(45)

τ

-wide Polyhedra

v1 v3 v2 v4 P N2 N1 N4 N3 N1 N2 N3 N4 τ

P has subdeterminant bound∆ ⇒ Pisτ-wide forτ=1/(n∆)2.

Normal cone atv is all objectives maximized atv. Normal fan is the set of normal cones.

P isτ-wide if each normal cone contains a unit ball of radiusτ centered on the unit sphere.

(46)

τ

-wide Polyhedra

v1 v3 v2 v4 P N2 N1 N4 N3 N1 N2 N3 N4 τ

P has subdeterminant bound∆ ⇒ Pisτ-wide forτ=1/(n∆)2.

Normal cone atv is all objectives maximized atv.

Normal fan is the set of normal cones.

P isτ-wide if each normal cone contains a unit ball of radiusτ centered on the unit sphere.

(47)

τ

-wide Polyhedra

v1 v3 v2 v4 P N2 N1 N4 N3 N1 N2 N3 N4 τ

P has subdeterminant bound∆ ⇒ Pisτ-wide forτ=1/(n∆)2.

Normal cone atv is all objectives maximized atv. Normal fan is the set of normal cones.

P isτ-wide if each normal cone contains a unit ball of radiusτ centered on the unit sphere.

(48)

τ

-wide Polyhedra

v1 v3 v2 v4 P N2 N1 N4 N3 N1 N2 N3 N4 τ

P has subdeterminant bound∆ ⇒ Pisτ-wide forτ=1/(n∆)2.

Normal cone atv is all objectives maximized atv. Normal fan is the set of normal cones.

P isτ-wide if each normal cone contains a unit ball of radiusτ centered on the unit sphere.

(49)

τ

-wide Polyhedra

v1 v3 v2 v4 P N2 N1 N4 N3 N1 N2 N3 N4 τ

P has subdeterminant bound∆ ⇒ Pisτ-wide forτ=1/(n∆)2.

Normal cone atv is all objectives maximized atv. Normal fan is the set of normal cones.

P isτ-wide if each normal cone contains a unit ball of radiusτ centered on the unit sphere.

(50)

τ

-wide Polyhedra

v1 v3 v2 v4 P N2 N1 N4 N3 N1 N2 N3 N4 τ

P has subdeterminant bound∆ ⇒ Pisτ-wide forτ=1/(n∆)2.

Normal cone atv is all objectives maximized atv. Normal fan is the set of normal cones.

P isτ-wide if each normal cone contains a unit ball of radiusτ centered on the unit sphere.

(51)

τ

-wide Polyhedra

v1 v3 v2 v4 P N2 N1 N4 N3 N1 N2 N3 N4 τ

In 2 dimensions all interior angles are at most π−2τ, i.e.sharp.

Theorem (D.-H ¨ahnle 2014)

If P isτ-wide then the diameter of P is bounded by O(n/τln(1/τ)).

(52)

τ

-wide Polyhedra

v1 v3 v2 v4 P N2 N1 N4 N3 N1 N2 N3 N4 τ

In 2 dimensions all interior angles are at most π−2τ, i.e.sharp.

Theorem (D.-H ¨ahnle 2014)

If P isτ-wide then the diameter of P is bounded by O(n/τln(1/τ)).

(53)

Outline

1 Introduction

Linear Programming and its Applications The Simplex Method

Results

2 The Shadow Simplex Method

Pivot Rule

3-Step Shadow Simplex Path

3 Conclusions

(54)

Pivot Rule

P v1 v3 v2 v4 c d c d

Move fromv1tov3by following[c,d]through the normal fan.

Pivot steps correspond to crossing facets of the normal fan.

(55)

Pivot Rule

P v1 v3 v2 v4 c d c d

Move fromv1tov3by following[c,d]through the normal fan.

Pivot steps correspond to crossing facets of the normal fan.

(56)

Pivot Rule

P v1 v3 v2 v4 c d c d d1 d1

Move fromv1tov3by following[c,d]through the normal fan.

Pivot steps correspond to crossing facets of the normal fan.

(57)

Pivot Rule

P v1 v3 v2 v4 c d c d d1 d1

Move fromv1tov3by following[c,d]through the normal fan.

Pivot steps correspond to crossing facets of the normal fan.

(58)

Pivot Rule

P v1 v3 v2 v4 c d c d d1 d2 d1 d2

Move fromv1tov3by following[c,d]through the normal fan.

Pivot steps correspond to crossing facets of the normal fan.

(59)

Pivot Rule

P v1 v3 v2 v4 c d c d d1 d2 d2

Move fromv1tov3by following[c,d]through the normal fan.

Pivot steps correspond to crossing facets of the normal fan.

(60)

Pivot Rule

P v1 v3 v2 v4 c d c d d2 d2

Move fromv1tov3by following[c,d]through the normal fan.

Pivot steps correspond to crossing facets of the normal fan.

(61)

Pivot Rule

P v1 v3 v2 v4 c d c d

Move fromv1tov3by following[c,d]through the normal fan.

Pivot steps correspond to crossing facets of the normal fan.

Question

How can we bound the number of intersections with the normal fan?

(62)

Pivot Rule

P v1 v2 v3 v4 c d c d Question

How can we bound the number of intersections with the normal fan? Polynomial bounds forrandomandsmoothedlinear programs:

Borgwardt (82), Smale (83), Adler (83), Todd (83), Haimovich (83), Meggido (86), Adler-Shamir-Karp (86,87), Spielman-Teng (01,04), Spielman-Deshpande (05), Spielman-Kelner (06), Vershynin (06)

(63)

3-Step Shadow Simplex Path

We use a 3-step shadow simplex path:

c −→(a) c+X −→(b) d+X −→(c) d

whereX is distributed proportional toe−kxk.

c is an objective maximized at the starting vertex.

d is the LP objective function.

Theorem (D.-H ¨ahnle 2014)

Assume P is an n-dimensional τ-wide polytope.

Phase (b). Expected number of crossings of[c+X,d+X]with normal fan isO(kc−dk/τ).

Phase (a+c). Expected number of crossings of[c+αX,c+X] (same for d ), forα∈ (0,1], with normal fan isO(n/τln(1/α)).

Main ingredient for all our results.

(64)

3-Step Shadow Simplex Path

We use a 3-step shadow simplex path:

c −→(a) c+X −→(b) d+X −→(c) d

whereX is distributed proportional toe−kxk.

c is an objective maximized at the starting vertex.

d is the LP objective function.

Theorem (D.-H ¨ahnle 2014)

Assume P is an n-dimensional τ-wide polytope.

Phase (b). Expected number of crossings of[c+X,d+X]with normal fan isO(kc−dk/τ).

Phase (a+c). Expected number of crossings of[c+αX,c+X] (same for d ), forα∈ (0,1], with normal fan isO(n/τln(1/α)).

Main ingredient for all our results.

(65)

3-Step Shadow Simplex Path

We use a 3-step shadow simplex path:

c −→(a) c+X −→(b) d+X −→(c) d

whereX is distributed proportional toe−kxk.

c is an objective maximized at the starting vertex.

d is the LP objective function.

Theorem (D.-H ¨ahnle 2014)

Assume P is an n-dimensional τ-wide polytope.

Phase (b). Expected number of crossings of[c+X,d+X]with normal fan isO(kc−dk/τ).

Phase (a+c). Expected number of crossings of[c+αX,c+X] (same for d ), forα∈ (0,1], with normal fan isO(n/τln(1/α)).

Main ingredient for all our results.

(66)

3-Step Shadow Simplex Path

We use a 3-step shadow simplex path:

c −→(a) c+X −→(b) d+X −→(c) d

whereX is distributed proportional toe−kxk.

c is an objective maximized at the starting vertex.

d is the LP objective function.

Theorem (D.-H ¨ahnle 2014)

Assume P is an n-dimensional τ-wide polytope.

Phase (b). Expected number of crossings of[c+X,d+X]with normal fan isO(kc−dk/τ).

Phase (a+c). Expected number of crossings of[c+αX,c+X] (same for d ), forα∈ (0,1], with normal fan isO(n/τln(1/α)).

Main ingredient for all our results.

(67)

3-Step Shadow Simplex Path

We use a 3-step shadow simplex path:

c −→(a) c+X −→(b) d+X −→(c) d

whereX is distributed proportional toe−kxk.

c is an objective maximized at the starting vertex.

d is the LP objective function.

Theorem (D.-H ¨ahnle 2014)

Assume P is an n-dimensional τ-wide polytope.

Phase (b). Expected number of crossings of[c+X,d+X]with normal fan isO(kc−dk/τ).

Phase (a+c). Expected number of crossings of[c+αX,c+X] (same for d ), forα∈ (0,1], with normal fan isO(n/τln(1/α)).

Main ingredient for all our results.

(68)

3-Step Shadow Simplex Path

We use a 3-step shadow simplex path:

c −→(a) c+X −→(b) d+X −→(c) d

whereX is distributed proportional toe−kxk.

c is an objective maximized at the starting vertex.

d is the LP objective function.

Theorem (D.-H ¨ahnle 2014)

Assume P is an n-dimensional τ-wide polytope.

Phase (b). Expected number of crossings of[c+X,d+X]with normal fan isO(kc−dk/τ).

Phase (a+c). Expected number of crossings of[c+αX,c+X] (same for d ), forα∈ (0,1], with normal fan isO(n/τln(1/α)).

Main ingredient for all our results.

(69)

Outline

1 Introduction

Linear Programming and its Applications The Simplex Method

Results

2 The Shadow Simplex Method Pivot Rule

3-Step Shadow Simplex Path

3 Conclusions

(70)

Navigation over the Voronoi Graph

x y t Z+t Z

Figure:Randomized Straight Line algorithm

Closest Vector Problem (CVP): Find closest lattice vectory tot.

(71)

Navigation over the Voronoi Graph

x y t Z+t Z

Figure:Randomized Straight Line algorithm

Closest Vector Problem (CVP): Find closest lattice vectory tot. Can reduce CVP to efficient navigation over the Voronoi graph (Sommer,Feder,Shalvi 09; Micciancio,Voulgaris 10-13).

(72)

Navigation over the Voronoi Graph

x y t Z+t Z

Figure:Randomized Straight Line algorithm

Closest Vector Problem (CVP): Find closest lattice vectory tot. Can move between “nearby” lattice points using a polynomial number of steps (Bonifas, D. 14).

(73)

Summary

New and simpler analysis and variant of the Shadow Simplex method.

Improved diameter bounds and simplex algorithm forcurved polyhedra.

Thank you!

(74)

Summary

New and simpler analysis and variant of the Shadow Simplex method.

Improved diameter bounds and simplex algorithm forcurved polyhedra.

Thank you!

References

Related documents

transparency were selected for investigation for several reasons. First, both are relatively novel: lens transparency has been uninvestigated in population-based studies as a

The modeling results show substantial dif- ferences in the average ionospheric drift and neutral wind parameters at high magnetic latitudes of the opposite hemi- spheres within

Here, using a unique research approach based on the construction of 39UTR alignments and calibrated algorithms to produce MFold-generated RNA secondary structures and in

Moreover, there was a high ratio of positive effects on well-being for interventions specifically tar- geted at worker welfare (7:8 overall, 4:5 studies focused on augmenting

The centroid frequency of snubfin biosonar was lower than that of both species in said study, while rms bandwidth was higher than that of humpback dolphins but lower than

We identify Poincar´ e sets, nonwandering sets, and chain recurrent sets, and end by characterizing a finest Morse decomposition on the system, showing that behavior within the

Further- more, the transfer curves at low temperatures exhibit a similar degree of hysteresis independent of the grain size (Fig. 1C), whereas, as dis- cussed above, the

In this paper, we first calculate the firm-level real effective exchange rate (REER) with a rich disaggregate Chinese data, then focus on how RMB exchange rate volatility affect