mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix sign error
This commit is contained in:
parent
67e9eabf43
commit
8d8ef4211b
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ module Make (A : ARG) = (* : S with module A = A *) struct
|
||||||
else (
|
else (
|
||||||
let le_comb_minus_t =
|
let le_comb_minus_t =
|
||||||
var_encoding_comb ~pre:"diff_def" self
|
var_encoding_comb ~pre:"diff_def" self
|
||||||
LE_.Comb.(le_comb - monomial1 box_t)
|
LE_.Comb.(monomial1 box_t - le_comb)
|
||||||
in
|
in
|
||||||
SimpSolver.add_constraint self.simplex
|
SimpSolver.add_constraint self.simplex
|
||||||
(SimpSolver.Constraint.geq le_comb_minus_t le_const) Tag.By_def
|
(SimpSolver.Constraint.geq le_comb_minus_t le_const) Tag.By_def
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue