-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Dear InfiniteOpt team,
If there exists a model of like the following
# INITIALIZE THE MODEL
model = InfiniteModel(Ipopt.Optimizer)
And then can i write the model to File_name.nl with the command of
write_to_file(model,"model.nl")
Dose the alternative method of
using AmplNLWriter
model = InfiniteModel(()->AmplNLWriter.Optimizer("Your_path\ipopt.exe"))
works ?
Thanks for your time.
Describe the feature you'd like
I need the feature that i can write the model builded by InfinityOpt.jl to file of File_Name.nl. Thanks.
Sincerely.
Aijune WANG
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request