Limbo 3.5.4
Loading...
Searching...
No Matches
test_solvers.cpp File Reference

test API of solvers in limbo::solvers::LinearModel More...

#include <iostream>
#include <limbo/solvers/Solvers.h>

Go to the source code of this file.

Functions

void test1 ()
 test function API
void test2 (std::string const &filename)
 test file API
int main (int argc, char **argv)
 main function

Detailed Description

test API of solvers in limbo::solvers::LinearModel

Author
Yibo Lin
Date
Feb 2017

Definition in file test_solvers.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function

Parameters
argcnumber of arguments
argvvalues of arguments

Definition at line 56 of file test_solvers.cpp.

◆ test1()

void test1 ( )

test function API

Definition at line 11 of file test_solvers.cpp.

◆ test2()

void test2 ( std::string const & filename)

test file API

Parameters
filenameinput lp file

Definition at line 43 of file test_solvers.cpp.