CogComp / cogcomp-nlp

CogComp's Natural Language Processing Libraries and Demos: Modules include lemmatizer, ner, pos, prep-srl, quantifier, question type, relation-extraction, similarity, temporal normalizer, tokenizer, transliteration, verb-sense, and more.
http://nlp.cogcomp.org/
Other
470 stars 144 forks source link

ojAlgo v47 #712

Closed apete closed 5 years ago

apete commented 5 years ago

Upgrade ojAlgo from v40 to v47.

Info: ojAlgo has 3:d party iterations with CPLEX, GUROBI and MOSEK. If you can detect that any of those solvers are available then all you need to to is model.addIntegation(INTEGRATION) to register that integration with ojAlgo, and then that solver will be used. No code changes required.

danyaljj commented 5 years ago

Thanks!