项目作者: sympiler

项目描述 :
NASOQ:Numerically Accurate Sparsity Oriented QP Solver
高级语言: C++
项目地址: git://github.com/sympiler/nasoq.git
创建时间: 2020-03-24T16:14:32Z
项目社区:https://github.com/sympiler/nasoq

开源协议:MIT License

下载


example workflow
example workflow
example workflow

NASOQ: Numerically Accurate Sparsity Oriented QP Solver

NASOQ is a scalable and efficient Quadratic Programming solver that
obtains solutions for requested accuracies.
LBL is a parallel sparse symmetric indefinite linear solver.

Quick Build Guide for Impatient Users

If you have CMake 3.16 or higher and a C++11 compiler, then:

  1. git clone https://github.com/sympiler/nasoq.git
  2. cd nasoq
  3. cmake -DNASOQ_BLAS_BACKEND=OpenBLAS -DNASOQ_USE_CLAPACK=ON -DCMAKE_BUILD_TYPE=Release -S . -B build
  4. cmake --build build --config Release -j 6

For details, please see the table below.

Table of Contents:

Copyright 2022 Kazem Cheshmi