Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.google.ortools.sat.AutomatonConstraint.addTransition is package private #4465

Closed
tobi-emx opened this issue Dec 3, 2024 · 1 comment
Closed
Assignees
Labels
Help Needed Modeling/Usage problem Lang: Java Java wrapper issue Solver: CP-SAT Solver Relates to the CP-SAT solver
Milestone

Comments

@tobi-emx
Copy link

tobi-emx commented Dec 3, 2024

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 in com.google.ortools.sat.AutomatonConstraint

What did you see instead?
addTransition is package private.

lperron added a commit that referenced this issue Dec 3, 2024
lperron added a commit that referenced this issue Dec 3, 2024
@lperron lperron closed this as completed Dec 3, 2024
@lperron
Copy link
Collaborator

lperron commented Dec 3, 2024

Thanks

@Mizux Mizux added this to the v9.12 milestone Dec 3, 2024
@Mizux Mizux added Help Needed Modeling/Usage problem Solver: CP-SAT Solver Relates to the CP-SAT solver Lang: Java Java wrapper issue labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Needed Modeling/Usage problem Lang: Java Java wrapper issue Solver: CP-SAT Solver Relates to the CP-SAT solver
Projects
None yet
Development

No branches or pull requests

3 participants