eduard77 -3 Junior Poster

I try to retrieve some information from a file and put them in a database.
I have this file

get_variables: Not a valid basis
get_constraints: Not a valid basis
get_dual_solution: Not a valid basisget_sensitivity_rhs: Not a valid basis

Model name: '' - run #1
Objective: Minimize(R0)

SUBMITTED
Model size: 3 constraints, 5 variables, 15 non-zeros.
Sets: 0 GUB, 0 SOS.

Using DUAL simplex for phase 1 and PRIMAL simplex for phase 2.
The primal and dual simplex pricing strategy set to 'Devex'.


Optimal solution 0.962025380711 after 5 iter.

Excellent numeric accuracy ||*|| = 6.93889e-018

MEMO: lp_solve version 5.5.2.0 for 32 bit OS, with 64 bit REAL variables.
In the total iteration count 5, 2 (40.0%) were bound flips.
There were 0 refactorizations, 0 triggered by time and 0 by density.
... on average 3.0 major pivots per refactorization.
The largest [LUSOL v2.2.1.0] fact(B) had 4 NZ entries, 1.0x largest basis.
The constraint matrix inf-norm is 1, with a dynamic range of 50.
Time to load data was 0.001 seconds, presolve used 0.001 seconds,
... 0.001 seconds in simplex solver, in total 0.003 seconds.

Value of objective function: 0.96202538

Actual values of the variables:
C1 0.399391
C2 0.1
C3 0.3
C4 0.136701
C5 0.0539086

and I need to put the actual values of the variables in a table.
I have no idea how to put them there.
I would really appreciate if anyone could help me
Thanks