Papers › Learning Mixed-Integer Convex Optimization Strategies for Robot Planning and Control

Learning Mixed-Integer Convex Optimization Strategies for Robot Planning and Control

7 Apr 2020arXiv:2004.03736links table onlyarchive 2025-07-28

A. Cauligi, P. Culbertson, B. Stellato, D. Bertsimas, M. Schwager, M. Pavone

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Mixed-integer convex programming (MICP) has seen significant algorithmic and hardware improvements with several orders of magnitude solve time speedups compared to 25 years ago. Despite these advances, MICP has been rarely applied to real-world robotic control because the solution times are still too slow for online applications. In this work, we present the CoCo (Combinatorial Offline, Convex Online) framework to solve MICPs arising in robotics at very high speed. CoCo encodes the combinatorial part of the optimal solution into a strategy. Using data collected from offline problem solutions, we train a multiclass classifier to predict the optimal strategy given problem-specific parameters such as states or obstacles. Compared to previous approaches, we use task-specific strategies and prune redundant ones to significantly reduce the number of classes the predictor has to select from, thereby greatly improving scalability. Given the predicted strategy, the control task becomes a small convex optimization problem that we can solve in milliseconds. Numerical experiments on a cart-pole system with walls, a free-flying space robot, and task-oriented grasps show that our method provides not only 1 to 2 orders of magnitude speedups compared to state-of-the-art solvers but also performance close to the globally optimal MICP solution.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2004.03736")

Code

Syntology Ran 0 of 21 code samples harvested from 2 repositories linked to this paper; 21 have no recorded run.

By repository: official repository: 9 samples from 1 repository, 0 ran; community (archive-listed): 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

StanfordASL/CoCo officialmentioned in papermentioned on GitHubpytorchMIT report
StanfordASL/mlopt-micp officialmentioned in papermentioned on GitHubpytorchMIT report
bstellato/mlopt mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 0 ran; 0 honoured the contract we drafted; 21 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

21unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

align_z StanfordASL/CoCo/manipulation/utils.py official repository unverified MIT (permissive) · 137827b39c64e2cd · report
cylinder_grasp_from_normal StanfordASL/CoCo/manipulation/utils.py official repository unverified MIT (permissive) · 9add8ce8a8cd2908 · report
find_obs StanfordASL/CoCo/free_flyer/utils.py official repository unverified MIT (permissive) · d1fe838ee72a7530 · report
generate_first_N_primes StanfordASL/CoCo/manipulation/halton_sampling.py official repository unverified MIT (permissive) · 5ed80f4b510304ee · report
generate_halton_samples StanfordASL/CoCo/manipulation/halton_sampling.py official repository unverified MIT (permissive) · c2c10a8d08b38d3a · report
generate_halton_sequence StanfordASL/CoCo/manipulation/halton_sampling.py official repository unverified MIT (permissive) · 5bd46aa88457ea8d · report
is_free_state StanfordASL/CoCo/free_flyer/utils.py official repository unverified MIT (permissive) · 9bfc400e168c3407 · report
obs_intersect StanfordASL/CoCo/free_flyer/utils.py official repository unverified MIT (permissive) · 37170b6175afdf5d · report
skew StanfordASL/CoCo/manipulation/utils.py official repository unverified MIT (permissive) · e82c6a4c608cad2b · report
count_occurrences bstellato/mlopt/mlopt/sampling.py community (archive-listed) unverified Apache-2.0 (permissive) · a2018ad56865ac15 · report
create_kkt_matrix bstellato/mlopt/mlopt/kkt.py community (archive-listed) unverified Apache-2.0 (permissive) · 7f161af54975aa0a · report
create_kkt_rhs bstellato/mlopt/mlopt/kkt.py community (archive-listed) unverified Apache-2.0 (permissive) · ebc080c85115e411 · report
create_kkt_system bstellato/mlopt/mlopt/kkt.py community (archive-listed) unverified Apache-2.0 (permissive) · dc982b26a4eb7860 · report
get_n_processes bstellato/mlopt/mlopt/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · fc2f60aba08f5e4c · report
is_pickleable bstellato/mlopt/mlopt/problem.py community (archive-listed) unverified Apache-2.0 (permissive) · 7bc48fcb12a1967f · report
n_features bstellato/mlopt/mlopt/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f0786d99f7c22878 · report
pandas2array bstellato/mlopt/mlopt/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · fc846b70a5af775a · report
populate_and_solve bstellato/mlopt/mlopt/problem.py community (archive-listed) unverified Apache-2.0 (permissive) · f967f5292af2a4df · report
sample_around_points bstellato/mlopt/mlopt/sampling.py community (archive-listed) unverified Apache-2.0 (permissive) · e73f5be563a1d3cd · report
uniform_sphere_sample bstellato/mlopt/mlopt/sampling.py community (archive-listed) unverified Apache-2.0 (permissive) · e8010cc38c163110 · report
unique_strategies bstellato/mlopt/mlopt/strategy.py community (archive-listed) unverified Apache-2.0 (permissive) · 68ad7954b7f37a93 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections