Scippy

SoPlex

Sequential object-oriented simPlex

solvereal.cpp File Reference
#include <iostream>
#include <assert.h>
#include "soplex.h"
#include "statistics.h"

Go to the source code of this file.

Namespaces

 soplex
 Everything should be within this namespace.
 

Macros

#define ALLOWED_UNSCALE_PERCENTAGE   0.1
 
#define MIN_OPT_CALLS_WITH_SCALING   10
 

Macro Definition Documentation

◆ ALLOWED_UNSCALE_PERCENTAGE

#define ALLOWED_UNSCALE_PERCENTAGE   0.1

Definition at line 23 of file solvereal.cpp.

Referenced by SoPlex::_reapplyPersistentScaling().

◆ MIN_OPT_CALLS_WITH_SCALING

#define MIN_OPT_CALLS_WITH_SCALING   10

Definition at line 24 of file solvereal.cpp.

Referenced by SoPlex::_reapplyPersistentScaling().