google / google/or-tools

Solver output unavailable in Julia

Open
#4,886 3 comments 0 reactions 1 assignee Claimed by @dourouc05 View on GitHub
Bug Lang: Julia
Dominant language
C++
Stars
14.1k
Forks
2.5k
Avg merge
8h 39m
Merged PRs (30d)
72

Description

In C++, I'm used to being able to `ctx.solver.EnableOutput()`. But when I'm writing using the Julia bindings and call `MOI.set(model, MOI.Silent(), false)`, I don't see the solver progress dump that I'm used to. It appears that the option is ignored. I'll instead get no log whatsoever. If it helps, I'm initializing with:
```julia
model = ORTools.Optimizer()
model.solver_type=ORTools.SolverType.SOLVER_TYPE_CP_SAT
```

What's the proper procedure for enabling output when using the Julia bindings? There's a frustrating lack of documentation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.