Skip to content

Commit

Permalink
Try to isolates current bug showvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Oct 9, 2024
1 parent d319405 commit 40fa78c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
12 changes: 3 additions & 9 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1077,12 +1077,12 @@ uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "2.8.1"

[[deps.PatternFolds]]
deps = ["Intervals", "Lazy", "Random", "Reexport", "TestItemRunner", "TestItems"]
git-tree-sha1 = "0698e974b926f0e24019a42fc78fe8498f2f1f04"
deps = ["Intervals", "Lazy", "Random", "TestItems"]
git-tree-sha1 = "0d961a0daa7c478741890c49388133440d625c2b"
repo-rev = "main"
repo-url = "https://github.com/JuliaConstraints/PatternFolds.jl.git"
uuid = "c18a7f1d-76ad-4ce4-950d-5419b888513b"
version = "0.2.5"
version = "0.2.6"

[[deps.PerfChecker]]
deps = ["CSV", "CoverageTools", "CpuId", "JSON", "Malt", "Pkg", "Profile", "TOML", "TypedTables", "UUIDs"]
Expand Down Expand Up @@ -1408,12 +1408,6 @@ deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
version = "1.11.0"

[[deps.TestItemRunner]]
deps = ["Pkg", "TOML", "Test", "TestItems", "UUIDs"]
git-tree-sha1 = "29647c5398be04a1d697265ba385bdf3f623c993"
uuid = "f8b46487-2199-4994-9208-9a1283c18c0a"
version = "1.0.5"

[[deps.TestItems]]
git-tree-sha1 = "42fd9023fef18b9b78c8343a4e2f3813ffbcefcb"
uuid = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using ConstraintLearning
# Solvers
using LocalSearchSolvers
using CBLS
using ConstraintExplorer
# using ConstraintExplorer

# Meta-package
using MetaStrategist
Expand All @@ -31,7 +31,7 @@ makedocs(;
PerfChecker,
ConstraintCommons, PatternFolds, ConstraintDomains, Constraints, ConstraintModels,
CompositionalNetworks, QUBOConstraints, ConstraintsTranslator, ConstraintLearning,
LocalSearchSolvers, CBLS, ConstraintExplorer,
LocalSearchSolvers, CBLS, #ConstraintExplorer,
MetaStrategist,
],
authors="Julia Constraints et al.",
Expand Down
4 changes: 0 additions & 4 deletions docs/src/solvers/40_constraint_explorer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# ConstraintExplorer.jl

Documentation for `ConstraintExplorer.jl`.

```@autodocs
Modules=[ConstraintExplorer]
```

0 comments on commit 40fa78c

Please sign in to comment.