We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf6bdf2 + b8ebffb commit aacac44Copy full SHA for aacac44
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "microlp"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = [
5
"Alexey Zatelepin <alex.zatelepin@gmail.com>",
6
"Specy <specy.dev@gmai.com"
src/solver.rs
@@ -764,8 +764,6 @@ impl Solver {
764
}
765
766
767
- //TODO should i do this?
768
- self.recalc_obj_coeffs()?;
769
770
self.is_primal_feasible = false;
771
self.restore_feasibility()
0 commit comments