Wikunia / ConstraintSolver.jl

ConstraintSolver in Julia: Blog posts ->
https://opensourc.es/blog/constraint-solver-1
MIT License
136 stars 14 forks source link

Update the doc #261

Closed Azzaare closed 3 years ago

Azzaare commented 3 years ago

It seems there was a small typo in the doc compare to the code. I changed RawParameter to TimeLimitSec in the MOI.set(model::Optimizer, ::MOI.TimeLimitSec, value::Union{Nothing,Float64}) method.

codecov[bot] commented 3 years ago

Codecov Report

Merging #261 (565f278) into master (feec032) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #261   +/-   ##
=======================================
  Coverage   96.56%   96.56%           
=======================================
  Files          49       49           
  Lines        3843     3843           
=======================================
  Hits         3711     3711           
  Misses        132      132           
Impacted Files Coverage Δ
src/MOI_wrapper/MOI_wrapper.jl 92.53% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update feec032...565f278. Read the comment docs.

Wikunia commented 3 years ago

Thanks good catch!