aldma / CombinatorialIntegralApproximations.jl

Solving binary approximation problems in Julia
MIT License
0 stars 0 forks source link

add generic CIA with MILP solver #5

Open aldma opened 2 weeks ago

aldma commented 2 weeks ago

Solver for binary approximation problems in the generic spirit of CombinaMILP. Transform BinApprox into MILP (with support for a number of combinatorial constraints...): reasonable options for modeling and solving are JuMP and HiGHS (with JuMP interface HiGHS.jl).

aldma commented 1 week ago

Basic CombinaMILP added with #6.

@JuliaRegistrator register()

JuliaRegistrator commented 1 week ago

Error while trying to register: Version 0.0.1 already exists

aldma commented 1 week ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 week ago

Registration pull request created: JuliaRegistries/General/116658

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.2 -m "<description of version>" 7c8dda1bb0d20f9735b7fe2ed550edaf0b618172
git push origin v0.0.2
aldma commented 1 week ago

try again after fixing [compat] with https://github.com/aldma/CombinatorialIntegralApproximations.jl/commit/529877970bfe8336033f72dd5c16b60b03e18517

@JuliaRegistrator register()

JuliaRegistrator commented 1 week ago

Registration pull request updated: JuliaRegistries/General/116658

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.2 -m "<description of version>" 529877970bfe8336033f72dd5c16b60b03e18517
git push origin v0.0.2