Marcel Wienöbst
mwien.bsky.social
Marcel Wienöbst
@mwien.bsky.social
Postdoc working on causality
Robert Bixby (CPLEX, Gurobi) also talks about bound perturbations in these amazing talks on the dual simplex: youtu.be/uccbVoamiUM?...
Robert Bixby: Solving Linear Programs: The Dual Simplex Algorithm (3/3): Implementing the Algorithm
YouTube video by Zuse Institute Berlin
youtu.be
October 27, 2025 at 10:16 AM
In the paper, we also develop novel algorithms for conditional instrumental sets directly with CIfly. Furthermore, we discuss the computational complexity of other (algorithmic) primitives, namely moralization and latent projection, showing that both are more expensive than CIfly-based algorithms.
July 30, 2025 at 12:16 PM
Of course, CIfly is not limited to simple d-separation checks. The CIfly website contains many additional examples and applications. A good starting point is this article introducing the main ideas and features of CIfly. Also, feel free to contact us in case of questions. cifly.dev/docs/introdu...
Introduction · CIfly
A tutorial for getting started with CIfly
cifly.dev
July 30, 2025 at 12:16 PM
To put this idea into practice, we provide a software framework named CIfly, that is build directly on top of such rule tables. The 'reach' function returns all nodes found by the graph search specified with the rule table. Thus, a d-separation check takes just a few lines of Python or R code.
July 30, 2025 at 12:16 PM
We introduce a framework for expressing such tasks through rule tables. A rule table encodes a graph search, such as the one for d-connectivity below. As familiar, the rules prescribes walking along colliders, if they are in the conditioning set Z, and for non-colliders, in case they are not in Z.
July 30, 2025 at 12:16 PM
There are loads of tasks in graphical causal inference that need to be tackled with very specific types of algorithms. Think of checking d-separation or finding adjustment sets in DAGs, ADMGs or CPDAGs. Writing causal inference software for such problems has a high barrier of entry.
July 30, 2025 at 12:16 PM