{"id":19382897,"url":"https://github.com/locuslab/mixing","last_synced_at":"2025-04-23T20:32:32.850Z","repository":{"id":96318675,"uuid":"93084692","full_name":"locuslab/mixing","owner":"locuslab","description":"The Mixing method: coordinate descent for low-rank semidefinite programming","archived":false,"fork":false,"pushed_at":"2021-04-30T17:14:14.000Z","size":16,"stargazers_count":15,"open_issues_count":1,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-02T20:11:41.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/locuslab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-01T17:53:40.000Z","updated_at":"2024-01-04T16:14:34.000Z","dependencies_parsed_at":"2023-03-30T20:48:27.403Z","dependency_job_id":null,"html_url":"https://github.com/locuslab/mixing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locuslab%2Fmixing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locuslab%2Fmixing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locuslab%2Fmixing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locuslab%2Fmixing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locuslab","download_url":"https://codeload.github.com/locuslab/mixing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250509874,"owners_count":21442514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T09:23:48.858Z","updated_at":"2025-04-23T20:32:32.844Z","avatar_url":"https://github.com/locuslab.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mixing\nThe Mixing method for maximum cut (MAXCUT) and maximum satisfiability (MAXSAT) problem.\n\n# Usage\n\n```\n./mixing [OPTIONS] INPUT\nOPTIONS:\n\t-s SOLVER: type of solver\n\t           \"-s maxcut\" for maximum cut\n\t           \"-s maxsat\" for maximum SAT (default)\n\t-k RANK: rank of solution (default auto)\n\t         use \"-k /2\" to divide the rank by 2\n\t-e EPS: stopping threshold (default 1.0000e-03)\n\t-t MAX_ITER: maximum iteration (default 1000)\n\t             use \"-t max\" for INT_MAX\n\t-r N_TRIAL: number of trial in evaluation (default 1)\n\t-u: use unspeficied wcnf format\n\t-v: verbose\n\nOUTPUTS:\n\t(factorized) SDP solution to INPUT.sol\n\t(when doing maxcut) rounded assignments to INPUT.rounding\n\nNOTE:\n\tFor better randomized rounding results for discrete MAXCUT / MAXSAT,\n\tpleases increase N_TRIAL (e.g., -r 10000).\n```\n\nTo compile the file, please use\n```\n\t$ make\n```\n\n# More Info\nThis repository is by [Po-Wei Wang](http://powei.tw),\n[Wei-Cheng Chang](https://octoberchang.github.io/),\nand [J. Zico Kolter](http://zicokolter.com)\nand contains the source code to\nreproduce the experiments in our paper\n[The Mixing method: coordinate descent for low-rank semidefinite programming](http://arxiv.org/abs/1706.00476).\nIf you find this repository helpful in your publications, please consider citing our paper.\n```\n@article{wang2017mixing,\n\ttitle = {The Mixing method: coordinate descent for low-rank semidefinite programming},\n\tauthor = {Po-Wei Wang and Wei-Cheng Chang and J. Zico Kolter},\n\tjournal = {arXiv preprint arXiv:1706.00476},\n\tyear = {2017}\n}\n```\n\nFor any questions and comments, please send your email to\n[poweiw@cs.cmu.edu](mailto:poweiw@cs.cmu.edu)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocuslab%2Fmixing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocuslab%2Fmixing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocuslab%2Fmixing/lists"}