MIPS is not object-oriented and never has been. It is available in the mips subdirectory in the MATPOWER distribution and the latest version is always available at the MIPS GitHub project page: https://github.com/MATPOWER/mips/
Are you referring to MP-Opt-Model? MP-Opt-Model has wrapper functions (not object oriented either) that provide a unified interface to various types of solvers, including MIPS and other NLP solvers. It also includes an object-oriented modeling layer to greatly simplify the construction of your model, helping you manage the sets of variables, costs and constraints that make up your model. Hope this clarifies things, Ray On Jul 21, 2020, at 1:03 PM, Jubeyer Rahman <[email protected]<mailto:[email protected]>> wrote: Hi, Was the early version of MIPS implementation also based on the object oriented format like now? If not, where can I get that code for it? Regards, Jubeyer
