We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaf557 commit 4a9b685Copy full SHA for 4a9b685
src/lib.rs
@@ -11,7 +11,7 @@
11
//! let x = model.add(var().binary().obj(1.0));
12
//! let y = model.add(var().binary().obj(2.0));
13
//! model.add(cons().coef(&x, 1.0).coef(&y, 1.0).eq(1.0));
14
-//!
+//!
15
//! let solve = model.solve();
16
//! assert_eq!(solve.status(), Status::Optimal);
17
//! assert_eq!(solve.obj_val(), 1.0);
0 commit comments