Quantcast
Channel: Yet Another Math Programming Consultant
Browsing latest articles
Browse All 51 View Live

Image may be NSFW.
Clik here to view.

GAMS listing file: missing Unicode support

Newer versions of GAMS allow UTF-8 encoded strings as labels. That is very welcome, as these labels may come from data sources that just use Unicode characters. However, when printing to the listing...

View Article


Informs Test of Time Award for CONOPT paper

The Test of Time Award for papers published in the INFORMS Journal on Computing in the years 1993–1997 is awarded toCONOPT: A Large-Scale GRG CodeArne Stolbjerg DrudORSA Journal on Computing...

View Article


One nonzero in set of free variables

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Small non-convex MINLP: Pyomo vs GAMS

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Image may be NSFW.
Clik here to view.

Math vs Programming

 A programmer writes about this blog:(It is old, but I just came across this).In my previous post, I just argued the other way around. To make sure: I don't hate programmers.

View Article


Image may be NSFW.
Clik here to view.

Water

Fascinating map with annual water throughput. This is related to water availability for irrigation. An important topic.The Rio Grande is not so grand here.It must not be completely trivial to produce...

View Article

Instead of integers use binaries

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

LP in statistics: The Dantzig Selector

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article


Rounding inside an optimization model

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article


Modeling surprises

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Image may be NSFW.
Clik here to view.

Another very small but very difficult global NLP model

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Image may be NSFW.
Clik here to view.

Inflation is a difficult concept for many

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Practical Large-Scale Modeling: Sparsity

Presentation at USDA-ERS Model Summit 2024.

View Article


Revised Simplex LP Solver written in GAMS

I am teaching some GAMS classes, and a question arose: "How does the Simplex method work?" It's not easy to answer in a few sentences, but I want to touch upon the concept of a basis anyway. Once you...

View Article

Image may be NSFW.
Clik here to view.

Circle Packing and HTML reporting

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article


Image may be NSFW.
Clik here to view.

N-queens and solution pool

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Image may be NSFW.
Clik here to view.

Multiple Solutions in Minimum Spanning Tree example

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article


Image may be NSFW.
Clik here to view.

Solving DEA Models with GAMS

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Image may be NSFW.
Clik here to view.

CSV readers mutilating my data

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Image may be NSFW.
Clik here to view.

Prevent Loops in GAMS

 This book [1] on DEA models has an accompanying website with all the GAMS models [2]. Of course, I'll be doing some nitpicking on the GAMS code. In some of the GAMS code, unneeded loops are used. From...

View Article

GAMS 48 tests

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article


Equity in optimization models

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article


Non-convex Quadratic Integer Programming

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

PuLP surprises

Formulating optimization models inside traditional programming languages such as Python is very popular. The main tool the developers use to make this possible is operator overloading. There are cases,...

View Article

Sorting using a MIP model

table.xyz { table-layout: fixed; border-collapse: collapse; margin-left:auto; margin-right:auto; } table.xyz th, table.xyz td { border: 1px solid black; } table.blueTable { border: 1px solid #1C6EA4;...

View Article

Browsing latest articles
Browse All 51 View Live