infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

Add `set_optimize_hook` #330

Closed pulsipher closed 10 months ago

pulsipher commented 10 months ago

This adds the necessary changes to make InfiniteOpt compatible with DisjunctiveProgramming.

codecov[bot] commented 10 months ago

Codecov Report

Merging #330 (a914d98) into master (372d62f) will decrease coverage by 0.02%. The diff coverage is 93.33%.

@@            Coverage Diff             @@
##           master     #330      +/-   ##
==========================================
- Coverage   99.77%   99.76%   -0.02%     
==========================================
  Files          36       36              
  Lines        6669     6680      +11     
==========================================
+ Hits         6654     6664      +10     
- Misses         15       16       +1     
Files Coverage Δ
src/datatypes.jl 100.00% <100.00%> (ø)
src/optimize.jl 100.00% <100.00%> (ø)
src/TranscriptionOpt/optimize.jl 92.30% <75.00%> (-7.70%) :arrow_down:
pulsipher commented 10 months ago

This is good to go, the missing coverage are false positives.