#include <fstream>
#include <sot/core/debug.hh>
#include <sot/core/solver-hierarchical-inequalities.hh>
#include <sys/time.h>
Go to the source code of this file.
|
void | convertDoubleToSingle (const std::string filename) |
|
void | deparse (std::vector< bubMatrix > Jes, std::vector< bubVector > ees, std::vector< bubMatrix > Jis, std::vector< bubVector > eiInfs, std::vector< bubVector > eiSups, std::vector< ConstraintMem::BoundSideVector > bounds) |
|
int | main (void) |
|
void | parseTest (const std::string filename) |
|
void | randBound (ConstraintMem::BoundSideVector &M, const unsigned int row) |
|
void | randTest (const unsigned int nJ, const bool enableSolve[]) |
|
◆ VP_DEBUG_MODE
◆ convertDoubleToSingle()
void convertDoubleToSingle |
( |
const std::string |
filename | ) |
|
◆ deparse()
void deparse |
( |
std::vector< bubMatrix > |
Jes, |
|
|
std::vector< bubVector > |
ees, |
|
|
std::vector< bubMatrix > |
Jis, |
|
|
std::vector< bubVector > |
eiInfs, |
|
|
std::vector< bubVector > |
eiSups, |
|
|
std::vector< ConstraintMem::BoundSideVector > |
bounds |
|
) |
| |
◆ main()
◆ parseTest()
void parseTest |
( |
const std::string |
filename | ) |
|
◆ randBound()
void randBound |
( |
ConstraintMem::BoundSideVector & |
M, |
|
|
const unsigned int |
row |
|
) |
| |
◆ randTest()
void randTest |
( |
const unsigned int |
nJ, |
|
|
const bool |
enableSolve[] |
|
) |
| |