Skip to content

Bump org.logicng:logicng from 2.6.1 to 2.6.2 in /symja_android_library#1405

Merged
axkr merged 1 commit into
masterfrom
dependabot/maven/symja_android_library/org.logicng-logicng-2.6.2
Jun 25, 2026
Merged

Bump org.logicng:logicng from 2.6.1 to 2.6.2 in /symja_android_library#1405
axkr merged 1 commit into
masterfrom
dependabot/maven/symja_android_library/org.logicng-logicng-2.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps org.logicng:logicng from 2.6.1 to 2.6.2.

Release notes

Sourced from org.logicng:logicng's releases.

v2.6.2

Changed

  • Performance improvements:
    • Using HashMap instead of TreeMap for the name/index mappings in MiniSatStyleSolver. Note, this affects the returned map of the method MiniSatStyleSolver#name2idx(). If you rely on the ordering of the returned map, you should use a map that guarantees ordering. E.g. by converting the HashMap to a TreeMap.
    • Prevent unnecessary formula creation in UnsatCoreFunction
Changelog

Sourced from org.logicng:logicng's changelog.

[2.6.2] - 2026-06-24

Changed

  • Performance improvements:
    • Using HashMap instead of TreeMap for the name/index mappings in MiniSatStyleSolver. Note, this affects the returned map of the method MiniSatStyleSolver#name2idx(). If you rely on the ordering of the returned map, you should use a map that guarantees ordering. E.g. by converting the HashMap to a TreeMap.
    • Prevent unnecessary formula creation in UnsatCoreFunction
Commits
  • 93bc457 Final 2.6.2 release
  • 6cb479b Adjusted README and CHANGELOG
  • 6b7e6c7 updated changelog
  • 1dfe0a0 Fixed non-deterministic iteration in model enumeration
  • 4724546 prevent unnecessary formula creation in UnsatCoreComputation
  • 4d6bf6d change name lookup maps in the MiniSatStyleSolver to HashMaps
  • 29a8dc5 fix workflow step name
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.logicng:logicng](https://github.com/logic-ng/LogicNG) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/logic-ng/LogicNG/releases)
- [Changelog](https://github.com/logic-ng/LogicNG/blob/master/CHANGELOG.md)
- [Commits](logic-ng/LogicNG@v2.6.1...v2.6.2)

---
updated-dependencies:
- dependency-name: org.logicng:logicng
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 25, 2026
@axkr axkr merged commit fbee427 into master Jun 25, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/symja_android_library/org.logicng-logicng-2.6.2 branch June 25, 2026 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant