jump-dev / CPLEX.jl

A Julia interface to the CPLEX solver
https://www.ibm.com/products/ilog-cplex-optimization-studio
MIT License
134 stars 63 forks source link

Add license headers #401

Closed odow closed 2 years ago

odow commented 2 years ago

The need for this came up in some work that will soon be publicly released. I think we should do it in all the JuMP-dev repos.

cc @lschork2

cc @joehuchette

codecov[bot] commented 2 years ago

Codecov Report

Merging #401 (3f5a4b8) into master (f79a6ed) will decrease coverage by 7.59%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #401      +/-   ##
==========================================
- Coverage   50.57%   42.97%   -7.60%     
==========================================
  Files           7        8       +1     
  Lines        3937     4977    +1040     
==========================================
+ Hits         1991     2139     +148     
- Misses       1946     2838     +892     
Impacted Files Coverage Δ
src/CPLEX.jl 0.00% <ø> (ø)
src/MOI/MOI_callbacks.jl 93.49% <ø> (ø)
src/MOI/MOI_wrapper.jl 92.01% <ø> (+0.01%) :arrow_up:
src/MOI/conflicts.jl 78.75% <ø> (ø)
src/MOI/indicator_constraint.jl 94.73% <ø> (ø)
src/gen1210/libcpx_api.jl 13.92% <ø> (ø)
src/gen2010/libcpx_api.jl 13.92% <ø> (ø)
src/gen2210/libcpx_api.jl 13.89% <0.00%> (ø)

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 f79a6ed...3f5a4b8. Read the comment docs.