package lp-highs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  LP and MIP modeling in OCaml (HiGHS interface)
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.5.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=5e9ec847f25fb939b3c68ae99244cfac
    
    
  sha512=336c007cc2a26eebbe0027ed43a853518182589e6fa56b127aee33e268cfdc0d147f0bf0280df80bb172aa3a672349f59adf1f5675d4f8f5dfdcfa427558dd34
    
    
  doc/lp-highs/Lp_highs/index.html
Module Lp_highsSource
High-level interface to HiGHS.
Source
val solve : 
  ?path:string ->
  ?msg:bool ->
  ?log_path:string ->
  ?time_limit:float ->
  ?keep_files:bool ->
  ?gap_rel:float ->
  ?gap_abs:float ->
  ?options:(string * string) list ->
  Lp.Problem.t ->
  (float * float Lp.PMap.t, string) resultRun HiGHS and obtain the output solution. This is equivalent to Cmd.solve for now, but it may be changed to different implementation in the future.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >