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

test limbo::solvers::MultiKnapsackLagRelax algorithm More...

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

Go to the source code of this file.

Functions

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

Detailed Description

test limbo::solvers::MultiKnapsackLagRelax algorithm

Author
Yibo Lin
Date
Feb 2017

Definition in file test_MultiKnapsackLagRelax.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function

Parameters
argcnumber of arguments
argvvalues of arguments

Definition at line 37 of file test_MultiKnapsackLagRelax.cpp.

◆ test()

void test ( std::string const & filename)

test file API

Parameters
filenameinput lp file

Definition at line 13 of file test_MultiKnapsackLagRelax.cpp.