CLeARoboticsLab / MixedComplementarityProblems.jl

A custom interior point solver for mixed complementarity problems.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Move transcriptions to examples? #20

Open lassepe opened 1 month ago

lassepe commented 1 month ago

The game.jl stuff seems a bit out of place here, in particular since it adds a lot of dependencies that are not needed by the core solver. We could consider moving it into examples/

dfridovi commented 1 month ago

I considered that, but then opted for putting it here because games are such an important means of generating MCPs. Could put it in a separate module perhaps? That wouldn't cut down on dependencies though, right?