Stefan Strömer

Results 13 issues of Stefan Strömer

I've downloaded a graph close to Vienna (AT) using: ` LightOSM.download_osm_network(:bbox; network_type=:drive, save_to_file_location="./graph_drive", download_format=:osm, minlat=48.15, maxlat=48.40, minlon=16.20, maxlon=16.58) ` Loading this graph using `LightOSM.graph_from_file("graph_drive.osm"; graph_type=:simple_weighted, precompute_dijkstra_states=false)` takes a really long...

What is the correct way to account for an available dual solution when manually solving the presolved instance? I'm writing a `.mps` file, calling `presolve`, and then solve the resulting...

Given the following (full) `.JuliaFormatter.toml` ```toml always_for_in = true always_use_return = true margin = 120 remove_extra_newlines = true separate_kwargs_with_semicolon = true short_to_long_function_def = false whitespace_typedefs = true whitespace_in_kwargs = false...

This (at least partially) fixes #140 by checking for the existence of a `key` before inserting it into `mapping`, which requires the `dicttype` to implement `setindex!` (since it's inside the...

As of [the YAML specs](https://yaml.org/spec/1.2.2/#3211-nodes), keys of mappings need to be unique: _"The content of a mapping node is an unordered set of key/value node pairs, with the restriction that...

Fixes: _nothing_ This is a (pre-vacation) draft of some local changes that I needed, with a few open questions, some findings, and maybe a few interesting updates. ## Summary of...

### Description `domain: integer` is rendered as $\forall \mathbb{Z}$, instead of, e.g., $\in \mathbb{Z}$, similar for the variables not having an explicit domain, which show $\forall \mathbb{R}$. ### Related links...

documentation

### Description Currently, `flow_cap_min` states > Limits `flow_cap` to a minimum. NOTE: this will force `flow_cap` to a minimum value unless `cap_method` is set to `integer`. If `cap_method=integer`, this will...

documentation

### Description Follow up after a discussion with @sjpfenninger on 18.07., regarding some findings after combing through the current documentation, in no particular order (just numbered to make references in...

documentation

### What happened? Cleaning up a former discussion (see #643), regarding the points around `available_flow_cap`. _**My initial comment**_ > I failed figuring that one out from the docs, so just...

bug