I am using Lindo API to solve a non-linear optimization scenario with non-linearity in only the objective. I am loading the constraint coefficients using LSloadLPData and calculating the value of objective using the CallBack function set via LSsetFuncalc. Is it necessary to call LSloadNLPData? If yes, what should the values be for indexes of non-linear variables in each column? (since all constraints are linear)
Optimization with only non-linear objective and all linear constraints
143 views Asked by mnmp At
1
There are 1 answers
Related Questions in SOLVER
- Get the only solution based on given constraints using z3 theorem
- What is the role of Pyomo/JuMP/Yalmip in solving optimization model using Python/Julia/Matlab and Gurobi Solver?
- How do I make a collatz conjecture solver to find the number with the longest trajectory and output it in a list?
- Match-3 gravity games solver?
- Is there a constraint to pieces of the stateFunction only go in ascending or descending order?
- Change variable cells in OpenSolver model
- Maple polynomial equation solver not identifying solutions
- Is it possible for "alwaysIn" (state functions) select from set of values?
- Python solver returns no values upon running the code
- Optimisation problem with constraint in R: how to solve problem with "complex" logarithmic benefit functions?
- Excel Solver - Useful methods to "kick" Nonlinear solutions out of a stuck point
- LP problem status is not correct when time limit is used in PuLP solver
- Looping though Rows and Columns while running Goalseek
- Adding constraints to PULP. Transportation problem
- sympy solve one equation in 2 unknowns and symbols
Related Questions in NONLINEAR-OPTIMIZATION
- Dynamic Pricing optimization with volume weighted price constraint
- Finding minimum value dependent variable from model and extracting values of independent variables - python
- Can nonlinear optimization using scipy.optimize be N-dimensional
- Optimization with multiple losses in lmfit
- Install IPOPT on linux 20.04
- Algorithms/methods to minimize the response from a model?
- How can I optimize in Pyomo with gradient-free optimization?
- Solving Bilevel Optimization with Nonlinear Subproblem
- Optimization - Algorithm for finding load set combination that returns the maximum Von Mises stress
- Why always come default value from RangeSet to the constraint in Pyomo?
- Solve MINLP with SCIP
- Keras Custom Function Problem for Sequential Model
- ACADOS non-linear cost calculation
- What's the fastest way to find the approximate coordinates of a circle tangent to two other circles in Python?
- lme4::nlmer, Error in devfun(rho$pp$theta) : Downdated VtV is not positive definite
Related Questions in LINDO
- How to code if condition constraint in LINGO
- input parameter with three indices in LINGO software
- I need to determine the Minimum value between the 8 variables using LINGO. But i am getting Syntax Error. Can anyone help me with the following model
- Coding for LINGO/LINDO (Integer Linear Programming)
- Derived variable stuck at 0 (unable to solve for fixed variable)
- How do I implement a 1D integer bin-packing program with excel?
- Group assignment problem with optimisation methods
- Parallel Machine Scheduling by Lingo
- Lindo syntax error for division
- Optimization with only non-linear objective and all linear constraints
- LINDO Non linear programming - Modlus and square operation
- Optimization with LINGO
- Sets in LINGO Programming
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You should call
LSloadNLPDatato load indices of nonlinear variables in the objective function. In your LINDO API installation folder, see the following sample under installation folder.