How to use LpExtractor #214
Unanswered
sqPoseidon
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, you need to use features. So something like egg = { version = "whatever", features = ["lp"] } |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm new to Rust and Egg. I got one problem when using LpExtractor following:
egg/tests/math.rs
Line 351 in 4cfd22b
I have installed the coin-cbc via
$ conda install coin-or-cbc
. And in the rust file,use egg::*
is added. Then I got the error message:In the document, I noticed one announcement
Available on crate feature lp only
. Do I need to add something to theCargo.toml
? Or do I need to add something else in the.rs
file?Beta Was this translation helpful? Give feedback.
All reactions