Skip to content

Commit aacac44

Browse files
authored
Merge pull request #18 from Specy/incorrect-solution-fix
remove unnecessary
2 parents cf6bdf2 + b8ebffb commit aacac44

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "microlp"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [
55
"Alexey Zatelepin <alex.zatelepin@gmail.com>",
66
"Specy <specy.dev@gmai.com"

src/solver.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,6 @@ impl Solver {
764764
}
765765
}
766766

767-
//TODO should i do this?
768-
self.recalc_obj_coeffs()?;
769767

770768
self.is_primal_feasible = false;
771769
self.restore_feasibility()

0 commit comments

Comments
 (0)