Skip to content

Commit

Permalink
Unused variables in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Mar 28, 2024
1 parent 8e489ac commit c2e8ee2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/standalone_minimal_maximization.ml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

open Simplex

let large i = Sim.Core.R2.of_r (Q.of_int i)
let upper i = Sim.Core.R2.upper (Q.of_int i)
let lower i = Sim.Core.R2.lower (Q.of_int i)

let bnd r e = {Sim.Core.bvalue = r; explanation = e}

Expand Down

0 comments on commit c2e8ee2

Please sign in to comment.