Show
Ignore:
Timestamp:
12/21/10 18:28:55 (13 years ago)
Author:
sindj
Message:

Dodelavka funkce vytvarejici kombinaci faktoru integrace pri degeneraci podminek ve vice vrcholech polyhedronu. JS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/robust/main.cpp

    r1266 r1267  
    1515int main ( int argc, char* argv[] ) { 
    1616         
    17         emlig* emlig1 = new emlig(3); 
     17        emlig* emlig1 = new emlig(4); 
    1818 
    19         emlig1->set_correction_factors(3); 
     19        /* 
     20        emlig1->set_correction_factors(4); 
     21 
     22        for(int j = 0;j<emlig1->correction_factors.size();j++) 
     23        { 
     24                for(set<my_ivec>::iterator vec_ref = emlig1->correction_factors[j].begin();vec_ref!=emlig1->correction_factors[j].end();vec_ref++) 
     25                { 
     26                        for(int i=0;i<(*vec_ref).size();i++) 
     27                        { 
     28                                cout << (*vec_ref)[i]; 
     29                        } 
     30 
     31                        cout << endl; 
     32                } 
     33        } 
     34        */ 
    2035 
    2136        //emlig1->step_me(0);