Methane emissionsIncreasing methane emissions are a major contributor to the rising concentration of greenhouse gases in Earth's atmosphere, and are responsible for up to one-third of near-term global heating. During 2019, about 60% (360 million tons) of methane released globally was from human activities, while natural sources contributed about 40% (230 million tons). Reducing methane emissions by capturing and utilizing the gas can produce simultaneous environmental and economic benefits.
Volkswagen emissions scandalThe Volkswagen emissions scandal, sometimes known as Dieselgate or Emissionsgate, began in September 2015, when the United States Environmental Protection Agency (EPA) issued a notice of violation of the Clean Air Act to German automaker Volkswagen Group. The agency had found that Volkswagen had intentionally programmed turbocharged direct injection (TDI) diesel engines to activate their emissions controls only during laboratory emissions testing, which caused the vehicles' output to meet US standards during regulatory testing.
Environmental impact of fishingThe environmental impact of fishing includes issues such as the availability of fish, overfishing, fisheries, and fisheries management; as well as the impact of industrial fishing on other elements of the environment, such as bycatch. These issues are part of marine conservation, and are addressed in fisheries science programs. According to a 2019 FAO report, global production of fish, crustaceans, molluscs and other aquatic animals has continued to grow and reached 172.6 million tonnes in 2017, with an increase of 4.
Carbon-neutral fuelCarbon-neutral fuel is fuel which produces no net-greenhouse gas emissions or carbon footprint. In practice, this usually means fuels that are made using carbon dioxide (CO2) as a feedstock. Proposed carbon-neutral fuels can broadly be grouped into synthetic fuels, which are made by chemically hydrogenating carbon dioxide, and biofuels, which are produced using natural CO2-consuming processes like photosynthesis. The carbon dioxide used to make synthetic fuels may be directly captured from the air, recycled from power plant flue exhaust gas or derived from carbonic acid in seawater.
Human impact on the environmentHuman impact on the environment (or anthropogenic environmental impact) refers to changes to biophysical environments and to ecosystems, biodiversity, and natural resources caused directly or indirectly by humans. Modifying the environment to fit the needs of society (as in the built environment) is causing severe effects including global warming, environmental degradation (such as ocean acidification), mass extinction and biodiversity loss, ecological crisis, and ecological collapse.
Travelling salesman problemThe travelling salesman problem (TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?" It is an NP-hard problem in combinatorial optimization, important in theoretical computer science and operations research. The travelling purchaser problem and the vehicle routing problem are both generalizations of TSP.
Branch and boundBranch and bound (BB, B&B, or BnB) is a method for solving optimization problems by breaking them down into smaller sub-problems and using a bounding function to eliminate sub-problems that cannot contain the optimal solution. It is an algorithm design paradigm for discrete and combinatorial optimization problems, as well as mathematical optimization. A branch-and-bound algorithm consists of a systematic enumeration of candidate solutions by means of state space search: the set of candidate solutions is thought of as forming a rooted tree with the full set at the root.
Mathematical optimizationMathematical optimization (alternatively spelled optimisation) or mathematical programming is the selection of a best element, with regard to some criterion, from some set of available alternatives. It is generally divided into two subfields: discrete optimization and continuous optimization. Optimization problems arise in all quantitative disciplines from computer science and engineering to operations research and economics, and the development of solution methods has been of interest in mathematics for centuries.