Module FmSimplexPlugin.SimplexSource
module H = Stdlib.HashtblSourcetype pred = | Eq| Ge| Le| Gt
Sourceval dsimplex : bool Stdlib.ref Sourcetype t_c2 = AltErgoLib.Numbers.Q.t * AltErgoLib.Numbers.Q.t Sourcetype t1 = {mutable a : (int * AltErgoLib.Numbers.Q.t) array;mutable c : AltErgoLib.Numbers.Q.t * AltErgoLib.Numbers.Q.t;
} Sourcetype t2 = {mutable a2 : AltErgoLib.Numbers.Q.t array;mutable c2 : AltErgoLib.Numbers.Q.t * AltErgoLib.Numbers.Q.t;
} Sourcetype rich_result = {vof : t_c2;vals : (int * t_c2) list;ctx : (int * t2) list;distr : int array;order : int Stdlib.Queue.t;
}