Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite callback interface #195

Closed
wants to merge 44 commits into from
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c6a6f88
Clean methods
pedromxavier Mar 10, 2023
84c363c
Rewrite callback interface
pedromxavier Mar 16, 2023
8945272
Restore support for Lazy Constraint + Add tests
pedromxavier Mar 17, 2023
c5523e6
Recover User Cut support + Add tests
pedromxavier Mar 17, 2023
27b7247
Fix after code reorg
pedromxavier Mar 17, 2023
fc686f0
Add tests for `preintsol`
pedromxavier Mar 17, 2023
85ca69b
Add tests for `optnode`, `message`
pedromxavier Mar 17, 2023
5e1f04e
`mv ./callbacks ./MOI/callbacks`
pedromxavier Mar 17, 2023
50a0d65
Remove unnecessary include
pedromxavier Mar 21, 2023
a93f71a
Adjust callback mechanism
pedromxavier Mar 21, 2023
fac28aa
Use `Ref` instead of `Array`
pedromxavier Mar 21, 2023
fc58ce9
Merge branch 'master' into px/callbacks
pedromxavier Mar 21, 2023
ab59f2d
Fix error message
pedromxavier Mar 21, 2023
bcc5a99
Enable multiple independent callback interface
pedromxavier Mar 26, 2023
29ed18e
Add tests
pedromxavier Mar 26, 2023
17b270e
Add Xpress-specific tests + Fix errors found
pedromxavier Mar 26, 2023
f5995a4
Restore tests
pedromxavier Mar 27, 2023
d94ee8d
Add type assertions
pedromxavier Mar 27, 2023
c799e59
Remove obsolete methods
pedromxavier Mar 27, 2023
848d7e6
Add missing argument
pedromxavier Mar 27, 2023
c1a226b
Fix default function wrapper
pedromxavier Mar 27, 2023
3319385
Format code
pedromxavier Mar 27, 2023
5bcf585
Fix test functions
pedromxavier Mar 27, 2023
8d29bc2
Restore tests
pedromxavier Mar 27, 2023
512f96e
Fix `XPRSaddmipsol` types
pedromxavier Apr 11, 2023
90f134a
Remove unnecessary type assertions
pedromxavier Apr 11, 2023
d3ace54
Use `Ref` instead of array
pedromxavier Apr 11, 2023
dc7719e
Formatting
pedromxavier Apr 11, 2023
549061c
Use parametric types instead of `typeof`
pedromxavier Apr 11, 2023
b87592b
Create function to check callback state integrity
pedromxavier Apr 12, 2023
9342a69
Merge from master
pedromxavier Apr 12, 2023
26b9c8b
Use `===` instead of `isnothing`
pedromxavier Apr 14, 2023
cd3a670
Remove comment
pedromxavier Apr 14, 2023
6601ad0
Break line
pedromxavier Apr 14, 2023
713bdce
Move submission commit to the end
pedromxavier Apr 14, 2023
1f79146
Retrieve data conditionally
pedromxavier Apr 14, 2023
84f564d
Remove obsolete structures
pedromxavier Apr 14, 2023
a6673ad
Fix syntax
pedromxavier Apr 14, 2023
d61b501
Remove obsolete validation
pedromxavier Apr 14, 2023
be15402
Remove comments
pedromxavier Apr 14, 2023
034c4c8
Drop `::Function` typing
pedromxavier Apr 14, 2023
77d3719
Remove comment
pedromxavier Apr 19, 2023
1bd2ee6
Remove alias
pedromxavier Apr 19, 2023
4396a35
Merge branch 'px/callbacks' of https://github.com/pedromxavier/Xpress…
pedromxavier Apr 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
249 changes: 0 additions & 249 deletions src/MOI/MOI_callbacks.jl

This file was deleted.

Loading