Scippy

SoPlex

Sequential object-oriented simPlex

example.cpp File Reference

simple example of how to build up and solve an lp using the SoPlex callable library More...

#include <iostream>
#include "soplex.h"

Go to the source code of this file.

Functions

void test_real ()
 
void test_rational ()
 
int main ()
 

Detailed Description

simple example of how to build up and solve an lp using the SoPlex callable library

Author
Ambros Gleixner

Definition in file example.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 144 of file example.cpp.

References test_rational(), and test_real().

◆ test_rational()

◆ test_real()