Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solve_L1_combinatorial_biped and solve_MIP_biped deprecated ? #29

Open
pFernbach opened this issue Feb 23, 2023 · 1 comment
Open

solve_L1_combinatorial_biped and solve_MIP_biped deprecated ? #29

pFernbach opened this issue Feb 23, 2023 · 1 comment

Comments

@pFernbach
Copy link
Member

pFernbach commented Feb 23, 2023

If I remember correctly, the formulations in the planner_biped.py file were faster than the one in the planner_generic.py. However, they seems to use the same problem definition and problemData and they are not compatible anymore. The main issue is that now there is one more list hierarchy level in PhaseData.S and PhaseData.moving.

After trying to solve this API issues, I could not manage to make this problems converge on simple example where the generic planners are working fine.
It fail with "Failed to solve the MIP" or "Initial LP solver fails in fix_sparsity_combinatorial". Even if I make a model with only one candidate surface per phase.

Are this methods still used ? Are they supposed to work in the latest branches ?

@stonneau
Copy link
Collaborator

This is part of an ongoing problem which is that Sl1m is not tested enough. Before getting rid of it I'd like to have @FannyRis opinion on this although I suspect we won't hear from them before a while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants