Skip to content

Commit

Permalink
Add feature flag for clarabel/wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
calintat committed Jul 23, 2024
1 parent 7925810 commit 368eb0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ default = ["coin_cbc", "singlethread-cbc"]
singlethread-cbc = ["coin_cbc?/singlethread-cbc"]
scip = ["russcip"]
all_default_solvers = ["coin_cbc", "minilp", "lpsolve", "highs", "russcip", "lp-solvers", "clarabel"] # cplex-rs is not included because it is incompatible with lpsolve
wasm = ["clarabel?/wasm"]

[dependencies]
coin_cbc = { version = "0.1", optional = true, default-features = false }
Expand Down

0 comments on commit 368eb0a

Please sign in to comment.