Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add ipopt for callbacks in problem_solvers
  • Loading branch information
jack-champagne committed Jan 15, 2025
commit 771e4e70142471a8f0acec8bb5e00acfacaf1ff1
1 change: 1 addition & 0 deletions src/problem_solvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ using ..SaveLoadUtils
using NamedTrajectories
using QuantumCollocationCore
using MathOptInterface
using Ipopt
using TestItems
const MOI = MathOptInterface

Expand Down
Loading