Solver output unavailable in Julia
Open
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
Assessment
This issue has not been assessed yet.