com.google.ortools.sat.AutomatonConstraint.addTransition is package private #4465
Labels
Help Needed
Modeling/Usage problem
Lang: Java
Java wrapper issue
Solver: CP-SAT Solver
Relates to the CP-SAT solver
Milestone
What version of OR-Tools and what language are you using?
Version: 9.11.4210
Language: Java
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
CP-SAT
What operating system (Linux, Windows, ...) and version?
both
What did you do?
I tried to construct an automaton constraint
What did you expect to see
I expected a public
addTransition
method incom.google.ortools.sat.AutomatonConstraint
What did you see instead?
addTransition
is package private.The text was updated successfully, but these errors were encountered: