#include <iomanip>#include <fstream>#include <stdlib.h>#include "CoinTime.hpp"#include "CoinError.hpp"#include "BonCouenneInterface.hpp"#include "BonIpoptSolver.hpp"#include "CoinHelperFunctions.hpp"#include "BonCouenneSetup.hpp"#include "BonCbc.hpp"#include "CbcCutGenerator.hpp"#include "CouenneProblem.hpp"#include "CouenneCutGenerator.hpp"#include "asl.h"#include "nlp.h"#include "getstub.h"#include "r_opn.hd"#include "opcode.hd"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| static int | empty_int = 0 |
| static keyword | keywds [] |
| Option_Info | Oinfo |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 60 of file CouTight.cpp.
int empty_int = 0 [static] |
Definition at line 45 of file CouTight.cpp.
keyword keywds[] [static] |
{
KW(const_cast<char*>("empty"),
I_val,
empty_int,
const_cast<char*>("nothing")),
}
Definition at line 47 of file CouTight.cpp.
| Option_Info Oinfo |
Definition at line 24 of file readASLfg.cpp.
1.6.1