Wikunia / ConstraintSolver.jl

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

init fixes #155

Closed Wikunia closed 4 years ago

Wikunia commented 4 years ago

Having a central function to fix variables when having x == 2 or something.

Wikunia commented 4 years ago

Benchmark Report for ConstraintSolver

Job Properties

Results

A ratio greater than 1.0 denotes a possible regression (marked with :x:), while a ratio less than 1.0 denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

Julia versioninfo

Target

Julia Version 1.4.0
Commit b8e9a9ecc6 (2020-03-21 16:36 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  uname: Linux 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64 unknown
  CPU: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-12  2061 MHz     320111 s        123 s      34628 s   12482748 s       5049 s

  Memory: 46.993896484375 GB (41447.41796875 MB free)
  Uptime: 10716.0 sec
  Load Avg:  1.1943359375  1.05615234375  0.736328125
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, sandybridge)

Baseline

Julia Version 1.4.0
Commit b8e9a9ecc6 (2020-03-21 16:36 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  uname: Linux 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64 unknown
  CPU: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-12  1824 MHz     351827 s        123 s      35643 s   12820111 s       5156 s

  Memory: 46.993896484375 GB (41460.5625 MB free)
  Uptime: 11025.0 sec
  Load Avg:  1.28857421875  1.3427734375  0.98193359375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, sandybridge)
codecov[bot] commented 4 years ago

Codecov Report

Merging #155 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   98.92%   98.93%           
=======================================
  Files          31       31           
  Lines        2418     2431   +13     
=======================================
+ Hits         2392     2405   +13     
  Misses         26       26           
Flag Coverage Δ
#unittests 98.93% <100.00%> (+<0.01%) :arrow_up:
Impacted Files Coverage Δ
src/type_inits.jl 100.00% <ø> (ø)
src/types.jl 100.00% <ø> (ø)
src/ConstraintSolver.jl 99.13% <100.00%> (+<0.01%) :arrow_up:
src/MOI_wrapper/constraints.jl 100.00% <100.00%> (ø)
src/MOI_wrapper/variables.jl 99.45% <100.00%> (+0.02%) :arrow_up:
src/Variable.jl 97.72% <100.00%> (+0.02%) :arrow_up:

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 0c12ca4...d8cfbd8. Read the comment docs.